This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/2650: [2003-05-05] ICE, in c_expand_expr, at c-common.c:3906
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-gnats at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gdr at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, mayer at tux dot org
- Cc: Andrew Pinski <pinskia at physics dot uc dot edu>
- Date: Sat, 10 May 2003 13:29:16 -0400
- Subject: Re: c++/2650: [2003-05-05] ICE, in c_expand_expr, at c-common.c:3906
This looks like it is fixed on 3.4, build ten minutes ago.
PR2650.cc: In member function `void X::foo()':
PR2650.cc:4: error: `T' is not a class-name or namespace-name
PR2650.cc:4: error: `y' undeclared (first use this function)
PR2650.cc:4: error: (Each undeclared identifier is reported only once
for each
function it appears in.)
PR2650.cc: In function `int main()':
PR2650.cc:19: error: expected primary-expression
PR2650.cc:19: error: expected primary-expression
PR2650.cc:19: error: `x' undeclared (first use this function)
Thanks,
Andrew Pinski
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-
trail&database=gcc&pr=2650