This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
Re: Possible fix for 18452
- From: Tobias Schlüter <tobias dot schlueter at physik dot uni-muenchen dot de>
- To: Asher Langton <langton2 at llnl dot gov>
- Cc: fortran at gcc dot gnu dot org
- Date: Sat, 16 Jul 2005 18:09:26 +0200
- Subject: Re: Possible fix for 18452
- References: <p06210206befe0bfea9a0@[128.115.19.2]>
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