public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug testsuite/65767] Test pr65276 failed on arm-none-eabi
Date: Wed, 06 May 2015 12:53:00 -0000	[thread overview]
Message-ID: <bug-65767-4-8pCXHNN0Zp@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-65767-4@http.gcc.gnu.org/bugzilla/>

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65767

Uroš Bizjak <ubizjak at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ubizjak at gmail dot com

--- Comment #7 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Rainer Orth from comment #6)
> Unfortunately, the fix broke the test completely on Solaris with /bin/ld:

Also seen on x86 CentOS 5.11:

cp_lto_pr65276_1.o: In function `std2::runtime_error::~runtime_error()':^M
pr65276_1.C:(.text._ZN4std213runtime_errorD2Ev[_ZN4std213runtime_errorD5Ev]+0x8):
undefined reference to `std2::exception::~exception()'^M
cp_lto_pr65276_1.o: In function `std2::runtime_error::~runtime_error()':^M
pr65276_1.C:(.text._ZN4std213runtime_errorD0Ev[_ZN4std213runtime_errorD5Ev]+0xc):
undefined reference to `std2::exception::~exception()'^M
cp_lto_pr65276_1.o:(.rodata._ZTVN4std29exceptionE[_ZTVN4std29exceptionE]+0x10):
undefined reference to `std2::exception::~exception()'^M
cp_lto_pr65276_1.o:(.rodata._ZTVN4std29exceptionE[_ZTVN4std29exceptionE]+0x18):
undefined reference to `std2::exception::~exception()'^M
collect2: error: ld returned 1 exit status^M
>From gcc-bugs-return-485634-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed May 06 12:54:41 2015
Return-Path: <gcc-bugs-return-485634-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 110678 invoked by alias); 6 May 2015 12:54:41 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 110650 invoked by uid 48); 6 May 2015 12:54:37 -0000
From: "t at sharklasers dot com" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug lto/66029] Build error compiling gcc5.1 using LTO
Date: Wed, 06 May 2015 12:54:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: lto
X-Bugzilla-Version: 5.1.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: t at sharklasers dot com
X-Bugzilla-Status: WAITING
X-Bugzilla-Resolution:
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:
Message-ID: <bug-66029-4-2qFvzew3vt@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-66029-4@http.gcc.gnu.org/bugzilla/>
References: <bug-66029-4@http.gcc.gnu.org/bugzilla/>
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-05/txt/msg00474.txt.bz2
Content-length: 636

https://gcc.gnu.org/bugzilla/show_bug.cgi?idf029

--- Comment #4 from JD <t at sharklasers dot com> ---
I tried as you advised; this is the configuration I'm trying to build:
  $ ../gcc-5.1.0/configure --prefix=gcc5.1 --enable-languages=c,c++
--enable-gold=yes --enable-ld=yes --enable-lto --enable-bootstrap
--with-build-config=bootstrap-lto --disable-multilib

The linker is:
GNU ld (GNU Binutils; openSUSE 13.2) 2.24.0.20140403-6.1

Information for package binutils:
---------------------------------
Repository: openSUSE-13.2-Oss
Name: binutils
Version: 2.24-6.1.7
Arch: x86_64
Vendor: openSUSE
Installed: Yes
Status: up-to-date


  parent reply	other threads:[~2015-05-06 12:53 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-15  2:52 [Bug lto/65767] New: " amker at gcc dot gnu.org
2015-04-15  7:50 ` [Bug lto/65767] " rguenth at gcc dot gnu.org
2015-04-15  9:51 ` amker at gcc dot gnu.org
2015-04-21  2:23 ` [Bug testsuite/65767] " amker at gcc dot gnu.org
2015-04-22  9:38 ` amker at gcc dot gnu.org
2015-04-22 19:45 ` ramana at gcc dot gnu.org
2015-05-04 12:55 ` ro at gcc dot gnu.org
2015-05-06 12:53 ` ubizjak at gmail dot com [this message]
2015-05-15  8:26 ` amker at gcc dot gnu.org
2015-06-15 14:31 ` ro at gcc dot gnu.org
2015-06-16 14:59 ` ubizjak at gmail dot com
2015-06-16 15:00 ` ubizjak at gmail dot com
2015-06-18  2:11 ` amker at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-65767-4-8pCXHNN0Zp@http.gcc.gnu.org/bugzilla/ \
    --to=gcc-bugzilla@gcc.gnu.org \
    --cc=gcc-bugs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).