[Bug target/34734] attribute((progmem)) not handled properly in C++ for AVRs

2008-02-02 Thread ilgb at livius dot net
--- Comment #1 from ilgb at livius dot net 2008-02-02 08:11 --- after upgrading to WinAVR-20071221 my C++ projects trigger the same warning message. for completeness, my sources look like: // usb_user_device_descriptor PROGMEM S_usb_device_descriptor usb_dev_desc = { sizeof

[Bug c++/33287] namespace hides class definition

2007-09-03 Thread ilgb at livius dot net
--- Comment #3 from ilgb at livius dot net 2007-09-03 18:15 --- it looks we are talking about different bugs, the error I get is different: ../src/a.cpp:26: error: 'C1' does not name a type where the line 26 is the following: C1 c; -- http://gcc.gnu.org/bugzilla/show_bug.cgi

[Bug c++/33287] New: namespace hides class definition

2007-09-02 Thread ilgb at livius dot net
++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ilgb at livius dot net http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33287