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++/13491] infinite recursion when compiling: argument of type A in a constructor of A


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


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