------- Additional Comments From larsbj at gullik dot net 2005-01-03 20:19 ------- (In reply to comment #11)
> grep -v ^# FormExternal.ii> FormExternal.cc > gcc FormExternal.cc -include pch.ii ok, my mistake was using g++ instead. Using the above I to get a clean compile (-c). So it is quite obvious that just using preprocessed sources will not show the ICE. Note that not only PCH is turned on when compiling, but libstdc++ debug mode and concept checking as well. If I turn concept checking off then it compiles, I have not tried with turning off debug mode yet. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19241