This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5247] Memory eating infinite loop on default parameter in constructor which is reference to class
- From: "bsdfan3 at users dot sourceforge dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Mar 2006 21:14:32 -0000
- Subject: [Bug c++/5247] Memory eating infinite loop on default parameter in constructor which is reference to class
- References: <bug-5247-849@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #14 from bsdfan3 at users dot sourceforge dot net 2006-03-29 21:14 -------
GCC 3.4.4 on Cygwin actually breaks. The .ii file looks normal, however, it
seems to be segfaulting...I'll try the testcase with mainline shortly.
$ gcc --version
gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5247