From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17451 invoked by alias); 10 Jul 2002 19:26:01 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 17432 invoked by uid 71); 10 Jul 2002 19:26:01 -0000 Resent-Date: 10 Jul 2002 19:26:01 -0000 Resent-Message-ID: <20020710192601.17431.qmail@sources.redhat.com> Resent-From: gcc-gnats@gcc.gnu.org (GNATS Filer) Resent-To: nobody@gcc.gnu.org Resent-Cc: gcc-prs@gcc.gnu.org, gcc-bugs@gcc.gnu.org Resent-Reply-To: gcc-gnats@gcc.gnu.org, glisse@convex.poly.edu Received: (qmail 15998 invoked by uid 61); 10 Jul 2002 19:18:23 -0000 Message-Id: <20020710191823.15997.qmail@sources.redhat.com> Date: Wed, 10 Jul 2002 12:26:00 -0000 From: glisse@convex.poly.edu Reply-To: glisse@convex.poly.edu To: gcc-gnats@gcc.gnu.org X-Send-Pr-Version: gnatsweb-2.9.3 (1.1.1.1.2.31) Subject: c++/7266: pedantic segfaults on missing typename X-SW-Source: 2002-07/txt/msg00308.txt.bz2 List-Id: >Number: 7266 >Category: c++ >Synopsis: pedantic segfaults on missing typename >Confidential: no >Severity: non-critical >Priority: low >Responsible: unassigned >State: open >Class: ice-on-illegal-code >Submitter-Id: net >Arrival-Date: Wed Jul 10 12:26:00 PDT 2002 >Closed-Date: >Last-Modified: >Originator: glisse@convex.poly.edu >Release: 3.1 >Organization: >Environment: solaris 2.7 >Description: If one omits the typename in the following code: template struct B {typedef A::C::D E;}; compiled with g++ -pedantic test.cpp:1: warning: ISO C++ forbids declaration of `D' with no type test.cpp:1: internal error: Segmentation Fault >How-To-Repeat: template struct B {typedef A::C::D E;}; compiled with g++ -pedantic >Fix: >Release-Note: >Audit-Trail: >Unformatted: