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"
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51674
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|
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(