A nitpick about newly generated Linux tests

Linux tests, as generated Friday 23 July 2004 09:28:26 UTC http://boost.sourceforge.net/regression-logs/cs-Linux.html show a huge amount of warnings everywhere for GCC tests (for every successful pass, actually.) I guess the problem is that the compiler emits the date of compilation and this is is interpreted by the test engine as a warning. Probably this new behavior is due to some GCC configuration parameter? Joaquín M López Muñoz Telefónica, Investigación y Desarrollo

Joaquín Mª López Muñoz wrote:
Linux tests, as generated Friday 23 July 2004 09:28:26 UTC
http://boost.sourceforge.net/regression-logs/cs-Linux.html
show a huge amount of warnings everywhere for GCC tests (for every successful pass, actually.) I guess the problem is that the compiler emits the date of compilation and this is is interpreted by the test engine as a warning.
Probably this new behavior is due to some GCC configuration parameter?
D'oh. I thought adding printing of the date to the gcc wrapper script would help to identify outdated tests. I didn't realize that would be interpreted as warning. I'll remove the date. Regards, m
participants (2)
-
Joaquín Mª López Muñoz
-
Martin Wille