[Bug middle-end/66214] [6 Regression] ICE verify_type failed with -O0 -g via gen_type_die_with_usage's dwarf2out.c:20250
guille at cal dot berkeley.edu
gcc-bugzilla@gcc.gnu.org
Tue Nov 24 17:11:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214
--- Comment #26 from Guille <guille at cal dot berkeley.edu> ---
In the case below (fails to compile ssl.h on OSX 10.9.5),
I could simply go to ssl.h lines 337 and 339 and comment out the
'DEPRECATED_IN_MAC_OS_X_VERSION_10_7_AND_LATER'..
then it compiled no problem.
(In reply to Guille from comment #24)
> Yes, just checked that.
> 'gcc -g file_that_include_ssl_h.cpp' builds fine, but
> 'g++ -g file_that_include_ssl_h.cpp' ICEs.
>
>
> (In reply to Magnus Fromreide from comment #23)
> > One more question - you are using the command
> >
> > g++ -g file_that_include_ssl_h.cpp
> >
> > right? Building it as C works for me as well.
More information about the Gcc-bugs
mailing list