[Bug preprocessor/71851] Get more time granularity at preprocessing
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 13 11:02:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71851
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at gcc dot gnu.org
--- Comment #2 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Any kind of such code goes strongly against build reproduceability,
-fcompare-debug etc., so not sure it would be really appreciated, it is a
direction against various changes done in gcc lately.
I think if you need something like that just pass
-DRANDOM=`dd if=/dev/random bs=8 count=1 2>/dev/null | md5sum | awk '{print
$1}'`
or something similar.
More information about the Gcc-bugs
mailing list