This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: c++/9575: Internal compiler error in resolve_offset_ref, at cp/init.c: 1886


Hi,

Thank you very much for your prompt response.  Is the restriction on paranthesis 
use conforms to the C++ standards?

Note that this code compiles and works as intended on other compilers.

Sincerely,
Meenan Vishnu



>Date: 4 Feb 2003 23:35:37 -0000
>To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, mvishnu@fla.fujitsu.com, 
nobody@gcc.gnu.org
>From: bangerth@dealii.org
>Subject: Re: c++/9575: Internal compiler error in resolve_offset_ref, at 
cp/init.c:    1886
>
>Synopsis: Internal compiler error in resolve_offset_ref, at cp/init.c:    1886
>
>State-Changed-From-To: open->closed
>State-Changed-By: bangerth
>State-Changed-When: Tue Feb  4 23:35:37 2003
>State-Changed-Why:
>    Confirmed with 3.2, but already fixed in 3.2.2pre, 3.3 and
>    3.4:
>    
>    mp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
>    x.cc: In function `void func(foo*)':
>    x.cc:16: error: parenthesis around 'foo::operator&=(const foo&)' 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=9
575


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]