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/13591] loop unrolling creates incorrect code with inline asm


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-01-06 21:33 -------
Not a bug.  If an asm wants to load from memory, it needs to use
an input with an "m" constraint.

It also looks like there's a typo in the asm statement.  The target
of the final add is $4, which hasn't any special significance here.
I assume it's supposed to be %4 instead,  but that's not well-formed
either (%4 is an input only).


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


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