[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-12-20 Thread d.v.a at ngs dot ru
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

--- Comment #9 from __vic d.v.a at ngs dot ru ---
Is there any progress and/or solid plan? The last available version of G++ for
HP-UX is 4.7.1 (here
http://h21007.www2.hp.com/portal/site/dspp/menuitem.863c3e4cbcdc3f3515b49c108973a801?ciid=2a08725cc2f02110725cc2f02110275d6e10RCRD)
Without normal C++11 support and important bug fixes!


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-11-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

Richard Biener rguenth at gcc dot gnu.org changed:

   What|Removed |Added

   Priority|P3  |P4


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-08-28 Thread misty at brew dot sh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

--- Comment #7 from Misty De Meo misty at brew dot sh ---
Checking the GCC database, I noticed a similar issue regarding GCC 4.4.3:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47609

Checking the symbol list in libgcc_s and libstdc++, I can see that it's true
that OS X 10.4's GCC C++ stdlib doesn't include that symbol; the OS only
shipped with GCC 4.0.1. I assume GCC 4.4's libgcc_s/libstdc++ includes it, so
perhaps the problem is that the GCC 4.8 build is pulling in the wrong library.

Unfortunately I don't have the machine available for testing until next week.


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-06-30 Thread misty at brew dot sh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

Misty De Meo misty at brew dot sh changed:

   What|Removed |Added

 CC||misty at brew dot sh

--- Comment #3 from Misty De Meo misty at brew dot sh ---
I have the same issue building gcc 4.8.1 on PowerPC 7400 MacOS X 10.4.11. I'm
using gcc 4.4.7 to build 4.8.1; I compiled 4.4.7 myself on the same machine
successfully. The final output from the build:

/usr/local/bin/g++-4.4   -g -DIN_GCC   -fno-exceptions -fno-rtti
-fasynchronous-unwind-tables -W -Wall -Wwrite-strings -Wcast-qual
-Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros
-Wno-overlength-strings -fno-common  -DHAVE_CONFIG_H -L/usr/local/lib
-F/usr/local/Frameworks -o cc1 c/c-lang.o c-family/stub-objc.o attribs.o
c/c-errors.o c/c-decl.o c/c-typeck.o c/c-convert.o c/c-aux-info.o
c/c-objc-common.o c/c-parser.o c-family/c-common.o c-family/c-cppbuiltin.o
c-family/c-dump.o c-family/c-format.o c-family/c-gimplify.o c-family/c-lex.o
c-family/c-omp.o c-family/c-opts.o c-family/c-pch.o c-family/c-ppoutput.o
c-family/c-pragma.o c-family/c-pretty-print.o c-family/c-semantics.o
c-family/c-ada-spec.o tree-mudflap.o darwin-c.o rs6000-c.o \
  cc1-checksum.o libbackend.a main.o tree-browser.o libcommon-target.a
libcommon.a ../libcpp/libcpp.a ../libdecnumber/libdecnumber.a libcommon.a
../libcpp/libcpp.a  -liconv ../libbacktrace/.libs/libbacktrace.a
../libiberty/libiberty.a ../libdecnumber/libdecnumber.a 
-L/usr/local/opt/cloog/lib -lcloog-isl -L/usr/local/opt/isl/lib -lisl
-L/usr/local/opt/gmp/lib -L/usr/local/opt/mpfr/lib -L/usr/local/opt/libmpc/lib
-lmpc -lmpfr -lgmp   -lz
/usr/local/bin/ld: Undefined symbols:
__Unwind_GetIPInfo

It was configured with the following arguments:

--build=powerpc-apple-darwin8.11.0 \
--prefix=/usr/local/Cellar/gcc48/4.8.1/gcc \
--with-dataroot=/usr/local/Cellar/gcc48/4.8.1/share \
--bindir=/usr/local/Cellar/gcc48/4.8.1/bin \
--enable-languages=c++ \
--program-suffix=-4.8 \
--with-gmp=/usr/local/opt/gmp \
--with-mpfr=/usr/local/opt/mpfr \
--with-mpc=/usr/local/opt/libmpc \
--with-cloog=/usr/local/opt/cloog \
--with-isl=/usr/local/opt/isl \
--with-system-zlib \
--enable-libstdcxx-time=yes \
--enable-stage1-checking \
--enable-checking=release \
--enable-lto \
--disable-werror \
--disable-nls \
--disable-multilib


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-06-30 Thread misty at brew dot sh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

--- Comment #4 from Misty De Meo misty at brew dot sh ---
Created attachment 30413
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30413action=edit
Build logs for PowerPC MacOS X 10.4.11 failure


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-06-30 Thread misty at brew dot sh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

--- Comment #5 from Misty De Meo misty at brew dot sh ---
Created attachment 30414
  -- http://gcc.gnu.org/bugzilla/attachment.cgi?id=30414action=edit
libbacktrace config.log


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-06-30 Thread misty at brew dot sh
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

--- Comment #6 from Misty De Meo misty at brew dot sh ---
The config.log for libbacktrace shows that it believes it found
_Unwind_GetIPInfo:

configure:11652: checking for _Unwind_GetIPInfo
configure:11667: /usr/local/bin/gcc-4.4 -c -g
-Werror-implicit-function-declaration -F/usr/local/Frameworks conftest.c 5
configure:11667: $? = 0
configure:11674: result: yes


[Bug other/56811] [4.8/4.9 Regression] libbacktrace causes undefined symbol _Unwind_GetIPInfo on ia64-hpux

2013-05-31 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56811

Jakub Jelinek jakub at gcc dot gnu.org changed:

   What|Removed |Added

   Target Milestone|4.8.1   |4.8.2

--- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org ---
GCC 4.8.1 has been released.