Hi, Tristan

I use gcc-3.4.4.
I also check gcc-4.1.1, and I also get warning.
This warning is happened in only the case of gcc-4.1.1.
I'll also reseach the warning.

Best Regards,

Akio Takebe

>Le Samedi 10 Juin 2006 07:50, Akio Takebe a 馗rit :
>> Hi,
>>
>> I remove a wrong cleanup in xen/arch/ia64/linux-xen/time.c
>> itc_ratio.num and itc_ratio.den are defined u64
>> in xen/include/asm-ia64/linux-xen/asm/pal.h.
>> These are the below.
>> typedef struct pal_freq_ratio {
>>         u64 den : 32, num : 32; /* numerator & denominator */
>> } itc_ratio, proc_ratio;
>Which version of gcc are you using ?
>gcc 4.1.1 now reports a warning.
>
>I'll check the C standard.
>
>Tristan.


_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@lists.xensource.com
http://lists.xensource.com/xen-ia64-devel

Reply via email to