From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11603 invoked by alias); 16 Jun 2011 06:35:19 -0000 Received: (qmail 11564 invoked by uid 22791); 16 Jun 2011 06:35:18 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00,TW_GD 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; Thu, 16 Jun 2011 06:35:05 +0000 From: "anitha.boyapati at atmel dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug debug/48459] [4.6/4.7 Regression] avr: Assertion failure with -gdwarf-2 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: major X-Bugzilla-Who: anitha.boyapati at atmel dot com X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: rth at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.6.1 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" MIME-Version: 1.0 Date: Thu, 16 Jun 2011 06:35:00 -0000 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-06/txt/msg01407.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48459 --- Comment #27 from Anitha Boyapati 2011-06-16 06:34:57 UTC --- (In reply to comment #24) > The testcase at the head of the PR is now fixed. I could build avr-gcc from trunk and run couple of simple testcases. [anitha@turing objdir]$ avr-gcc -v Using built-in specs. COLLECT_GCC=avr-gcc COLLECT_LTO_WRAPPER=/home/anitha/install/libexec/gcc/avr/4.7.0/lto-wrapper Target: avr Configured with: ../configure --target=avr --prefix=/home/anitha/install/ --with-dwarf2 --enable-languages=c --disable-libssp --disable-nls --with-gmp=/proj/install/gmp-4.3.2/ --with-mpc=/proj/install/mpc-0.8.2/ --with-mpfr=/proj/install/mpfr-2.4.2/ CFLAGS=-g Thread model: single gcc version 4.7.0 20110615 (experimental) (GCC) > > For the 4.6 branch, this required also backporting Any idea if the build succeeded for 4.6 branch? I tried and it failed. (branch: gcc-4_6-branch) ../../../../libgcc/../gcc/libgcc2.c: In function '__lshrdi3': ../../../../libgcc/../gcc/libgcc2.c:427:1: internal compiler error: in dwarf2out_frame_debug_expr, at dwarf2out.c:2671 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[4]: *** [_lshrdi3.o] Error 1 make[4]: Leaving directory `/home/anitha/gcc-4.6-branch/objdir/avr/avr25/libgcc' make[3]: *** [multi-do] Error 1 make[3]: Leaving directory `/home/anitha/gcc-4.6-branch/objdir/avr/libgcc'