[Bug c++/57769] Unable to call a constructor invoking another constructor in the same class (sister constructor) with designated initializer for aggregate types

2013-07-01 Thread korpela.henri.mikael at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57769 --- Comment #4 from Henri --- (In reply to Paolo Carlini from comment #3) > Both examples are rejected with no ICE by current mainline and 4_8-branch. > The same happens with current ICC and rather recent clang. So, this is not a bug, right?

[Bug c++/57769] Unable to call a constructor invoking another constructor in the same class (sister constructor) with designated initializer for aggregate types

2013-07-01 Thread korpela.henri.mikael at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57769 --- Comment #2 from Henri --- (In reply to Paolo Carlini from comment #1) > Please add here a minimized self-contained reproducer. Also, you are not > saying which version of GCC you are using. My GCC version is currently 4.7. I use Code::Blocks

[Bug c++/57769] Unable to call a constructor invoking another constructor in the same class (sister constructor) with designated initializer for aggregate types

2013-07-01 Thread korpela.henri.mikael at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57769 Henri changed: What|Removed |Added Severity|blocker |normal

[Bug c++/57769] New: Unable to call a constructor invoking another constructor in the same class (sister constructor) with designated initializer for aggregate types

2013-07-01 Thread korpela.henri.mikael at gmail dot com
Product: gcc Version: unknown Status: UNCONFIRMED Severity: blocker Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: korpela.henri.mikael at gmail dot com While implementing a matrix class template