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: SH: PR target/22553


Joern RENNECKE <joern.rennecke@st.com> wrote:
> I think that the fundamental bug is the way that exception handling 
> places basic block
> boundaries after call_insns, without changing all the code that relies 
> on basic blocks
> only being ended by jumps, labels, or the end of a function.
[snip]

Thanks for your explanation.  Although I feel that I can understand
the issue more clearly, I'm afraid that the right solution for this
problem is a fairly big hammer and would be not appropriate in deep
stage3.
One temporary workround for 4.1.0 would be to disable the first schedule
insn optimization when flag_exceptions is set, with the appropriate
comment.  How do you think about it?

Regards,
	kaz


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