Subject: Re: new toolchain: cannot compile float with optimization
To: None <port-vax@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: port-vax
Date: 04/11/2002 23:32:20
Hi,

On 04/10/2002 10:30:58 AM MST Matt Thomas wrote:
>
>At 12:17 PM 4/10/2002 +0200, Christian Groessler wrote:
>>Hi,
>>
>>I've installed a ELF snapshot, I compiled from yesterday's CVS.
>>
>>The installed compiler ... (see subject)
>>
>>
>>vaxentoy:~/tmp$ cc -O2 float.c -o float
>>cc: Internal compiler error: program cc1 got fatal signal 11
>>
>>vaxentoy:~/tmp$ cc -O float.c -o float
>>cc: Internal compiler error: program cc1 got fatal signal 11
>>
>>vaxentoy:~/tmp$ cc float.c -o float
>>
>>vaxentoy:~/tmp$ ./float
>>result: 46.400000
>
>It works for me.  But that's before the sh3 changes went in....
>It also works with a i386->vax cc1 with the sh3 changes.

I used a macppc->vax compiler to generate the vax compiler. So I will
rebuild it natively and see what happens...

regards,
chris