This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/66654] [6 Regression] ice in digest_init_r, at cp/typeck2.c:1103


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};
};


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]