URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-stable/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [charset/] [attribute2.c] - Rev 826
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-warning "walrus" "ignored" } */ char x[] = "foobar";