From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25943 invoked by alias); 20 Dec 2002 15:39:32 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 25924 invoked by uid 61); 20 Dec 2002 15:39:31 -0000 Date: Fri, 20 Dec 2002 07:39:00 -0000 Message-ID: <20021220153931.25923.qmail@sources.redhat.com> To: gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, janis187@us.ibm.com, nobody@gcc.gnu.org From: ehrhardt@mathematik.uni-ulm.de Reply-To: ehrhardt@mathematik.uni-ulm.de, gcc-bugs@gcc.gnu.org, gcc-prs@gcc.gnu.org, janis187@us.ibm.com, nobody@gcc.gnu.org, gcc-gnats@gcc.gnu.org Subject: Re: middle-end/8306: ICE for bitfield7_y.C in C++ compatibility tests X-SW-Source: 2002-12/txt/msg01098.txt.bz2 List-Id: Synopsis: ICE for bitfield7_y.C in C++ compatibility tests State-Changed-From-To: open->analyzed State-Changed-By: cae State-Changed-When: Fri Dec 20 07:39:30 2002 State-Changed-Why: Confirmed with 3.2 and 3.4 on sparc-sun-solaris. This is a regression from 2.95.x. This is a minimal example, compile with g++, gcc is fine: int main () { union U {int i : 64; } u; if (u.i == 7); } http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8306