Mark gdc.dg/pr89042?.d as compile tests

* gdc.dg/pr89042a.d: Mark as compile test.
	* gdc.dg/pr89042b.d: Likewise.

From-SVN: r268362
This commit is contained in:
Rainer Orth 2019-01-29 08:43:37 +00:00 committed by Rainer Orth
parent 5ee4178226
commit 97b9ebc874
3 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2019-01-29 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gdc.dg/pr89042a.d: Mark as compile test.
* gdc.dg/pr89042b.d: Likewise.
2019-01-29 Richard Biener <rguenther@suse.de>
PR debug/87295

View File

@ -1,2 +1,3 @@
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89042
// { dg-do compile }
enum void[] a = void;

View File

@ -1,2 +1,3 @@
// https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89042
// { dg-do compile }
enum void[2] a = void;