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/41531] -O1 -fschedule-insns swscale error



------- Comment #5 from ubizjak at gmail dot com  2009-10-01 16:59 -------
(In reply to comment #3)
> This is not the same problem as 24319.  Vlad thinks he fixed 24319, and indeed
> the problem in this bug report from 4.4 is gone.  The reported problem in 4.5
> is different.

Oh, I have noticed that 4.5 has different problem, involving assembler errors.
>From attached assembler:

/APP
 # 912 "swscale_template.c" 1
        lea                     11*8+4*4*256(%rdi), %rdx  
        <stuff deleted ...>
>>>	cmp                                 %r15d, %rax  
        <more stuff deleted ...>
        jb                                  1b             

 # 0 "" 2
/NO_APP

This simply means invalid asm constraints or operand prefixes in asm.

Thus, WONTFIX for 4.4 and INVALID for 4.5.


-- 

ubizjak at gmail dot com changed:

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


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


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