Commit 6786e598 by John David Anglin

pr67964.c: Add dg-require-alias.

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

From-SVN: r233398
parent 7e05dad8
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
......
/* 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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment