This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: patch for PR/23522
- From: Ian Lance Taylor <ian at airs dot com>
- To: Alexey Starovoytov <alexey dot starovoytov at sun dot com>
- Cc: <gcc-patches at gcc dot gnu dot org>
- Date: 29 Sep 2005 13:08:24 -0700
- Subject: Re: patch for PR/23522
- References: <Pine.GSO.4.31.0509291238250.2070-100000@boojum>
Alexey Starovoytov <alexey.starovoytov@sun.com> writes:
> On Wed, 28 Sep 2005, Ian Lance Taylor wrote:
>
> > > > > if (TREE_CODE (arg1_unw) != INTEGER_CST
> > > > > || TREE_CODE (shorter_type) != INTEGER_TYPE
> > > > > || !int_fits_type_p (arg1_unw, shorter_type))
> > > > > return NULL_TREE;
>
> > Oh, sorry, you're right. != INTEGER_TYPE is correct. Forget what I
> > said. Please test your patch above:
>
> c/c++ testsuites reported no regressions on sparc-solaris 9 and 10.
> I don't have other systems to test on.
Normally we test a bootstrap, too--perhaps you did that as well.
Patch is approved; thanks.
Ian