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 target/23743] 4.0.2 snapshot fails to compile valid inline asm with >= -O1


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 22:13 -------
Lets count the register usage:
"r"(cb),"r"(lum),
  "r"(row1),"r"(cols),"r"(row2)

there are 5, plus PIC register that make 6 and then there is the frame pointer, that makes 7 which is too 
many for x86 so this is not a GCC bug.

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


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


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