This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/13491] infinite recursion when compiling: argument of type A in a constructor of A
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Dec 2003 21:23:25 -0000
- Subject: [Bug c++/13491] infinite recursion when compiling: argument of type A in a constructor of A
- References: <20031225204850.13491.ethouris@o2.pl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2003-12-25 21:23 -------
In reallity this is the same bug as PR 5247 because the problem is that the conversion from int to
ab is causing the infinite loop, you get the same behavior if you remove the other default value.
*** This bug has been marked as a duplicate of 5247 ***
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13491