http://llvm.org/bugs/show_bug.cgi?id=4580
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Chris Lattner <[email protected]> 2009-07-19 14:24:37 --- No, this is useful. int f2() { static int x[100] __attribute__((used)); asm(" something using x magically") return x[1]; } Another example is dropping something into a specific section, etc. clang and llvm-gcc both get this right. -- Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
