This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/30484] Miscompilation of remainder expressions on CPUs of the i386 family
- From: "jsm28 at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Sep 2008 20:41:53 -0000
- Subject: [Bug target/30484] Miscompilation of remainder expressions on CPUs of the i386 family
- References: <bug-30484-1710@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #9 from jsm28 at gcc dot gnu dot org 2008-09-12 20:41 -------
Note libgcc functions would only need to get it right for CPUs defining the
macro, if in other cases the source checks would be inserted anyway. Or the
macro could depend on the mode of the division/modulo operation.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30484