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: RTL checking fails (solaris2, irix6 & x86) SUBREG_BYTE related?


 > From: Andrew Macleod <amacleod@cygnus.com>
 > 
 > >> I'm getting across the board RTL checking failures last night
 > >> bootstrapping the trunk on the following platforms.  They all die in
 > >> the same check (at different parts of the bootstrap) so they're likely
 > >> all related.  I'm going to somewhat randomly blame the SUBREG patches,
 > >> since they last tweeked the function where the check crash happened.
 > >> 
 > >> I suspect it's easy to reproduce, but let me know if you need a .i
 > >> file.
 > 
 > Hmm. I just did a new extract, and it boostrapped fine on x86, and the
 > solaris one is still progressing.. Do I have to add something else at
 > configuration time to turn on the checking which shows this?


Yes, you have to do "configure --enable-checking=misc,tree,rtl,gc"

Note the "rtl".  (The default on the trunk is "misc,tree,gc" if you
don't specify anything.)

		--Kaveh
--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions


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