This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/8807: GCC 3.2 generates ICE compiling code involving pointer to member function
- From: bangerth at dealii dot org
- To: gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, smunday at ara dot co dot uk
- Date: 4 Dec 2002 15:38:42 -0000
- Subject: Re: c++/8807: GCC 3.2 generates ICE compiling code involving pointer to member function
- Reply-to: bangerth at dealii dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, nobody at gcc dot gnu dot org, smunday at ara dot co dot uk, gcc-gnats at gcc dot gnu dot org
Synopsis: GCC 3.2 generates ICE compiling code involving pointer to member function
State-Changed-From-To: open->closed
State-Changed-By: bangerth
State-Changed-When: Wed Dec 4 07:38:39 2002
State-Changed-Why:
This is already fixed in 3.2.1 and 3.3CVS:
tmp/g> /home/bangerth/bin/gcc-3.3-pre/bin/gcc -c x.cc
x.cc: In function `int main()':
x.cc:11: error: parenthesis around 'sampleClass::sampleFunc()' cannot be used
to form a pointer-to-member-function
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8807