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?
>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?
c++/9394 c++ -include doesn't work
says:
Copy the DEFAULT_WORD_SWITCH_TAKES_ARG from gcc.c into gcc/cp/g++spec.c
and use it instead.
-benjamin