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: PR fortran/9038, a regression in 3.3/3.4 with respect to 3.2.


Paul Brook wrote:-

> Apparently not. I thought I'd checked that, but when I try it now it doesn't 
> work:(
> 
> You could replace '%(cc1_options)' with
> '%(cpp_unique_options) %1 %{m*} %{std*} %{ansi} %{W*&pedantic*} %{w} \
>  %{O*} %{undef}'
> (taken from gcc.c, removing -f)
> 
> However this stops any -f options getting passed to the propocessor. AFAIK 
> cc1 -E doesn't use any -f options anyway. Any -f options it does need could 
> of course be added explicitly.

Nope, cc1 -E uses all -f options.

Neil.


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