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: question about "precompiled headers"


On Wednesday, Jul 2, 2003, at 08:55 US/Eastern, Hirschmiller, Rainer, ISO23 wrote:
we have a problem with our compile times. If including a special header
file, with much more includings behind, our compiling time are increased
significantally . Unfortunately this header file have to be included in
nearly every modul. I think it's a fine example for using precompiled
headers.


The questions are now:
Is it possible to use precompiled headers in our compiler version?
If yes: How?
if no: What version do we need?

PCH is not any released versions of gcc, it is on the mainline of gcc though,
it which will become 3.4.
You can try it, if you find any bugs report them, please.



By the way, we're using gcc 3.2.

Andrew Pinski



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