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: Remove more subtle unreachable code


On Wed, Nov 17, 2004 at 02:44:06AM +0100, Steven Bosscher wrote:
> 	* cfgrtl.c (rtl_delete_block): Fix comment.
> 	* emit-rtl.c (remove_unnecessary_notes): Die if we see BLOCK_BEG
> 	or BLOCK_END insn notes.
> 	* jump.c (squeeze_notes): Likewise.
> 	* haifa-sched.c (reemit_notes): Don't "re-emit" EH_REGION_BEG and
> 	EH_REGION_END notes, we never have them to begin with.
> 	* sched-deps.c (sched_analyze_insn): When updating loop notes,
> 	verify that we have indeed only recorded loop notes.
> 	(sched_analyze): Die if we see EH_REGION_BEG or EH_REGION_END notes.
> 	Only record loop notes.

Ok.


r~


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