public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "sebastian.huber@embedded-brains.de" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug c++/55033] [4.6/4.7/4.8 Regression] PowerPC section type conflict error
Date: Tue, 23 Oct 2012 13:21:00 -0000	[thread overview]
Message-ID: <bug-55033-4-N3N5GMwRbA@http.gcc.gnu.org/bugzilla/> (raw)
In-Reply-To: <bug-55033-4@http.gcc.gnu.org/bugzilla/>


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55033

Sebastian Huber <sebastian.huber@embedded-brains.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|target                      |c++

--- Comment #1 from Sebastian Huber <sebastian.huber@embedded-brains.de> 2012-10-23 13:20:28 UTC ---
This error is also present in the PowerPC EABI configuration (the RTEMS and
EABI configurations are roughly the same):

powerpc-unknown-eabi-g++ --version --verbose
Using built-in specs.
COLLECT_GCC=powerpc-unknown-eabi-g++
COLLECT_LTO_WRAPPER=/home/sh/install-eabi/lib/gcc/powerpc-unknown-eabi/4.8.0/lto-wrapper
powerpc-unknown-eabi-g++ (GCC) 4.8.0 20121023 (experimental)
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Target: powerpc-unknown-eabi
Configured with: /home/sh/archive/gcc-git/configure
--prefix=/home/sh/install-eabi --target=powerpc-unknown-eabi  --verbose
--with-gnu-as --with-gnu-ld --with-newlib --disable-libssp
--enable-languages=c,c++
Thread model: single
gcc version 4.8.0 20121023 (experimental) (GCC) 
COLLECT_GCC_OPTIONS='--version' '-v'
 /home/sh/install-eabi/lib/gcc/powerpc-unknown-eabi/4.8.0/cc1 -quiet -v
help-dummy -quiet -dumpbase help-dummy -auxbase help-dummy -version --version
-o /tmp/ccbQTCaZ.s
GNU C (GCC) version 4.8.0 20121023 (experimental) (powerpc-unknown-eabi)
        compiled by GNU C version 4.6.2, GMP version 5.0.5, MPFR version 3.1.1,
MPC version 1.0.1
GGC heuristics: --param ggc-min-expand=30 --param ggc-min-heapsize=4096
COLLECT_GCC_OPTIONS='--version' '-v'

/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/../../../../powerpc-unknown-eabi/bin/as
-v -mppc -many --version -o /tmp/ccYVhGeE.o /tmp/ccbQTCaZ.s
GNU assembler version 2.22.52 (powerpc-unknown-eabi) using BFD version (GNU
Binutils) 2.22.52.20120727
GNU assembler (GNU Binutils) 2.22.52.20120727
Copyright 2012 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `powerpc-unknown-eabi'.
COMPILER_PATH=/home/sh/install-eabi/lib/gcc/powerpc-unknown-eabi/4.8.0/:/home/sh/install-eabi/lib/gcc/powerpc-unknown-eabi/4.8.0/:/home/sh/install-eabi/lib/gcc/powerpc-unknown-eabi/:/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/:/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/:/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/../../../../powerpc-unknown-eabi/bin/
LIBRARY_PATH=/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/:/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/../../../../powerpc-unknown-eabi/lib/
COLLECT_GCC_OPTIONS='--version' '-v'
 /home/sh/install-eabi/lib/gcc/powerpc-unknown-eabi/4.8.0/collect2 -V -dn
-Bstatic --version ecrti.o crtbegin.o
-L/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0
-L/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/../../../../powerpc-unknown-eabi/lib
/tmp/ccYVhGeE.o -lgcc -lc -lgcc crtend.o ecrtn.o
collect2 version 4.8.0 20121023 (experimental)
/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/../../../../powerpc-unknown-eabi/bin/ld
-V -dn -Bstatic --version ecrti.o crtbegin.o
-L/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0
-L/home/sh/install-eabi/lib64/gcc/powerpc-unknown-eabi/4.8.0/../../../../powerpc-unknown-eabi/lib
/tmp/ccYVhGeE.o -lgcc -lc -lgcc crtend.o ecrtn.o
GNU ld (GNU Binutils) 2.22.52.20120727
  Supported emulations:
   elf32ppc
   elf32ppclinux
   elf32ppcsim
GNU ld (GNU Binutils) 2.22.52.20120727
Copyright 2012 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or (at your option) a later version.
This program has absolutely no warranty.


  reply	other threads:[~2012-10-23 13:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-23 12:54 [Bug c++/55033] New: " sebastian.huber@embedded-brains.de
2012-10-23 13:21 ` sebastian.huber@embedded-brains.de [this message]
2012-10-23 15:03 ` [Bug target/55033] " sebastian.huber@embedded-brains.de
2012-11-06  9:27 ` fang at csl dot cornell.edu
2012-11-06 13:18 ` sebastian.huber@embedded-brains.de
2012-11-25 15:58 ` rguenth at gcc dot gnu.org
2012-12-03 16:04 ` rguenth at gcc dot gnu.org
2013-03-26 16:11 ` [Bug target/55033] [4.6/4.7/4.8/4.9 " joel at gcc dot gnu.org
2013-04-12 15:16 ` [Bug target/55033] [4.7/4.8/4.9 " jakub at gcc dot gnu.org
2013-05-10  2:10 ` amodra at gmail dot com
2013-06-12 15:29 ` pthaugen at gcc dot gnu.org
2013-06-13  9:10 ` sebastian.huber@embedded-brains.de
2013-07-02  4:39 ` jasonwucj at gmail dot com
2014-06-12 13:44 ` [Bug target/55033] [4.7/4.8/4.9/4.10 " rguenth at gcc dot gnu.org
2014-06-12 15:42 ` [Bug target/55033] [4.8/4.9/4.10 " amodra at gmail dot com

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-55033-4-N3N5GMwRbA@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).