[Bug target/54436] [4.7/4.8 Regression] Compiling some regular C++ code gives assembler '700415 shortened to 255' warning

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Mon Sep 3 16:09:00 GMT 2012


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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-09-03 16:09:10 UTC ---
Fixed.  Without the fix you get the assembler warning, but that should be
harmless, as the assembler should truncate the value to the 8-bit value anyway,
what the compiler does with the fix previously did the assembler after issuing
the warning.



More information about the Gcc-bugs mailing list