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: amacleod at cygnus dot com, 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 13:55:17 -0700
>>
>> 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.)
OK, I'll give it a whirl.
Andrew