URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [objc.dg/] [strings/] [const-str-2.m] - Rev 801
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test the -fconstant-string-class flag error. */ /* { dg-do compile } */ /* { dg-options "-fconstant-string-class=" { target *-*-* } } */ /* { dg-options "-mno-constant-cfstrings -fconstant-string-class=" { target *-*-darwin* } } */ { dg-error "no class name specified|missing argument" "" { target *-*-* } 0 } void foo () {}
Go to most recent revision | Compare with Previous | Blame | View Log