[Bug c++/56963] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284

2013-07-10 Thread tvijlbrief at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56963

Tom Vijlbrief tvijlbrief at gmail dot com changed:

   What|Removed |Added

 CC||tvijlbrief at gmail dot com

--- Comment #4 from Tom Vijlbrief tvijlbrief at gmail dot com ---
Also effects 4.8.1:

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


[Bug c++/56963] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284

2013-04-19 Thread vhaisman at gmail dot com

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

--- Comment #3 from Václav Zeman vhaisman at gmail dot com 2013-04-19 
08:54:59 UTC ---
I have broken the file on the Google Drive. Here is another copy of the same:
https://docs.google.com/file/d/0B-WkLJEfYmSEdTZvdFVRR0E0dEE/edit?usp=sharing

[Bug c++/56963] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284

2013-04-15 Thread vhaisman at gmail dot com

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

Václav Zeman vhaisman at gmail dot com changed:

   What|Removed |Added

   Keywords||lto
 Target||x86_64-pc-cygwin
 CC||vhaisman at gmail dot com
   Host||x86_64-pc-cygwin
  Known to fail||4.8.0
  Build||x86_64-pc-cygwin

--- Comment #1 from Václav Zeman vhaisman at gmail dot com 2013-04-15 
08:37:39 UTC ---
Link to the original conversation in cygwin-apps@ ml:
http://cygwin.com/ml/cygwin-apps/2013-04/msg00154.html

$ uname -a
CYGWIN_NT-6.1 HAIVA01W7 1.7.18(0.263/5/3) 2013-04-10 14:35 x86_64 Cygwin

$ g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.8.0/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /usr/src/ports/gcc/gcc-4.8.0-1/src/gcc-4.8.0/configure
--srcdir=/usr/src/ports/gcc/gcc-4.8.0-1/src/gcc-4.8.0 --prefix=/usr
--exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib
--datadir=/usr/share --localstatedir=/var --sysconfdir=/etc
--datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C
--build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin
--without-libiconv-prefix --without-libintl-prefix --enable-shared
--enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs
--enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic
--enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite
--enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm
--enable-libquadmath --enable-libquadmath-support --enable-libssp
--enable-libgcj-sublibs --disable-java-awt --disable-symvers
--with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as
--with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix
--without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.0 (GCC)

[Bug c++/56963] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284

2013-04-15 Thread vhaisman at gmail dot com

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

--- Comment #2 from Václav Zeman vhaisman at gmail dot com 2013-04-15 
08:39:40 UTC ---
None of the tricks (-fno-reorder-blocks, -r, -nostdlib) help here. It still
fails the same way.