This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
- From: "matt at 3am-software dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Jan 2004 19:37:53 -0000
- Subject: [Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f
- References: <20020923111600.8010.matt@3am-software.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From matt at 3am-software dot com 2004-01-10 19:37 -------
(In reply to comment #5)
> The ICE happens for both -O0 (the one that Dara pointed out) and at -O1 and
above.
> Are these defines really true:
> #define HAVE_POST_INCREMENT 1
> #define HAVE_PRE_DECREMENT 1
The VAX has true post-increment and pre-decrement addressing.
movb r1,(r0)+
movb -(r0),r1
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8010