[Bug c++/58550] [4.9 Regression] ][c++11] ICE with auto in function return type and lto
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Nov 5 14:37:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58550
Richard Biener <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
language specific trees should not leak to LTO. If this is invalid input then
raise an error - we won't even start streaming into LTO bytecode then.
More information about the Gcc-bugs
mailing list