c++/6579: works infinitely long

Wolfgang Bangerth bangerth@ticam.utexas.edu
Mon Oct 21 16:52:00 GMT 2002


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




More information about the Gcc-bugs mailing list