public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/39543]  New: [4.4 Regression] Reload failure on mplayer from SVN
@ 2009-03-24 11:25 jakub at gcc dot gnu dot org
  2009-03-24 11:28 ` [Bug rtl-optimization/39543] " jakub at gcc dot gnu dot org
                   ` (19 more replies)
  0 siblings, 20 replies; 21+ messages in thread
From: jakub at gcc dot gnu dot org @ 2009-03-24 11:25 UTC (permalink / raw)
  To: gcc-bugs

The following testcase errors while reloading the asms with -O3 -m32 or
-O3 -m32 -DOMIT_FRAME_POINTER -fomit-frame-pointer since r139993 (before that
it worked even with IRA, after that -fno-ira cured it while we still had it).
I agree mplayer pushes the limits a little bit too far by having so many "m"
and "=m" constraints, on the other side e.g. in baz when it is inlined none of
the asms actually need any registers to reload them, all the mems are actually
s[012345] + some small constant, so on i386 all of them can be expanded as
s0+16 and similar.  In the *.optimized dump they are still constants, wonder
why during expand we decide to force all the MEM addresses into registers.


-- 
           Summary: [4.4 Regression] Reload failure on mplayer from SVN
           Product: gcc
           Version: 4.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: rtl-optimization
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: jakub at gcc dot gnu dot org
GCC target triplet: i686-linux


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


^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2009-05-07 22:18 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-24 11:25 [Bug rtl-optimization/39543] New: [4.4 Regression] Reload failure on mplayer from SVN jakub at gcc dot gnu dot org
2009-03-24 11:28 ` [Bug rtl-optimization/39543] " jakub at gcc dot gnu dot org
2009-03-24 12:54 ` jakub at gcc dot gnu dot org
2009-03-24 14:18 ` jakub at gcc dot gnu dot org
2009-03-24 15:04 ` bonzini at gnu dot org
2009-03-25 13:10 ` jakub at gcc dot gnu dot org
2009-03-25 15:49 ` jakub at gcc dot gnu dot org
2009-03-25 16:49 ` bonzini at gnu dot org
2009-03-25 18:32 ` jakub at gcc dot gnu dot org
2009-03-26  8:47 ` bonzini at gnu dot org
2009-03-26 13:42 ` matz at gcc dot gnu dot org
2009-03-30 14:45 ` [Bug rtl-optimization/39543] [4.4/4.5 " rguenth at gcc dot gnu dot org
2009-04-14 13:53 ` bonzini at gnu dot org
2009-04-14 13:59 ` matz at gcc dot gnu dot org
2009-04-14 14:02 ` bonzini at gnu dot org
2009-04-21 16:02 ` [Bug inline-asm/39543] " jakub at gcc dot gnu dot org
2009-04-26 18:56 ` jakub at gcc dot gnu dot org
2009-04-26 18:58 ` jakub at gcc dot gnu dot org
2009-04-26 19:09 ` jakub at gcc dot gnu dot org
2009-05-01 13:15 ` pinskia at gcc dot gnu dot org
2009-05-07 22:18 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).