This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/9785: Internal compiler error 192 when trying to assign local value to a local classes member.
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gnuser at coloraura dot com, nobody at gcc dot gnu dot org
- Date: 21 Feb 2003 02:01:23 -0000
- Subject: Re: c++/9785: Internal compiler error 192 when trying to assign local value to a local classes member.
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gnuser at coloraura dot com, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: Internal compiler error 192 when trying to assign local value to a local classes member.
State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Fri Feb 21 02:01:23 2003
State-Changed-Why:
Already fixed since gcc3.0:
x/bug> /home/bangerth/bin/gcc-3.0.4/bin/c++ -c test.C
test.C: In function `int main()':
test.C:4: field initializer is not constant
test.C:4: missing ';' before right brace
test.C:4: field `int main()::<anonymous class>::x' in local class cannot be
static
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9785