From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11943 invoked by alias); 29 Feb 2008 00:31:26 -0000 Received: (qmail 11858 invoked by uid 48); 29 Feb 2008 00:30:48 -0000 Date: Fri, 29 Feb 2008 00:31:00 -0000 Subject: [Bug c++/35405] New: Internal compiler error X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "carlo at gcc dot gnu dot org" 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-02/txt/msg02959.txt.bz2 ~>g++-svn-4.3 troep.cc troep.cc: In instantiation of ‘check’: troep.cc:38: instantiated from here troep.cc:14: internal compiler error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. All 3.x (that I have installed) and all 4.x versions ice on this. Content of troep.cc: typedef char no; typedef char (&yes)[2]; template class Concept> struct check { template struct hint; template static no test(...); template