[Bug c++/46449] Class in a CPP override a class from another CPP

2010-11-12 Thread charles.gorand.dev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46449 --- Comment #4 from charles.gorand.dev at gmail dot com 2010-11-12 12:17:02 UTC --- (In reply to comment #3) > Is it a warning/error impossible? It seems a pretty easy error to make. > > How you tried compiling with other C++ compi

[Bug c++/46449] Class in a CPP override a class from another CPP

2010-11-12 Thread charles.gorand.dev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46449 --- Comment #2 from charles.gorand.dev at gmail dot com 2010-11-12 11:12:36 UTC --- (In reply to comment #1) > this is not valid C++, A warning or an error message should be generated so ? > you can't have two globally-visible class

[Bug c++/46449] New: Class in a CPP override a class from another CPP

2010-11-12 Thread charles.gorand.dev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46449 Summary: Class in a CPP override a class from another CPP Product: gcc Version: 4.4.4 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: una