URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.dg/] [charset/] [attribute2.c] - Rev 298
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";