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.