This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/55033] [4.6/4.7/4.8 Regression] PowerPC section type conflict error
- From: "sebastian dot huber at embedded-brains dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 23 Oct 2012 13:20:28 +0000
- Subject: [Bug c++/55033] [4.6/4.7/4.8 Regression] PowerPC section type conflict error
- Auto-submitted: auto-generated
- References: <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.