https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
Jakub Jelinek changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
--- Comment #8 from Jakub Jelinek ---
Author: jakub
Date: Tue Apr 18 13:15:46 2017
New Revision: 246965
URL: https://gcc.gnu.org/viewcvs?rev=246965&root=gcc&view=rev
Log:
PR middle-end/79788
PR middle-end/80375
* c-common
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
--- Comment #7 from Jakub Jelinek ---
Created attachment 41166
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41166&action=edit
gcc7-pr79788.patch
Untested patch that caps the widest literal type at long long on ILP32 targets.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
--- Comment #6 from Jakub Jelinek ---
Even gcc 3.2 ICEs on this.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
Jakub Jelinek changed:
What|Removed |Added
CC||jakub at gcc dot gnu.org
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
Alexander Ivchenko changed:
What|Removed |Added
CC||aivchenk at gmail dot com
--- Comme
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
--- Comment #3 from Uroš Bizjak ---
(In reply to Martin Liška from comment #2)
> Btw. can MPX be used for 32-bit binaries? Is it supported by ICC?
MPX is supported on 32-bit i686, but not on x32.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79788
Martin Liška changed:
What|Removed |Added
CC||marxin at gcc dot gnu.org
--- Comment #2