http://llvm.org/bugs/show_bug.cgi?id=8063
Thomas B. Jablin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|Frontend |new bugs AssignedTo|unassignedclangb...@nondot. |[email protected] |org | Product|clang |new-bugs --- Comment #4 from Thomas B. Jablin <[email protected]> 2010-09-05 01:04:19 CDT --- (In reply to comment #3) > (In reply to comment #2) > > (In reply to comment #1) > > > Can you provide the output of "clang -v"? I can't reproduce. > > > > I just tested again with revision 113069 and it works now. I am marking > > FIXED. > > I spoke too soon. My testcase now works, but the full program still dies. I'll > post the full C source. Looking at it again, the bug is actually in llvm proper. The testcase still asserts with -O2. I have attached a bugpoint reduced testcase. The bug is in the -globalopt pass. -- 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
