c++/9261: [3.2 regression] Internal compiler error in arg_assoc, at cp/decl2.c:4793

bangerth@dealii.org bangerth@dealii.org
Fri Jan 10 15:43:00 GMT 2003


Old Synopsis: Internal compiler error in arg_assoc, at cp/decl2.c:4793
New Synopsis: [3.2 regression] Internal compiler error in arg_assoc, at cp/decl2.c:4793

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Fri Jan 10 07:43:50 2003
State-Changed-Why:
    Confirmed on the 3.2 branch. It's a regression w.r.t. 2.95,
    but is fixed on 3.3 and 3.4, which now give
    
    tmp/g> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
    x.cc: In function `int main()':
    x.cc:9: error: request for member `std::type_info::name() const' in `
       __cxa_bad_typeid()()', which is of non-class type `const std::type_info&'
    
    The message is not exactly obvious, but once you think
    about it, it's right.
    
    W.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9261



More information about the Gcc-prs mailing list