This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: Bitlield bug?
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: Schaefer Philipp <philipp dot schaefer at siemens dot com>
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>, bug-gcc at gnu dot org
- Date: Thu, 30 Jan 2003 09:40:14 -0800
- Subject: Re: Bitlield bug?
It shows c0800000 which is right because PPC is big endian, not little
endian like x86.
Order the fields the opposite way on PPC to produce the same value
value as ia32.
Thanks,
Andrew Pinski