This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c/8224: Incorrect joining of signed and unsigned division
- From: Glen Nakamura <glen at imodulo dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org
- Date: Fri, 21 Mar 2003 22:48:01 -1000
- Subject: Re: c/8224: Incorrect joining of signed and unsigned division
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8224
I'll need someone with CVS write access to commit the following patch:
http://gcc.gnu.org/ml/gcc-bugs/2003-03/msg00949.html
Approval is here:
http://gcc.gnu.org/ml/gcc-patches/2003-03/msg01966.html
FYI, the patch I submitted to gcc-patches is equivalent to the one above
except I mistakenly forgot the "or modulus" part of the comment.
Hence, I think the patch sent to gcc-bugs should be committed.
Thanks!
-glen