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 rtl-optimization/44838] [4.6 regression] RTL loop unrolling and scheduling cause FAIL: gcc.dg/pr39794.c



------- Comment #13 from rguenth at gcc dot gnu dot org  2010-07-07 08:51 -------
It's a scheduling issue (and thus an alias issue).  -fno-schedule-insns2 fixes
the problem.  We mis-schedule the unrolled part.


-- 

rguenth at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rguenth at gcc dot gnu dot
                   |                            |org
          Component|middle-end                  |rtl-optimization
           Keywords|                            |alias, wrong-code
            Summary|[4.6 regression] FAIL:      |[4.6 regression] RTL loop
                   |gcc.dg/pr39794.c            |unrolling and scheduling
                   |                            |cause FAIL: gcc.dg/pr39794.c


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


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