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++/5247] Memory eating infinite loop on default parameter in constructor which is reference to class



------- Comment #17 from jason at gcc dot gnu dot org  2007-10-27 15:19 -------
Subject: Bug 5247

Author: jason
Date: Sat Oct 27 15:19:45 2007
New Revision: 129681

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129681
Log:
        PR c++/5247
        * call.c (convert_default_arg): Detect recursion.

Added:
    trunk/gcc/testsuite/g++.dg/overload/defarg1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/call.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5247


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