From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20877 invoked by alias); 4 Feb 2008 13:59:53 -0000 Received: (qmail 20628 invoked by uid 48); 4 Feb 2008 13:59:10 -0000 Date: Mon, 04 Feb 2008 13:59:00 -0000 Message-ID: <20080204135910.20627.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35074] [4.3 regression] ICE with attribute "aligned" for template classes In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "reichelt 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/msg00401.txt.bz2 ------- Comment #3 from reichelt at gcc dot gnu dot org 2008-02-04 13:59 ------- Well, the ICE appeared before 2008-01-31 Douglas Gregor Jakub Jelinek PR c++/34935 PR c++/34936 * typeck.c (structural_comptypes): Handle comparisons of VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, FIXED_POINT_TYPE, and REAL_TYPE nodes. * mangle.c (write_builtin_type): Map down to the canonical type, which will be one of the predefined type nodes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35074