[Bug preprocessor/71183] [7 Regression] gcc -E always gives __DATE__ and __TIME__ as Jan 1 1970 00:00:00
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed May 18 21:39:00 GMT 2016
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71183
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|6.1.1 |7.0
Target Milestone|--- |7.0
Summary|gcc -E always gives |[7 Regression] gcc -E
|__DATE__ and __TIME__ as |always gives __DATE__ and
|Jan 1 1970 00:00:00 |__TIME__ as Jan 1 1970
| |00:00:00
--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Works on GCC 6.1.0 release:
# 1 "<stdin>"
# 1 "<built-in>"
# 1 "<command-line>"
# 31 "<command-line>"
# 1
"/data1/src/gcc-cavium/toolchain-6/thunderx-tools/aarch64-thunderx-linux-gnu/sys-root/usr/include/stdc-predef.h"
1 3 4
# 32 "<command-line>" 2
# 1 "<stdin>"
"May 18 2016" "14:38:12"
More information about the Gcc-bugs
mailing list