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 c/52381] asm goto output operands diagnostics


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

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
           Keywords|                            |diagnostic
   Last reconfirmed|                            |2012-02-27
     Ever Confirmed|0                           |1
            Summary|asm goto output operands    |asm goto output operands
                   |                            |diagnostics
           Severity|enhancement                 |normal

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2012-02-27 09:22:52 UTC ---
I don't think asm goto was designed to contain more than a computed jump
instruction.  And I don't know how reliably we could allocate registers
for outputs on the multiple outgoing edges.

So, it's definitely by design.

Confirmed for the diagnostic issue.


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