|
From: kaz K. <kk...@rr...> - 2003-03-24 22:46:02
|
Hi Sean, Sean McGoogan <Sea...@su...> wrote: > My suspicion is that a hard-to-provoke code-generation bug > has been introduced a few months ago, and it only when complex native > applications like compilers are run does it present itself. We are trying > to regress our code-base and see if we can pin-point when this happened. It seems very likely to me. Such kind of gcc bug is often the result of wrongly optimized code. Building the last stage of native gcc with -O0 or -O1 would be help to see what is going on. > I would be interested to know if Kaz-san has tried this example > using a native gcc under SH-5 Linux, rather than the cross gcc. Kaz-san, > can you please let me know ? I didn't make a complete native environment yet. I'm trying to build it now. I'll look this example closely when I get a native compiler. Regards, kaz |