From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12103 invoked by alias); 20 Jun 2009 01:11:13 -0000 Received: (qmail 12066 invoked by uid 48); 20 Jun 2009 01:11:03 -0000 Date: Sat, 20 Jun 2009 01:11:00 -0000 Message-ID: <20090620011103.12065.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug middle-end/40493] [4.5 Regression] New SRA miscompiled binutils In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "hjl dot tools at gmail dot com" 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: 2009-06/txt/msg01400.txt.bz2 ------- Comment #4 from hjl dot tools at gmail dot com 2009-06-20 01:11 ------- (In reply to comment #3) > With 148536 and current mainline cvs binutils I see no failures in the gas > testsuite. I do see a bunch of failures in the ld testsuite, which are all > because /usr/bin/ld is being run despite a -B option being passed to gcc that > should cause the newly built ld to be used. > With revision 148536, I got cc1: warnings being treated as errors /export/gnu/import/svn/binutils/src/bfd/elflink.c: In function ‘elf_link_add_object_symbols’: /export/gnu/import/svn/binutils/src/bfd/elflink.c:3552:6: error: jump skips variable initialization /export/gnu/import/svn/binutils/src/bfd/elflink.c:3637:7: note: label ‘error_free_dyn’ defined here /export/gnu/import/svn/binutils/src/bfd/elflink.c:3626:18: note: ‘tagv’ declared here It won't even compile. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40493