From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19120 invoked by alias); 6 Feb 2008 07:43:32 -0000 Received: (qmail 18985 invoked by uid 48); 6 Feb 2008 07:42:52 -0000 Date: Wed, 06 Feb 2008 07:43:00 -0000 Subject: [Bug c++/35098] New: [4.1/4.24.3 regression] ICE with attribute unused in template X-Bugzilla-Reason: CC Message-ID: 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/msg00630.txt.bz2 The following valid code snippet triggers an ICE since GCC 3.4.0: =========================================================== template struct A { T a, __attribute((unused)) b; }; =========================================================== bug.cc:3: internal compiler error: in layout_type, at stor-layout.c:1864 Please submit a full bug report, [etc.] Without the variable 'a' I get a warning (which is missing in the case above): bug.cc:3: warning: 'unused' attribute ignored -- Summary: [4.1/4.24.3 regression] ICE with attribute unused in template Product: gcc Version: 4.3.0 Status: UNCONFIRMED Keywords: ice-on-valid-code, monitored Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: reichelt at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35098