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++/1769: Internal error: Segmentation Fault on simple program



>Number:         1769
>Category:       c++
>Synopsis:       Internal error: Segmentation Fault on simple program
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          ice-on-legal-code
>Submitter-Id:   net
>Arrival-Date:   Thu Jan 25 07:26:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Hyman Rosen
>Release:        gcc version 2.97 20010124 (experimental)
>Organization:
>Environment:

>Description:
Compile this, I believe legal, code:

template <typename A>
struct a
{
        struct b { };
        typedef typename A::r<b>::o t;
        typedef t::d d;
};
>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]