Gregory Bond <[EMAIL PROTECTED]> writes:
> > What I'd like to know is if anyone has figured out a way to do a
> > g++ equivalent to Microsoft's "precompiled headers".
>
> Not really needed for gcc. The preprocessor has special-case logic to
> recognise header files of the form
>
> /*
> What I'd like to know is if anyone has figured out a way to do a
> g++ equivalent to Microsoft's "precompiled headers".
Not really needed for gcc. The preprocessor has special-case logic to
recognise header files of the form
/* optional comments */
#ifndef SYMBOL
#
On Wed, 29 Aug 2001, Kris Kennaway wrote:
> On Thu, Aug 30, 2001 at 02:20:13AM +0200, clemensF wrote:
> > > Kris Kennaway:
> >
> > > I understand gcc 3.x supports optimization for the newer AMD chips; it
> > > will be imported into 5.0-CURRENT at some point, but may not make it
> > > back into 4.