From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3363 invoked by alias); 12 Jun 2007 14:11:48 -0000 Received: (qmail 3330 invoked by uid 48); 12 Jun 2007 14:11:39 -0000 Date: Tue, 12 Jun 2007 14:11:00 -0000 Subject: [Bug c++/32304] New: ICE in set_mem_attributes_minus_bitpos X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "wouter dot vermaelen at scarlet dot be" 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: 2007-06/txt/msg00889.txt.bz2 > cat bug.ii struct S { S() {} }; S f() { static S s; return s; } > g++ -O bug.ii bug2.ii: In function ‘S f()’: bug2.ii:6: internal compiler error: in set_mem_attributes_minus_bitpos, at emit-rtl.c:1573 -- Summary: ICE in set_mem_attributes_minus_bitpos Product: gcc Version: 4.3.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: wouter dot vermaelen at scarlet dot be http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32304