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

Re: Revert my last move2add patch. (Was Re: GCC build failed for native with your patch on2003-04-17T21:46:51Z.)


>>>>> Janis Johnson writes:

Janis> Darn, and I just started up a new bootstrap on powerpc-linux, where
Janis> today the stage2 compiler has been getting a segfault building
Janis> crtbeginS.o.  I'll see if it's due to some other patch from the last
Janis> day or so.

	In additional Kazu and Alexandre's patches, you also need to
disable part of Honza's subreg_offset_representable_p patch:

#if 0
  if (offset % GET_MODE_SIZE (ymode)
      || mode_multiple % nregs_multiple)
    abort ();
#endif

David


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