From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27769 invoked by alias); 16 Feb 2015 16:18:22 -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 Received: (qmail 27712 invoked by uid 48); 16 Feb 2015 16:18:18 -0000 From: "pthaugen at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug rtl-optimization/32219] optimizer causes wrong code in pic/hidden/weak symbol checking. Date: Mon, 16 Feb 2015 16:18:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: rtl-optimization X-Bugzilla-Version: 4.3.0 X-Bugzilla-Keywords: patch X-Bugzilla-Severity: normal X-Bugzilla-Who: pthaugen at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-02/txt/msg01794.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32219 Pat Haugen changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |pthaugen at gcc dot gnu.org --- Comment #18 from Pat Haugen --- The following error started with r220674 on powerpc64-linux when trying to build 447.dealII from CPU2006 with -m64. /usr/bin/ld: exceptions.o: In function `ExceptionBase::what() const': exceptions.cc:(.text+0xda0): unresolvable R_PPC64_TOC16_HA against `std::__cxx11::basic_string, std::allocator >::~basic_string()@@GLIBCXX_3.4.21' /usr/bin/ld: exceptions.cc:(.text+0xdac): unresolvable R_PPC64_TOC16_LO against `std::__cxx11::basic_string, std::allocator >::~basic_string()@@GLIBCXX_3.4.21' /usr/bin/ld: final link failed: Nonrepresentable section on output collect2: error: ld returned 1 exit status