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]

Re: invalid address bug in egcs optimizer (snapshot)



  In message <199807290048.SAA06041@ellpspace.math.ualberta.ca>you write:
  > > 
  > >   > Sounds like the problem I had over the weekend building dosemu (I had
  > >   > problems with inlining a not quite trivial function whos result was
  > >   > beeing asigned to a pointer).
  > > BTW, the file you need to update to get the fix is regmove.c.
  > > 
  > 
  > It does not look like that this is the same trouble I reported
  > last week (failed compilation on Alpha of slhc.o from Linux kernel
  > sources).  I just tried egcs-19980727 snapshot, where regmove.c is
  > modified, and the reported problem persists.
I'm not particularly suprised.  regmove does little (if anything) on
the alpha, so a fix to remove is unlikely to fix a problem on the
alpha.

Just because two bugs have similar sympotoms doesn't mean they're the
same bug :(

jeff


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