This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran 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: Possible fix for 18452


Asher Langton wrote:
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18452
> 
> This bug is involves extra -f* options being passed on to cc1 when a 
> file is preprocessed.  In lang-spec.h, we have:
> 
...
> Any comments or suggestions?

The real fix would certainly be using cpplib directly from gfortran instead of
calling cc1 for this purpose.  I don't think implementing this will be
difficult, and the maintenance headaches would be much smaller than if we kept
an option list in the specs files.

> PS: The Cray Pointer patch should be released very soon.  I'm just 
> waiting for the paperwork at this point.

Cool!  As a word of caution: I assume the patch will be large and not trivial,
so it will probably have to go through a few rounds of review, please don't be
discouraged by it.

Thanks,
- Tobi


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