On Wed, Nov 6, 2013 at 7:37 AM, Tom Tromey <tro...@redhat.com> wrote: >>>>>> "Tobias" == Tobias Burnus <bur...@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