How to file such a bug report?
Dave Korn
dk@artimi.com
Fri Apr 30 18:15:00 GMT 2004
> -----Original Message-----
> From: gcc-owner On Behalf Of Xin Wei Hu
> Sent: 30 April 2004 17:06
> Hi
>
> gcc 3.4 ICEed when compile with a precompiled header. So I use
> --save-temps to get an .ii file, but g++ then successfully
> compiled this
> .ii file without any errors.
>
> What files can I attach to file a bug report then?
How about preprocessing the header file that you generated the PCH from to
get a .ii?
You'd have to verify that the PCH generated from the .ii caused the same
crash when you try to compile with it as the PCH generated from the original
header, but then you could attach both .ii files and a note about the
command line used to build the PCH and the command line used to build the
file that crashes when you're using the PCH.
cheers,
DaveK
--
Can't think of a witty .sigline today....
More information about the Gcc
mailing list