------- Comment #7 from amylaar at gcc dot gnu dot org  2006-09-08 17:26 -------
I suppose this accepts-invalid problem is related:

struct I
{
  int i;
} i = { 0 };

int
f (int i, int j = i.i)
{
  return i + j;
}


-- 

amylaar at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joern dot rennecke at st dot
                   |                            |com


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

Reply via email to