This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/28568] compiler generates incorrect ARM instructions when using long bitfields



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]