This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: RTL checking fails (solaris2, irix6 & x86) SUBREG_BYTE related?
- To: gcc-bugs at gcc dot gnu dot org, ghazi at caip dot rutgers dot edu
- Subject: Re: RTL checking fails (solaris2, irix6 & x86) SUBREG_BYTE related?
- From: Andrew Macleod <amacleod at cygnus dot com>
- Date: Fri, 6 Apr 2001 11:38:53 -0700
- Cc: amacleod at redhat dot 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? Ive
bootstrapped every day since I checked it in with default configuration
on builds with i686-pc-linux-gnu.
Andrew