This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103
- From: "trippels at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 24 Jun 2015 19:27:05 +0000
- Subject: [Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103
- Auto-submitted: auto-generated
- References: <bug-66654-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66654
Markus Trippelsdorf <trippels at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-06-24
CC| |trippels at gcc dot gnu.org
Summary|ice in digest_init_r, at |[6 Regression] ice in
|cp/typeck2.c:1103 |digest_init_r, at
| |cp/typeck2.c:1103
Ever confirmed|0 |1
--- Comment #1 from Markus Trippelsdorf <trippels at gcc dot gnu.org> ---
class A {
A();
};
class B {
A r{r};
};