[Bug debug/47209] ICE: SIGSEGV in should_emit_struct_debug (dwarf2out.c:627) with -femit-struct-debug-baseonly -g

zsojka at seznam dot cz gcc-bugzilla@gcc.gnu.org
Fri Jan 7 23:59:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47209

--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> 2011-01-07 23:42:49 UTC ---
I don't know if the code is valid or invalid (I have no clue what is the
meaning of "base::foo;"). Comeau online and icc 11.1 accept it though.
If it is not valid, changing "base::foo;" to "using base::foo;" probably makes
it valid.



More information about the Gcc-bugs mailing list