-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

According to Gary V. Vaughan on 4/30/2007 10:49 AM:
> Hi Eric,
> 
> I think your recent patch to eval has either broken something, or else
> tickled a long standing bug.  Using the latest gnulib and m4 HEAD, test
> 135 is failing.


> eval(-4 >> 65)
> -1
> eval(-4 >> 64)
> -1
> eval(-4 >> 63)
> -1

It looks like the failure is due to undefined C code (shifting by an
amount larger than the width of the type), and that the testsuite is just
tickling a long-standing bug.  branch-1_4 is immune because it
intentionally masks the shift amount to bring it back into width, so I
will have to port some of that code to HEAD.  Thanks for the heads-up on this.

- --
Don't work too hard, make some time for fun as well!

Eric Blake             [EMAIL PROTECTED]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGNzcD84KuGfSFAYARAgCBAJ0Sj/lNuftZEjTHxQV9eMI0cSiaxgCfSBWS
q/OTxXlVz0uDKaQ1vuOgCDU=
=T5YT
-----END PGP SIGNATURE-----


_______________________________________________
Bug-m4 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-m4

Reply via email to