This is the mail archive of the gcc-prs@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]

c++/9454: [3.4 regression][New parser] ICE in lookup_member, at cp/search.c:1503


>Number:         9454
>Category:       c++
>Synopsis:       [3.4 regression][New parser] ICE in lookup_member, at cp/search.c:1503
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Mon Jan 27 16:16:00 UTC 2003
>Closed-Date:
>Last-Modified:
>Originator:     Wolfgang Bangerth
>Release:        unknown-1.0
>Organization:
>Environment:
present 3.4
>Description:
This ICEs with the new parser:
------------------------------
template <int> struct Outer {
    struct B            { operator int (); };
    struct D : public B { operator int (); };
};
Outer<2> o;
------------------------------

g/a> /home/bangerth/bin/gcc-3.4-pre/bin/c++ -c bug34-1.cc
bug34-1.cc:3: internal compiler error: in lookup_member, at cp/search.c:1503
Please submit a full bug report,


It works with 3.3 and previous, though.

W.
>How-To-Repeat:

>Fix:

>Release-Note:
>Audit-Trail:
>Unformatted:


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