------- Comment #4 from rearnsha at gcc dot gnu dot org 2006-08-02 12:35 ------- > What is the status of PR23624. I see there was a checkin, what do I have to > do to make use of the change?
You have to convert your code/system to use the EABI version of GCC; or you have to modify your source so that it doesn't use volatile bitfields. The EABI for ARM mandates the behaviour of volatile bitfields, but the arm-elf configuration does not use that ABI and has different semantics in this area. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28568