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: [Patch: libcpp, c-family, Fortran] Re: Warning about __DATE__ and __TIME__


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


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