[Bug c++/33068] volatile struct bit fields not treated as volatile

2007-08-14 Thread Steve at Zook dot com
--- 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++ -

[Bug c++/33068] New: volatile struct bit fields not treated as volatile

2007-08-14 Thread Steve at Zook dot com
: 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

[Bug c++/32782] inconsistant overflow in implicit conversion warning with -sizeof()

2007-07-16 Thread 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

[Bug c++/32782] New: inconsistant overflow in implicit conversion warning with -sizeof()

2007-07-16 Thread Steve at Zook dot com
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

[Bug c++/23702] volatile const members of structures not treated as volatile

2005-09-19 Thread Steve at Zook dot com
--- 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

[Bug c++/23702] volatile const members of structures not treated as volatile

2005-09-02 Thread Steve at Zook dot com
--- 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.

[Bug c++/23702] volatile const members of structures not treated as volatile

2005-09-02 Thread Steve at Zook dot com
--- 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

[Bug c++/23702] New: volatile const members of structures not treated as volatile

2005-09-02 Thread Steve at Zook dot com
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