From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25253 invoked by alias); 27 Mar 2006 02:08:55 -0000 Received: (qmail 25241 invoked by uid 48); 27 Mar 2006 02:08:50 -0000 Date: Mon, 27 Mar 2006 02:08:00 -0000 Message-ID: <20060327020850.25240.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/26881] [4.1/4.2 Regression] internal compiler error in dwarf2out_finish In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" 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 X-SW-Source: 2006-03/txt/msg02614.txt.bz2 List-Id: ------- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-27 02:08 ------- Reduced testcase that fails even on x86_64: int main(int argc, char **argv) { if (0) { static union{} u; typedef char tt; static tt c[8]; return c[0] == 0x01 && c[1] == 0x02; } } -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC build triplet|i686-pc-linux-gnu | GCC host triplet|i686-pc-linux-gnu | GCC target triplet|i686-pc-linux-gnu |dwarf2 Last reconfirmed|0000-00-00 00:00:00 |2006-03-27 02:08:50 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26881