This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Reproducible gcc builds, gfortran, and -grecord-gcc-switches
On Fri, 17 Aug 2012, Simon Baldwin wrote:
> > You could have just added
> > case OPT_cpp_:
> > to the switch in gen_producer_string, instead of all this.
>
> Thanks. I was under the impression, apparently mistaken, that
> OPT_cpp_ exists only if fortran is enabled.
OPT_* for Fortran options only exist when the Fortran front-end is in the
source tree (whether or not enabled). I think we try to avoid knowingly
breaking use cases where people remove some front ends from the source
tree, although we don't actively test them and no longer provide split-up
source tarballs.
--
Joseph S. Myers
joseph@codesourcery.com