This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/8010] [vax-netbsdelf] ICE in extract_insn for g77.f-torture/execute/20010116.f


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]