http://llvm.org/bugs/show_bug.cgi?id=9638
Duncan Sands <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #2 from Duncan Sands <[email protected]> 2011-04-07 03:15:12 CDT --- I already fixed this in dragonegg. As llvm-gcc is now dead I don't plan to fix it in llvm-gcc. The cause of this is the recent (post 2.9) removal of support for "old style" multiple return values: it used to be possible to use "return void" with a function that returned an empty struct, but no longer. -- 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
