[Bug c++/51674] No errors on non-existent symbol in constructor

2011-12-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51674 --- Comment #3 from Jonathan Wakely 2011-12-24 14:14:16 UTC --- well, sorry, it does call a constructor, but it calls the same one (the default cosntructor) it doesn't call the other constructor "with a non-existent symbol"

[Bug c++/51674] No errors on non-existent symbol in constructor

2011-12-24 Thread redi at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51674 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/51674] No errors on non-existent symbol in constructor

2011-12-24 Thread so.townsend at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51674 --- Comment #1 from So Townsend 2011-12-24 14:02:34 UTC --- Comment on attachment 26183 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26183 Example of problem >#include > >class Foo >{ >public: > Foo() > { > Foo(