[Bug target/43701] [4.8/4.9/5 Regression] ICE: SIGSEGV (too deep recursion) with -mno-sse and __float128
jakub at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Fri Feb 27 13:32:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=43701
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|WAITING |RESOLVED
CC| |jakub at gcc dot gnu.org
Resolution|--- |FIXED
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This went away with r195386, and starting with r217279 we even don't error on
this, as we gimple fold the cast away (which is a little bit surprising at -O0,
but perhaps acceptable).
More information about the Gcc-bugs
mailing list