[LLVMbugs] [Bug 9638] llvm-gcc fails to build with gcc-4.3.2 on x86_64 linux
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Apr 7 01:15:12 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9638
Duncan Sands <baldrick at free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |baldrick at free.fr
Resolution| |WONTFIX
--- Comment #2 from Duncan Sands <baldrick at free.fr> 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.
More information about the llvm-bugs
mailing list