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: patch for PR/23522


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.

Alex.



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