This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PLEASE APPROVE: patch to fix PR 5879, a serious gcc 3.1regression
>>>>> "Anthony" == Anthony Green <green@redhat.com> writes:
> On Mon, 2002-03-18 at 12:38, Jason Merrill wrote:
>> Hmm. Can you (or Adam) be more specific about the miscompilation? After
>> reconfiguring with --enable-sjlj-exceptions I've tried compiling
>> natClass.cc with and without this patch, and the only difference I see is
>> label numbers.
> I see slightly more than that (with xscale-elf-g++). I'll mail you the
> two .s files.
Ah, the other differences only show up with -O2. Curiouser and curiouser.
Jason