From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 789 invoked by alias); 14 Jul 2012 22:18:40 -0000 Received: (qmail 781 invoked by uid 22791); 14 Jul 2012 22:18:39 -0000 X-SWARE-Spam-Status: No, hits=-4.3 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,KHOP_THREADED 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; Sat, 14 Jul 2012 22:18:26 +0000 From: "dushistov at mail dot ru" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/53135] [4.7/4.8 Regression] internal compiler error: in value_format, at dwarf2out.c:8010 Date: Sat, 14 Jul 2012 22:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: debug X-Bugzilla-Keywords: ice-on-valid-code X-Bugzilla-Severity: normal X-Bugzilla-Who: dushistov at mail dot ru X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.2 X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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: 2012-07/txt/msg01144.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D53135 --- Comment #3 from Evgeniy Dushistov 2012-07-14= 22:18:12 UTC --- I searched commit which cause error. Here is result of running test from this bugreport, with such command: arm-none-eabi-g++ -O2 -g -c /tmp/test.cpp good: r182757 | paolo | 2011-12-31 21:29:30 +0400 (=D0=A1=D0=B1., 31 =D0=B4=D0=B5= =D0=BA. 2011) | 14 lines the next one in the trunk bad: r182760 | aoliva | 2012-01-01 00:02:48 +0400 (=D0=92=D1=81., 01 =D1=8F=D0= =BD=D0=B2. 2012) | 26 lines Can anybody add "aoliva" to "CC List"?