This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/6579: works infinitely long
- From: Wolfgang Bangerth <bangerth at ticam dot utexas dot edu>
- To: gcc-bugs at gcc dot gnu dot org, <gcc-gnats at gcc dot gnu dot org>, <imz at altlinux dot ru>
- Date: Mon, 21 Oct 2002 18:53:39 -0500 (CDT)
- Subject: Re: c++/6579: works infinitely long
A much simplified testcase for this failure is this:
-------------------------------
struct B
{
int a;
B() : a(({ 1;})) {};
};
-------------------------------
which drives present CVS HEAD into an endless loop.
Regards
Wolfgang
-------------------------------------------------------------------------
Wolfgang Bangerth email: bangerth@ticam.utexas.edu
www: http://www.ticam.utexas.edu/~bangerth