pr67964.c: Add dg-require-alias.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 13 Feb 2016 01:32:06 +0000 (01:32 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 13 Feb 2016 01:32:06 +0000 (01:32 +0000)
* gcc.dg/pr67964.c: Add dg-require-alias.

From-SVN: r233398

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr67964.c

index e2b7a57..a949c95 100644 (file)
@@ -1,3 +1,7 @@
+2016-02-12  John David Anglin  <danglin@gcc.gnu.org>
+
+       * gcc.dg/pr67964.c: Add dg-require-alias.
+
 2016-02-13  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/67636
index 095b50f..a7736c2 100644 (file)
@@ -1,5 +1,6 @@
 /* PR c/67964 */
 /* { dg-do compile } */
+/* { dg-require-alias "" } */
 
 extern int fn0 (void) __attribute__ ((const const)); /* { dg-error "expected" } */
 extern int fn1 (void) __attribute__ ((const, const));