This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/51723] [C++0x] delegating constructor ICE
- From: "andyg1001 at hotmail dot co.uk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Sun, 01 Jan 2012 15:25:50 +0000
- Subject: [Bug c++/51723] [C++0x] delegating constructor ICE
- Auto-submitted: auto-generated
- References: <bug-51723-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51723
--- Comment #6 from andyg1001 at hotmail dot co.uk 2012-01-01 15:25:50 UTC ---
As a suggestion, the test case added in commit
http://gcc.gnu.org/viewcvs?view=revision&revision=182768 should have the
additional two lines:
constexpr B b1 = A<10, 20, 30>::a;
constexpr B b2 = A<10, 20, 30>();
since these actually *cause* the ICE in the initial post. (These two lines
were part of the initial post.)