This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/22072] bizarre code for int*int/2
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jun 2005 14:56:26 -0000
- Subject: [Bug middle-end/22072] bizarre code for int*int/2
- References: <20050615060438.22072.felix-gcc@fefe.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-15 14:56 -------
(In reply to comment #4)
> what about *arithmetic shift* instruction (e.g. SAR on ix86) ?
Nope, try that with a negative number and you will notice that it will not work.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22072