http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54358
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED CC| |jakub at gcc dot gnu.org Resolution| |INVALID --- Comment #4 from Jakub Jelinek <jakub at gcc dot gnu.org> 2012-08-23 13:29:49 UTC --- Yes, definitely invalid. With PIC p is not correct constraint for any code label, address of a variable etc., all that requires adding some offset to the PIC register, therefore must allow register in the constraint.