Assignee: unassigned at gcc dot gnu.org
Reporter: bacon at cs dot nyu.edu
Target Milestone: ---
Created attachment 36859
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36859&action=edit
Preprocessor output
Here is the command line and output:
$ gcc -v -save-tem
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589
--- Comment #1 from David Bacon ---
Version 5.2.0 of gcc for the same Cygwin 64-bit platform fails in the same way
on the same source line.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589
--- Comment #3 from David Bacon ---
A workaround for this gcc bug is to replace the offending 1e37 (the only one in
the .i file) with 10.1 (1{37 zeroes}.1).
That works in the 5.2.0 case, anyway.
It is worth n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589
--- Comment #2 from David Bacon ---
A workaround for this gcc bug is to replace the offending 1e37 (the only one in
the .i file) with 10.1 (1{37 zeroes}.1).
That works in the 5.2.0 case, anyway.
It is worth n
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589
--- Comment #4 from David Bacon ---
This bug was first observed in gcc 4.9.3, but since it is also present in
5.2.0, I have changed the Version field in this bug report from 4.9.3 to 5.2.0.
dB
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68589
--- Comment #6 from David Bacon ---
I haven't run into this issue on Linux either, only on Cygwin.
dB