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]

c++/4619: internal compiler error



>Number:         4619
>Category:       c++
>Synopsis:       internal compiler error
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Oct 19 04:26:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     sawa
>Release:        gcc version 2.95.3 20010315 (release)
>Organization:
>Environment:

>Description:
Internal compiler error in `const_hash', at varasm.c:2373
>How-To-Repeat:
struct C { void f(); };
typedef void (C::*Call)();

void f() {
struct S {Call call;int i;} s[] = {
        {&C::f, 1},
        {&C::f, 2},
    };
}
>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]