This is the mail archive of the gcc@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]

Re: loop-2{f,g} failures



These tests fail on systems where the high bit of the address where
the process stack pointer resides is set.  Loop.c turns a signed
comparison into an unsigned one, but doesn't adjust all the
assosciated RTL along the way.  Loop requires quite a bit of surgery
to fix this, the bug is well understood though.

Later,
David S. Miller
davem@dm.cobaltmicro.com


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