URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [objc.dg/] [const-str-12.m] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-Wall -funit-at-a-time -fgnu-runtime" } */ /* { dg-do compile } */ /* PR objc/27438, make sure that the decl produced by the front-end does not cause a warning to be produced. */ @interface NXConstantString { void *isa; const char * const nxcsptr; const unsigned int nxcslen; } @end NXConstantString *a = @"NSInconsistentArchiveException"; /* { dg-bogus "defined but not used" } */
Go to most recent revision | Compare with Previous | Blame | View Log