This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug inline-asm/15740] [3.5 Regression] ICE caused by a memory operand in an asm statement


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-05-30 23:08 -------
Confirmed, the problem here is that a is being marked as addressable too late in the game.  I think the 
front-ends should be marking the variables as TREE_ADDRESSABLE just as they do for the output 
constraints, I will work up a patch to do this unless some objects.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org, dnovillo at gcc dot gnu
                   |                            |dot org
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ice-on-valid-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-05-30 23:08:56
               date|                            |
            Summary|ICE caused by a memory      |[3.5 Regression] ICE caused
                   |operand in an asm statement |by a memory operand in an
                   |                            |asm statement
   Target Milestone|---                         |3.5.0


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]