https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66604
Mikhail Maltsev <miyuki at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |miyuki at gcc dot gnu.org --- Comment #2 from Mikhail Maltsev <miyuki at gcc dot gnu.org> --- (In reply to Eric Moyer from comment #0) > This may be the same as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60595 > unfortunately, I don't know how to compile using the preprocessed source so > I couldn't relocate it to a machine where I can run a more recent g++ to > verify that the problem is fixed. Actually nothing special: g++ -c -std=c++11 RefSnpSnapshot.ii GCC recognizes .ii extension as preprocessed C++ source. Other options may be specified as well (preprocessor options like -I and -D are not needed). ICE seems to be fixed in GCC 4.8.4, 4.9.x and later.