http://llvm.org/bugs/show_bug.cgi?id=6976
Chris Lattner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Chris Lattner <[email protected]> 2010-04-30 15:18:16 CDT --- This autoconf test is generating non-compliant code, and emulating GCC's bug would be non-trivial. This: &(diags+5)[-1] == &diags[4] is not an integer constant expression, therefore it can't be used to initialize a global in C. Perhaps the xlcbug case can be ifdef'd with an xlc-specific macro or something. -- 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
