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

Bug#250899: GCC-3.3 failure on Sparc when compiling Linux kernel



Art, did this work with an earlier version, and if, with which one?

Falk Hueffner writes:
> Here's a smaller test case:
> 
> static __inline__ __attribute__ ((always_inline))
> int page_mapping (unsigned flags)
> {
>   if (1u & (flags >> 16))
>     return 1;
>   return 0;
> }
> void install_page (unsigned flags)
> {
>   if (__builtin_expect (!page_mapping (flags), 0))
>     __builtin_trap ();
> }
> 
> 
> -- 
> 	Falk
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-gcc-REQUEST@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: