From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4319 invoked by alias); 15 Apr 2013 08:37:45 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 3771 invoked by uid 48); 15 Apr 2013 08:37:40 -0000 From: "vhaisman at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/56963] GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 Date: Mon, 15 Apr 2013 08:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: c++ X-Bugzilla-Keywords: lto X-Bugzilla-Severity: normal X-Bugzilla-Who: vhaisman at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Keywords Target CC Host Known to fail Build Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg01443.txt.bz2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D56963 V=C3=A1clav Zeman 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=C3=A1clav Zeman 2013-04-1= 5 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=3Dg++ COLLECT_LTO_WRAPPER=3D/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=3D/usr/src/ports/gcc/gcc-4.8.0-1/src/gcc-4.8.0 --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --sbindir=3D/usr/sbin --libexecdir= =3D/usr/lib --datadir=3D/usr/share --localstatedir=3D/var --sysconfdir=3D/etc --datarootdir=3D/usr/share --docdir=3D/usr/share/doc/gcc -C --build=3Dx86_64-pc-cygwin --host=3Dx86_64-pc-cygwin --target=3Dx86_64-pc-c= ygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-li= bs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=3Dgener= ic --enable-languages=3Dc,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=3Dposix --enable-libatomic --enable-libgomp --disable-libi= tm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=3D/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=3D/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib Thread model: posix gcc version 4.8.0 (GCC) >>From gcc-bugs-return-420297-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Apr 15 08:37:41 2013 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 3783 invoked by alias); 15 Apr 2013 08:37:41 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Delivered-To: mailing list gcc-bugs@gcc.gnu.org Received: (qmail 3733 invoked by uid 48); 15 Apr 2013 08:37:38 -0000 From: "ebotcazou at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/56890] invalid fdtox instruction in 64-bit mode with -O2 Date: Mon, 15 Apr 2013 08:37:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ebotcazou at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: ebotcazou at gcc dot gnu.org X-Bugzilla-Target-Milestone: 4.7.4 X-Bugzilla-Changed-Fields: Status Resolution Target Milestone Message-ID: In-Reply-To: References: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-SW-Source: 2013-04/txt/msg01442.txt.bz2 Content-length: 549 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56890 Eric Botcazou changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED Target Milestone|--- |4.7.4 --- Comment #11 from Eric Botcazou 2013-04-15 08:37:38 UTC --- Thanks for the reduced testcases.