[Bug c++/37141] New: syntax error when using type inherited from base class

2008-08-16 Thread joao dot eiras at gmail dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: joao dot eiras at gmail dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37141

[Bug c++/37140] type inherited from base class not recognized

2008-08-16 Thread joao dot eiras at gmail dot com
--- Comment #1 from joao dot eiras at gmail dot com 2008-08-16 16:42 --- Sorry, full error is gpp_bug_2.cpp: In constructor `B::B()': gpp_bug_2.cpp:15: error: `o_t' is not a class or namesp gpp_bug_2.cpp:15: error: `type_t' does not name a type -- joao dot eiras a