------- Comment #1 from ramana at gcc dot gnu dot org 2010-07-07 08:43 ------- Can you reproduce this with GCC built using sources from http://gcc.gnu.org ? If not please report such issues to the vendors of your toolchain. If you can reproduce this with GCC built from FSF sources please let us know.
Also give a better testcase which is consistent, complete and small, this is code with undefined behaviour, at the very best this is the Compiler ICE'ing on invalid code. All your local variables are uninitialized and they've been marked as input constraints to your asm. -- ramana at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|critical |normal Status|UNCONFIRMED |WAITING http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44853