This is the mail archive of the gcc-patches@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: PATCH RFA: Don't initialize C frontend builtins when only preprocessing


On Dec 29, 2006, at 12:33 PM, Ian Lance Taylor wrote:
It seems to work in my testing.

Sounds good to me.


If you think there is a problem here I would not be adverse to changing
if (!flag_preprocess_only)
to
if (!flag_preprocess_only && !flag_pch_preprocess)

I just wanted to point out the issue just in case it fell over in trivial testing, then, I'd propose the above as the solution. Even if it was wrong, the down side is minimal, as the fix is trivial and safe enough for the next minor release. If it doesn't fall over, I'd rather leave your change as proposed, as I like compile speed improvements.


And by the way, thanks for doing this work. I know some people that are always interested in compilation speed.


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