This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug rtl-optimization/49977] [4.7 Regression] CFI notes are missed for delayed slot
- From: "hp at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 4 Aug 2011 21:51:43 +0000
- Subject: [Bug rtl-optimization/49977] [4.7 Regression] CFI notes are missed for delayed slot
- Auto-submitted: auto-generated
- References: <bug-49977-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49977
--- Comment #6 from Hans-Peter Nilsson <hp at gcc dot gnu.org> 2011-08-04 21:51:07 UTC ---
(In reply to comment #2)
> E.g. a cross
> to CRIS is hanging in the simulator for *every* execution test,
> so I assume there's something wrong with my cris-sim dejagnu setup.
Likely. Sounds like the usual ungraceful failure of dejagnu to find the
baseboard file: it just tries to execute the file natively and then oddly times
out instead of just failing; note lack of "cris-axis-elf-run" calls in the
<whatever>.log files. That is, if you're running dejagnu-1.4.4 or earlier;
dejagnu-1.5 should already have the baseboard. For future reference,
<http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20204#c7>.