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.