This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How to file such a bug report?


> -----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....
 



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]