This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/11965] On SPARC, gcc produces invalid assembler code for a shift << 32 operation
- From: "martin at netbsd dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Aug 2003 20:04:05 -0000
- Subject: [Bug c/11965] On SPARC, gcc produces invalid assembler code for a shift << 32 operation
- References: <20030818124133.11965.jk@tools.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11965
martin at netbsd dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |martin at netbsd dot org
------- Additional Comments From martin at netbsd dot org 2003-08-19 20:04 -------
Forgot to mention: I used gcc version 3.3.1.
I initially left out the 32bit changes (since that cases currently seem to not
be triggered), but Ian L. Taylor told me you can not rely on that and pointed to
the mips backends way of handling it.