This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: patch for execute/920501-6.c
- To: Joern Rennecke <amylaar at cygnus dot co dot uk>
- Subject: Re: patch for execute/920501-6.c
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 17 Oct 1997 18:02:06 -0600
- cc: tege at matematik dot su dot se, egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199710162129.WAA11375@phal.cygnus.co.uk>you write:
> sqrtllu shiftes an integer by a quantity that is 15 for the calls
> in the test, and might be as high as 32 in general.
> For a shift count of 15, this yields a negative value on hosts with 16 bit
> ints. Herei s a fix:
Thanks. Installed.
Jeff