[Bug target/54358] ICE in output_pic_addr_const

jakub at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Aug 23 13:30:00 GMT 2012


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.



More information about the Gcc-bugs mailing list