This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Suggestions for improving gcc 3.2 compilation speed?
- From: Devang Patel <dpatel at apple dot com>
- To: gcc at gcc dot gnu dot org
- Date: Fri, 7 Mar 2003 15:29:34 -0800
- Subject: Re: Suggestions for improving gcc 3.2 compilation speed?
On Friday, March 7, 2003, at 03:24 PM, Mike Stump wrote:
I don't know offhand why it works for us and not you. Random guess, I
thought I saw something about TAKES_ARG go by recently in another
context... Found it, in cppspec.c Devang added
DEFFAULT_WORD_TAKES_ARG, is this related to why -include doesn't work?
-include does not work with g++. (PR 9394). I have the fix. I will post
patch when bootstrap and regression test is complete.
-Devang