URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [charset/] [attribute2.c] - Rev 831
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test to make sure that invalid attributes aren't translated. If error recovery is ever testable then "foobar" should be translated. */ /* { dg-do compile } { dg-require-iconv "IBM1047" } */ int foo __attribute__ ((walrus)); /* { dg-error "walrus" "ignored" } */ char x[] = "foobar";
Go to most recent revision | Compare with Previous | Blame | View Log