This is the mail archive of the gcc-patches@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]

Re: [patch] Fix for PR 14838


John David Anglin wrote:
The enclosed change fixes PR 14838.  It makes get_first_nonnote_insn
and get_last_nonnote_insn more conservative in that they no longer
assume that the first/last insn is always a note insn.

The only users of these two functions are pa.c and avr.c.

Tested on hppa-unknown-linux-gnu, 3.3, 3.4 and 4.0 branches with
no regressions.

Ok for 3.3, 3.4 and main?

Yes.


--
Mark Mitchell
CodeSourcery, LLC
mark@codesourcery.com
(916) 791-8304


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