diff mbox

[committed] Require alias support for gcc.dg/pr67964.c

Message ID F4F3D614-4070-4C86-BE52-95FC0B9ADB59@bell.net
State New
Headers show

Commit Message

John David Anglin Feb. 13, 2016, 1:36 a.m. UTC
This test needs alias support.

Tested on hppa2.0w-hp-hpux11.11.   Committed to trunk.

Dave
--
John David Anglin	dave.anglin@bell.net
2016-02-12  John David Anglin  <danglin@gcc.gnu.org>

	* gcc.dg/pr67964.c: Add dg-require-alias.
diff mbox

Patch

Index: gcc.dg/pr67964.c
===================================================================
--- gcc.dg/pr67964.c	(revision 233284)
+++ gcc.dg/pr67964.c	(working copy)
@@ -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));