This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 May 2007 07:32:39 -0000
- Subject: [Bug target/31975] [4.3 Regression] segfault in try_split on mips during bootstrap
- References: <bug-31975-12387@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from pinskia at gcc dot gnu dot org 2007-05-25 08:32 -------
RS6000, ia64, and sh does this:
/* Mark the end of the (empty) prologue. */
emit_note (NOTE_INSN_PROLOGUE_END);
You might want to use that note also for MIPS.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31975