From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5479 invoked by alias); 24 Aug 2004 05:39:37 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 5431 invoked by uid 48); 24 Aug 2004 05:39:36 -0000 Date: Tue, 24 Aug 2004 05:39:00 -0000 From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org Message-ID: <20040824053934.17163.pinskia@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/17163] New: [3.5 Regression] ICE with -frepo and static class variables X-Bugzilla-Reason: CC X-SW-Source: 2004-08/txt/msg02410.txt.bz2 List-Id: template struct __Atomicity_lock { static unsigned char _S_atomicity_lock; }; template unsigned char __Atomicity_lock<__inst>::_S_atomicity_lock = 0; template unsigned char __Atomicity_lock<0>::_S_atomicity_lock; -- Summary: [3.5 Regression] ICE with -frepo and static class variables Product: gcc Version: 3.5.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: critical Priority: P2 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: pinskia at gcc dot gnu dot org CC: gcc-bugs at gcc dot gnu dot org OtherBugsDependingO 8991 nThis: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17163