https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66214
--- Comment #24 from Guille <guille at cal dot berkeley.edu> --- 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.