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/43889] [4.6/4.5 Regression]: mmix-knuth-mmixware gcc.c-torture/execute/arith-rand.c -O3 -fomit-frame-pointer -funroll-loops



------- Comment #1 from hp at gcc dot gnu dot org  2010-04-26 02:36 -------
The regrename change renamed registers so the destination overlapped a clobber
in the div (or mod) insns.  That in turn can be blamed on missing earlyclobbers
for those alternatives in the patterns, thus changing component to "target".
Bernd, sorry for the noise.  Feel free to re-add yourself as CC. :-)


-- 

hp at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|bernds at gcc dot gnu dot   |
                   |org                         |
          Component|middle-end                  |target


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


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