[Patch: libcpp, c-family, Fortran] Re: Warning about __DATE__ and __TIME__

Ian Lance Taylor iant@google.com
Wed Nov 6 15:59:00 GMT 2013


On Wed, Nov 6, 2013 at 7:37 AM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> "Tobias" == Tobias Burnus <burnus@net-b.de> writes:
>
> Tobias> +         cpp_warning (pfile, CPP_W_DATE_TIME, "Macro \"%s\" might prevent "
> Tobias> +                      "reproduce builds", NODE_NAME (node));
>
> Tobias> +       cpp_warning (pfile, CPP_W_DATE_TIME, "Macro \"%s\" might prevent "
> Tobias> +                    "reproduce builds", NODE_NAME (node));
>
> I think change "reproduce" to "reproducible" in these warnings.

In GCC warnings pretty much always start with a lower case letter.
Any reason not to s/Macro/macro/ here?

Ian



More information about the Fortran mailing list