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 bootstrap failure


Joern Rennecke <joern.rennecke@superh.com> wrote:
> The problem is that the output is written to before all the inputs are
> evaluated.  Such an output is known as an earlyclobber operand.
> Please check if the attached patch works for you.

It works fine! Thanks for the solution and explanation.
With your patch, mainline bootstrapped on sh4-unknown-linux-gnu
and there are no new regressions in the testsuite.

Regards,
	kaz


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