From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14781 invoked by alias); 21 Nov 2008 16:22:03 -0000 Received: (qmail 5439 invoked by uid 48); 21 Nov 2008 16:20:39 -0000 Date: Fri, 21 Nov 2008 16:22:00 -0000 Subject: [Bug c++/38215] New: g++ internal compiler error X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "vikas dot saroha at gmail dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-11/txt/msg01799.txt.bz2 g++ inherit.cpp inherit.cpp:15: Internal compiler error. inherit.cpp:15: Please submit a full bug report. inherit.cpp:15: See for instructions. #include class A { protected: int a_v; }; class B:public A { protected : int b_v; }; class A::A() { a_v=10; cout<<"ctr A"<