[Bug target/45946] ICE: in extract_insn, at recog.c:2127 when using _Decimal128 with -Os -fno-omit-frame-pointer

zsojka at seznam dot cz gcc-bugzilla@gcc.gnu.org
Wed Oct 20 15:02:00 GMT 2010


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45946

Zdenek Sojka <zsojka at seznam dot cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to fail|                            |4.3.5, 4.4.5, 4.5.2

--- Comment #1 from Zdenek Sojka <zsojka at seznam dot cz> 2010-10-20 15:02:12 UTC ---
4.1.2 doesn't know _Decimal128, 4.2.4 refuses to compile

$ gcc-4.1.2 -Os -fno-omit-frame-pointer pr45946.c
pr45946.c:3: warning: parameter names (without types) in function declaration

$ gcc-4.2.4 pr45946.c
pr45946.c:2: error: decimal floating point not supported for this target

4.3.5 and newer compile without any optimisation, but fail with given flags



More information about the Gcc-bugs mailing list