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++/9912: [3.2/3.3 regression] segfault when defining a method inline in a local definition of a non-locally declared type


Old Synopsis: g++ segfaults when defining a method inline in a local definition of a non-locally declared type
New Synopsis: [3.2/3.3 regression] segfault when defining a method inline in a local definition of a non-locally declared type

State-Changed-From-To: open->analyzed
State-Changed-By: bangerth
State-Changed-When: Mon Mar  3 14:30:07 2003
State-Changed-Why:
    Confirmed. A regression in 3.2 and 3.3 introduced between
    2.95 and 3.0.
    
    It is fixed in mainline with the new parser, though, which
    states
    e/bangerth/bin/gcc-3.4-pre/bin/c++ -c x.cc
    x.cc: In function `int main()':
    x.cc:3: error: global qualification of class name is invalid

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


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