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?


Xin Wei Hu <huxw@knight.6test.edu.cn> writes:

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

See the discussion in
    http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14400

Basically, PCH is unstable on platforms for which specific support has
not been added.  That's why the docs say it is a "technology preview."
In 3.4.0, the only platform for which PCH is stable is Darwin.

Ian


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