From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20585 invoked by alias); 30 Nov 2011 19:57:34 -0000 Received: (qmail 20576 invoked by uid 22791); 30 Nov 2011 19:57:33 -0000 X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from localhost (HELO gcc.gnu.org) (127.0.0.1) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 30 Nov 2011 19:57:19 +0000 From: "gcc@Denis-Excoffier.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/51366] New: [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244 Date: Wed, 30 Nov 2011 20:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: gcc@Denis-Excoffier.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 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: 2011-11/txt/msg02895.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51366 Bug #: 51366 Summary: [cygwin] ICE in maybe_record_trace_start, at dwarf2cfi.c:2244 Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: rtl-optimization AssignedTo: unassigned@gcc.gnu.org ReportedBy: gcc@Denis-Excoffier.org Created attachment 25960 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25960 preprocessed exclude.c Under last Cygwin (XP 32bits) and with gcc-4.7-20111119, i get this message with exclude.c (directly from the rsync-3.0.9 distribution), see attachment (preprocessed). No problem with other platforms (Darwin PPC or Intel, Ubuntu at least). This might have something to do with #51271. However, i cannot reproduce the minimal test case given under the first comment of that bug report. % gcc -O2 -o exclude.o -c exclude.c exclude.c: In function 'get_cvs_excludes': exclude.c:943:1: internal compiler error: in maybe_record_trace_start, at dwarf2cfi.c:2244 Please submit a full bug report, with preprocessed source if appropriate. See for instructions.