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]

Re: Deleting prologue/epilogue insns


Hi Richard,

: Currently an attempt to do this is ignored and produces a warning and
: an RTL dump of the offending insn.  But this really is an ICE and should
: cause an abort.

: - 	{
: - 	  warning ("ICE: would have deleted prologue/epilogue insn");
: - 	  if (!inhibit_warnings)
: - 	    debug_rtx (insn);
: - 	}

: + 	abort ();

Why delete the helpful message and RTL dump ?

Cheers
	Nick

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