http://llvm.org/bugs/show_bug.cgi?id=11744
Nathan Whitehorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #2 from Nathan Whitehorn <[email protected]> 2012-01-25 16:47:11 CST --- R148989 doesn't seem to actually fix the original test case. Trying to compile it with trunk (r148990) now gives this: 1. <eof> parser at end of file 2. Per-file LLVM IR generation 3. /tmp/weirdbug.cxx:7:14: Generating code for declaration 'B<A>::F' 4. /tmp/weirdbug.cxx:7:18: LLVM IR generation of compound statement ('{}') clang-3: error: unable to execute command: Abort trap: 6 (core dumped) -- 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
