Bug#298508: [arm] gcc-3.3 and 3.4 cannot compile glibc 2.3.4

2005-04-18 Thread GOTO Masanori
At Sun, 3 Apr 2005 17:11:02 +0200, Matthias Klose wrote: > Please recheck with gcc-4.0. Yes, I confirmed it's fixed in gcc-4.0 - do you have plan to fix it for gcc-3.3 or gcc-3.4? Regards, -- gotom > GOTO Masanori writes: > > Package: gcc-3.3 > > Version: 1:3.3.5-8 > > Severity: normal > > > >

Bug#298508: [arm] gcc-3.3 and 3.4 cannot compile glibc 2.3.4

2005-04-03 Thread Matthias Klose
Please recheck with gcc-4.0. GOTO Masanori writes: > Package: gcc-3.3 > Version: 1:3.3.5-8 > Severity: normal > > Debian gcc-3.3 and gcc-3.4 (Version: 3.4.3-9) on arm cannot compile > the following code derived from glibc 2.3.4 with -O option: > > double > __fmax (double x, double y)

Bug#298508: [arm] gcc-3.3 and 3.4 cannot compile glibc 2.3.4

2005-03-07 Thread GOTO Masanori
Package: gcc-3.3 Version: 1:3.3.5-8 Severity: normal Debian gcc-3.3 and gcc-3.4 (Version: 3.4.3-9) on arm cannot compile the following code derived from glibc 2.3.4 with -O option: double __fmax (double x, double y) { return (__builtin_isgreaterequal(x, y) || (s