--- Comment #1 from Steve at Zook dot com 2007-08-14 17:28 ---
Created an attachment (id=14059)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14059&action=view)
Test C or C++ code fragment
For bad code compile: m68k-elf-gcc -c -save-temps -x c++ test.c
or: m68k-elf-g++ -
: volatile struct bit fields not treated as volatile
Product: gcc
Version: 4.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Steve at Zook dot com
--- Comment #1 from Steve at Zook dot com 2007-07-16 19:05 ---
Created an attachment (id=13926)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13926&action=view)
Test code fragment compiled m68k-elf-g++ -c testpp.cpp
Lines end in \r\n.
--
http://gcc.gnu.org/b
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Steve at Zook dot com
GCC host triplet: i386-pc-cygwin
GCC target triplet: m68k-elf-unknown
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32782
--- Additional Comments From Steve at Zook dot com 2005-09-19 20:06 ---
Test using i686-pc-cygwin with revision 4.0.1 shows problem resolved and good
code being emitted (although two new warnings are output about non-local
anonymous variables).
--
http://gcc.gnu.org/bugzilla
--- Additional Comments From Steve at Zook dot com 2005-09-02 19:36 ---
Created an attachment (id=9653)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9653&action=view)
Sample compiled output for test code
This sample was compiled:
gcc -c -save-temps test.cpp
on rev 3.3.
--- Additional Comments From Steve at Zook dot com 2005-09-02 19:33 ---
Created an attachment (id=9652)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9652&action=view)
Test code
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23702
Product: gcc
Version: 3.4.4
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: Steve at Zook dot com
CC: gcc-bugs at gcc dot gnu dot org
http