------- Comment #12 from frikkie at zitera dot co dot za 2009-01-13 10:12 ------- Created an attachment (id=17085) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17085&action=view) patch_for_volatile_bitfields_gcc400.tgz
The following patches help to honour the container type of the volatile bitfield when the GCC internal: TARGET_NARROW_VOLATILE_BITFIELD is false. The patch is for GCC 4.0.0 Included in the tgz-file is the disassembly for the application: main.c, with the original GCC 4.0.0 source and the patched source. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23623