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/29840] [4.3 Regression] build/genconditions ../../gcc/gcc/config/pa/pa.md > tmp-condmd.c: /bin/sh: 13354 Memory fault(coredump)



------- Comment #12 from steven at gcc dot gnu dot org  2006-11-25 23:23 -------
Re. comment #3, "It's call clobbered, so it must be saved and restored": Why is
reg 29 not in the call clobbered reg list on the call_insns?  I see a USE for
reg 29 on every call: (use (reg/f:DI 29 %r29)).  But not a CLOBBER.  Shouldn't
that be a clobber if reg 29 is call clobbered?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29840


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