>>>>> "Tobias" == Tobias Burnus <[email protected]> writes:
Tobias> Updated version attached – after bootstrapping and regtesting on
Tobias> x86-64-gnu-linux
Tobias> OK?
Sorry, I didn't notice this until today.
Tobias> @@ -925,7 +928,8 @@ enum {
Tobias> CPP_W_NORMALIZE,
Tobias> CPP_W_INVALID_PCH,
Tobias> CPP_W_WARNING_DIRECTIVE,
Tobias> - CPP_W_LITERAL_SUFFIX
Tobias> + CPP_W_LITERAL_SUFFIX,
Tobias> + CPP_W_DATE_TIME
Tobias> };
I think this change requires a parallel change to c-family/c-common.c.
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.
Tom