------- Comment #2 from developer at sandoe-acoustics dot co dot uk 2009-12-11 13:35 ------- (In reply to comment #1) > In general you can answer what we think is best by checking the llvm-gcc > sources from llvm, and in this case, we are using: > > /* { dg-options "-fnext-runtime -fno-constant-cfstrings" } */
delete -fno-constant-cfstrings > For template-4.mm: > > /* { dg-do run { target powerpc*-*-darwin* } } */ why is this being restricted to darwin (and powerpc at that)? The testcase appears to cater for gnu runtime too... > /* { dg-require-effective-target ilp32 } */ Having said this -- we have a global problem with using ?lp32/64 in ObjC/ObjC++ testcases along with -fgnu-runtime. This flag causes xgcc/g++ to print a warning - which means that these target supports tests always fail for -fgnu-runtime. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42348