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 optimization/13850] [tree-ssa] Fails to compile ffmpeg on x86: can't find a register in class `GENERAL_REGS' while reloading `asm'


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-25 01:48 -------
Really the code should not be using inline-asm but that is different story.  I think the problem is 
that the tree-ssa is finding some common sub expressions and combining them which is causing 
reload (the register spiller) to fail to find registers/offsets for the contstraints.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|inline-asm                  |optimization
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-01-25 01:48:41
               date|                            |
            Summary|Fails to compile ffmpeg on  |[tree-ssa] Fails to compile
                   |x86: can't find a register  |ffmpeg on x86: can't find a
                   |in class `GENERAL_REGS'     |register in class
                   |while reloading `asm'       |`GENERAL_REGS' while
                   |                            |reloading `asm'
   Target Milestone|---                         |tree-ssa


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


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