From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30089 invoked by alias); 8 Mar 2010 11:58:28 -0000 Received: (qmail 30047 invoked by uid 48); 8 Mar 2010 11:58:16 -0000 Date: Mon, 08 Mar 2010 11:58:00 -0000 Subject: [Bug c/43288] New: [4.5 Regression] ICE in function_and_variable_visibility, at ipa.c:415 X-Bugzilla-Reason: CC Message-ID: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "rguenth 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: 2010-03/txt/msg00628.txt.bz2 static int a __attribute__((common)); ICEs like > ./cc1 -quiet t.i t.i:32:1: internal compiler error: in function_and_variable_visibility, at ipa.c:415 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. but instead should be rejected. This bug was split out from PR42068. -- Summary: [4.5 Regression] ICE in function_and_variable_visibility, at ipa.c:415 Product: gcc Version: 4.5.0 Status: UNCONFIRMED Keywords: accepts-invalid Severity: normal Priority: P3 Component: c AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: rguenth at gcc dot gnu dot org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43288