[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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)
> 	{ 
> 	  return (__builtin_isgreaterequal(x, y) || (sizeof (y) == sizeof (float) ? __isnanf (y) : __isnan (y))) ? x : y;
> 	}
> 
> gotom@arm:/tmp$ gcc s_fmax_expand.c -c  
> gotom@arm:/tmp$ gcc s_fmax_expand.c -c -O1
> s_fmax_expand.c: In function `__fmax':
> s_fmax_expand.c:5: internal compiler error: in elim_reg_cond, at flow.c:3328
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See <URL:http://gcc.gnu.org/bugs.html> for instructions.
> For Debian GNU/Linux specific bug reporting instructions, see
> <URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: