From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23039 invoked by alias); 8 Oct 2015 07:27:18 -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 22923 invoked by uid 48); 8 Oct 2015 07:27:14 -0000 From: "ubizjak at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c Date: Thu, 08 Oct 2015 07:27:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: middle-end X-Bugzilla-Version: 6.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ubizjak at gmail dot com X-Bugzilla-Status: ASSIGNED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: 6.0 X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg00556.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67766 --- Comment #4 from Uro=C5=A1 Bizjak --- (In reply to Uro=C5=A1 Bizjak from comment #3) > Created attachment 36456 [details] > Patch that fixes bootstrap problem Bootstrap and regression test went OK [1]. There is however one new testsu= ite failure that looks related to your original patch from 2015-09-27: FAIL: gcc.dg/pr43300.c (internal compiler error) FAIL: gcc.dg/pr43300.c (test for excess errors) /space/homedirs/uros/gcc-svn/trunk/gcc/testsuite/gcc.dg/pr43300.c: In funct= ion 'foo': /space/homedirs/uros/gcc-svn/trunk/gcc/testsuite/gcc.dg/pr43300.c:8:1: inte= rnal compiler error: in adjust_one_expanded_partition_var, at cfgexpand.c:1401 0x12034f1eb adjust_one_expanded_partition_var /space/homedirs/uros/gcc-svn/trunk/gcc/cfgexpand.c:1401 0x12034f1eb execute /space/homedirs/uros/gcc-svn/trunk/gcc/cfgexpand.c:6217 Please submit a full bug report, ... [1] https://gcc.gnu.org/ml/gcc-testresults/2015-10/msg00800.html >>From gcc-bugs-return-499002-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Oct 08 07:30:08 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 26881 invoked by alias); 8 Oct 2015 07:30:08 -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 26684 invoked by uid 48); 8 Oct 2015 07:29:57 -0000 From: "francis.andre.kampbell at orange dot fr" To: gcc-bugs@gcc.gnu.org Subject: [Bug driver/67890] New: search paths for user shared libraries not respected Date: Thu, 08 Oct 2015 07:30:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: driver X-Bugzilla-Version: 5.1.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: francis.andre.kampbell at orange dot fr X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg00557.txt.bz2 Content-length: 13895 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D67890 Bug ID: 67890 Summary: search paths for user shared libraries not respected Product: gcc Version: 5.1.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: driver Assignee: unassigned at gcc dot gnu.org Reporter: francis.andre.kampbell at orange dot fr Target Milestone: --- Hi The following g++ command fails to link the target shared library. The comm= and explicitly states to the linker to use shared libraries into /usr/local/lib while it picks up those from /usr/lib64 [fandre@obelix cpp]$ g++ -v -o /home/fandre/ISO-8583/cpp/bin64/ISO-8583-CLI-1987d -Wl,-rpath,/home/fandre/ISO-8583/cpp/lib64 -Wl,-rpath,/usr/local/lib /home/fandre/ISO-8583/cpp/make/obj/Linux/x86_64/ISO-8583/CLI/1987/ISO-8583-= CLI-1987.o -L /home/fandre/ISO-8583/cpp/lib64 -lISO-8583-DFT-1987d -lISO-8583-MSG-19= 87d -lISO-8583-DTE-1987d -lISO-8583-DTTd -L /usr/local/lib -lPocoFoundationd=20 -lPocoNetd -lPocoUtild -lPocoXMLd -lCppUnitd Utilisation des specs internes. COLLECT_GCC=3Dg++ COLLECT_LTO_WRAPPER=3D/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper Cible : x86_64-redhat-linux Configur=C3=A9 avec: ../configure --enable-bootstrap --enable-languages=3Dc,c++,objc,obj-c++,fortran,ada,go,lto --prefix=3D/usr --mandir=3D/usr/share/man --infodir=3D/usr/share/info --with-bugurl=3Dhttp://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=3Dposix --enable-checking=3Drelease --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=3Dgnu --enable-plugin --enable-initfini-array --disable-libgcj --with-default-libstdcxx-abi=3Dc++98 --with-isl --enable-l= ibmpx --enable-gnu-indirect-function --with-tune=3Dgeneric --with-arch_32=3Di686 --build=3Dx86_64-redhat-linux Mod=C3=A8le de thread: posix gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC) COMPILER_PATH=3D/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/:/usr/libexec/gc= c/x86_64-redhat-linux/5.1.1/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib= /gcc/x86_64-redhat-linux/5.1.1/:/usr/lib/gcc/x86_64-redhat-linux/ LIBRARY_PATH=3D/usr/lib/gcc/x86_64-redhat-linux/5.1.1/:/usr/lib/gcc/x86_64-= redhat-linux/5.1.1/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/us= r/lib/gcc/x86_64-redhat-linux/5.1.1/../../../:/lib/:/usr/lib/ COLLECT_GCC_OPTIONS=3D'-v' '-o' '/home/fandre/ISO-8583/cpp/bin64/ISO-8583-CLI-1987d' '-L/home/fandre/ISO-8583/cpp/lib64' '-L/usr/local/lib' '-shared-libgcc' '-mtune=3Dgeneric' '-march=3Dx86-64' /usr/libexec/gcc/x86_64-redhat-linux/5.1.1/collect2 -plugin /usr/libexec/gcc/x86_64-redhat-linux/5.1.1/liblto_plugin.so -plugin-opt=3D/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper -plugin-opt=3D-fresolution=3D/tmp/ccd1bF5i.res -plugin-opt=3D-pass-through= =3D-lgcc_s -plugin-opt=3D-pass-through=3D-lgcc -plugin-opt=3D-pass-through=3D-lc -plugin-opt=3D-pass-through=3D-lgcc_s -plugin-opt=3D-pass-through=3D-lgcc -= -build-id --no-add-needed --eh-frame-hdr --hash-style=3Dgnu -m elf_x86_64 -dynamic-li= nker /lib64/ld-linux-x86-64.so.2 -o /home/fandre/ISO-8583/cpp/bin64/ISO-8583-CLI-1987d /usr/lib/gcc/x86_64-redhat-linux/5.1.1/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/5.1.1/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/5.1.1/crtbegin.o -L/home/fandre/ISO-8583/cpp/lib64 -L/usr/local/lib -L/usr/lib/gcc/x86_64-redhat-linux/5.1.1 -L/usr/lib/gcc/x86_64-redhat-linux/5.1.1/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/5.1.1/../../.. -rpath /home/fandre/ISO-8583/cpp/lib64 -rpath /usr/local/lib /home/fandre/ISO-8583/cpp/make/obj/Linux/x86_64/ISO-8583/CLI/1987/ISO-8583-= CLI-1987.o -lISO-8583-DFT-1987d -lISO-8583-MSG-1987d -lISO-8583-DTE-1987d -lISO-8583-D= TTd -lPocoFoundationd -lPocoNetd -lPocoUtild -lPocoXMLd -lCppUnitd -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/5.1.1/crte= nd.o /usr/lib/gcc/x86_64-redhat-linux/5.1.1/../../../../lib64/crtn.o /usr/bin/ld: warning: libPocoFoundationd.so.11, needed by /home/fandre/ISO-8583/cpp/lib64/libISO-8583-DFT-1987d.so, may conflict with libPocoFoundationd.so.40 /usr/bin/ld: warning: libPocoNetd.so.11, needed by /home/fandre/ISO-8583/cpp/lib64/libISO-8583-DFT-1987d.so, may conflict with libPocoNetd.so.40 /usr/bin/ld: warning: libPocoUtild.so.11, needed by /home/fandre/ISO-8583/cpp/lib64/libISO-8583-DFT-1987d.so, may conflict with libPocoUtild.so.40 /usr/bin/ld: warning: libPocoXMLd.so.11, needed by /home/fandre/ISO-8583/cpp/lib64/libISO-8583-DFT-1987d.so, may conflict with libPocoXMLd.so.40 [fandre@obelix cpp]$ ll /usr/lib64/*Poco* lrwxrwxrwx. 1 root root 20 18 ao=C3=BBt 2014 /usr/lib64/libPocoCrypt= od.so -> libPocoCryptod.so.11 -rwxr-xr-x. 1 root root 144976 18 ao=C3=BBt 2014 /usr/lib64/libPocoCrypt= od.so.11 lrwxrwxrwx. 1 root root 19 18 ao=C3=BBt 2014 /usr/lib64/libPocoCrypt= o.so -> libPocoCrypto.so.11 -rwxr-xr-x. 1 root root 144896 18 ao=C3=BBt 2014 /usr/lib64/libPocoCrypt= o.so.11 lrwxrwxrwx. 1 root root 18 18 ao=C3=BBt 2014 /usr/lib64/libPocoDatad= .so -> libPocoDatad.so.11 -rwxr-xr-x. 1 root root 402792 18 ao=C3=BBt 2014 /usr/lib64/libPocoDatad= .so.11 lrwxrwxrwx. 1 root root 23 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataM= ySQLd.so -> libPocoDataMySQLd.so.11 -rwxr-xr-x. 1 root root 107104 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataMySQLd.so.11 lrwxrwxrwx. 1 root root 22 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataM= ySQL.so -> libPocoDataMySQL.so.11 -rwxr-xr-x. 1 root root 102872 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataMySQL.so.11 lrwxrwxrwx. 1 root root 22 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataO= DBCd.so -> libPocoDataODBCd.so.11 -rwxr-xr-x. 1 root root 222424 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataODBCd.so.11 lrwxrwxrwx. 1 root root 21 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataO= DBC.so -> libPocoDataODBC.so.11 -rwxr-xr-x. 1 root root 218192 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataO= DBC.so.11 lrwxrwxrwx. 1 root root 17 18 ao=C3=BBt 2014 /usr/lib64/libPocoData.= so -> libPocoData.so.11 -rwxr-xr-x. 1 root root 398456 18 ao=C3=BBt 2014 /usr/lib64/libPocoData.= so.11 lrwxrwxrwx. 1 root root 24 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataS= QLited.so -> libPocoDataSQLited.so.11 -rwxr-xr-x. 1 root root 205928 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataSQLited.so.11 lrwxrwxrwx. 1 root root 23 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataS= QLite.so -> libPocoDataSQLite.so.11 -rwxr-xr-x. 1 root root 205864 18 ao=C3=BBt 2014 /usr/lib64/libPocoDataSQLite.so.11 lrwxrwxrwx. 1 root root 24 18 ao=C3=BBt 2014 /usr/lib64/libPocoFound= ationd.so -> libPocoFoundationd.so.11 -rwxr-xr-x. 1 root root 1466824 18 ao=C3=BBt 2014 /usr/lib64/libPocoFoundationd.so.11 lrwxrwxrwx. 1 root root 23 18 ao=C3=BBt 2014 /usr/lib64/libPocoFound= ation.so -> libPocoFoundation.so.11 -rwxr-xr-x. 1 root root 1449384 18 ao=C3=BBt 2014 /usr/lib64/libPocoFoundation.so.11 lrwxrwxrwx. 1 root root 17 18 ao=C3=BBt 2014 /usr/lib64/libPocoNetd.= so -> libPocoNetd.so.11 -rwxr-xr-x. 1 root root 918808 18 ao=C3=BBt 2014 /usr/lib64/libPocoNetd.= so.11 lrwxrwxrwx. 1 root root 16 18 ao=C3=BBt 2014 /usr/lib64/libPocoNet.s= o -> libPocoNet.so.11 -rwxr-xr-x. 1 root root 910080 18 ao=C3=BBt 2014 /usr/lib64/libPocoNet.s= o.11 lrwxrwxrwx. 1 root root 20 18 ao=C3=BBt 2014 /usr/lib64/libPocoNetSS= Ld.so -> libPocoNetSSLd.so.11 -rwxr-xr-x. 1 root root 355152 18 ao=C3=BBt 2014 /usr/lib64/libPocoNetSS= Ld.so.11 lrwxrwxrwx. 1 root root 19 18 ao=C3=BBt 2014 /usr/lib64/libPocoNetSS= L.so -> libPocoNetSSL.so.11 -rwxr-xr-x. 1 root root 350776 18 ao=C3=BBt 2014 /usr/lib64/libPocoNetSS= L.so.11 lrwxrwxrwx. 1 root root 18 18 ao=C3=BBt 2014 /usr/lib64/libPocoUtild= .so -> libPocoUtild.so.11 -rwxr-xr-x. 1 root root 404888 18 ao=C3=BBt 2014 /usr/lib64/libPocoUtild= .so.11 lrwxrwxrwx. 1 root root 17 18 ao=C3=BBt 2014 /usr/lib64/libPocoUtil.= so -> libPocoUtil.so.11 -rwxr-xr-x. 1 root root 400488 18 ao=C3=BBt 2014 /usr/lib64/libPocoUtil.= so.11 lrwxrwxrwx. 1 root root 17 18 ao=C3=BBt 2014 /usr/lib64/libPocoXMLd.= so -> libPocoXMLd.so.11 -rwxr-xr-x. 1 root root 451072 18 ao=C3=BBt 2014 /usr/lib64/libPocoXMLd.= so.11 lrwxrwxrwx. 1 root root 16 18 ao=C3=BBt 2014 /usr/lib64/libPocoXML.s= o -> libPocoXML.so.11 -rwxr-xr-x. 1 root root 446536 18 ao=C3=BBt 2014 /usr/lib64/libPocoXML.s= o.11 lrwxrwxrwx. 1 root root 17 18 ao=C3=BBt 2014 /usr/lib64/libPocoZipd.= so -> libPocoZipd.so.11 -rwxr-xr-x. 1 root root 333576 18 ao=C3=BBt 2014 /usr/lib64/libPocoZipd.= so.11 lrwxrwxrwx. 1 root root 16 18 ao=C3=BBt 2014 /usr/lib64/libPocoZip.s= o -> libPocoZip.so.11 -rwxr-xr-x. 1 root root 329224 18 ao=C3=BBt 2014 /usr/lib64/libPocoZip.s= o.11 [fandre@obelix cpp]$ ll /usr/local/lib/*Poco* lrwxrwxrwx. 1 root root 23 7 oct. 19:12 /usr/local/lib/libPocoCppParserd.so -> libPocoCppParserd.so.40 -rwxr-xr-x. 1 root root 1678816 7 oct. 19:12 /usr/local/lib/libPocoCppParserd.so.40 lrwxrwxrwx. 1 root root 22 7 oct. 19:12 /usr/local/lib/libPocoCppParser.so -> libPocoCppParser.so.40 -rwxr-xr-x. 1 root root 234032 7 oct. 19:12 /usr/local/lib/libPocoCppParser.so.40 lrwxrwxrwx. 1 root root 20 7 oct. 19:12 /usr/local/lib/libPocoCryptod.so -> libPocoCryptod.so.40 -rwxr-xr-x. 1 root root 820976 7 oct. 19:12 /usr/local/lib/libPocoCryptod.so.40 lrwxrwxrwx. 1 root root 19 7 oct. 19:12 /usr/local/lib/libPocoCrypt= o.so -> libPocoCrypto.so.40 -rwxr-xr-x. 1 root root 139464 7 oct. 19:12 /usr/local/lib/libPocoCrypto.so.40 lrwxrwxrwx. 1 root root 18 7 oct. 19:12 /usr/local/lib/libPocoDatad= .so -> libPocoDatad.so.40 -rwxr-xr-x. 1 root root 14446800 7 oct. 19:12 /usr/local/lib/libPocoDatad.so.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoData.= so -> libPocoData.so.40 -rwxr-xr-x. 1 root root 2280296 7 oct. 19:12 /usr/local/lib/libPocoData.so.40 lrwxrwxrwx. 1 root root 24 7 oct. 19:12 /usr/local/lib/libPocoDataSQLited.so -> libPocoDataSQLited.so.40 -rwxr-xr-x. 1 root root 3909768 7 oct. 19:12 /usr/local/lib/libPocoDataSQLited.so.40 lrwxrwxrwx. 1 root root 23 7 oct. 19:12 /usr/local/lib/libPocoDataSQLite.so -> libPocoDataSQLite.so.40 -rwxr-xr-x. 1 root root 1090280 7 oct. 19:12 /usr/local/lib/libPocoDataSQLite.so.40 lrwxrwxrwx. 1 root root 24 7 oct. 19:12 /usr/local/lib/libPocoFoundationd.so -> libPocoFoundationd.so.40 -rwxr-xr-x. 1 root root 10912128 7 oct. 19:12 /usr/local/lib/libPocoFoundationd.so.40 lrwxrwxrwx. 1 root root 23 7 oct. 19:12 /usr/local/lib/libPocoFoundation.so -> libPocoFoundation.so.40 -rwxr-xr-x. 1 root root 2048240 7 oct. 19:12 /usr/local/lib/libPocoFoundation.so.40 lrwxrwxrwx. 1 root root 18 7 oct. 19:12 /usr/local/lib/libPocoJSONd= .so -> libPocoJSONd.so.40 -rwxr-xr-x. 1 root root 2411600 7 oct. 19:12 /usr/local/lib/libPocoJSONd.so.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoJSON.= so -> libPocoJSON.so.40 -rwxr-xr-x. 1 root root 344392 7 oct. 19:12 /usr/local/lib/libPocoJSON.so.40 lrwxrwxrwx. 1 root root 21 7 oct. 19:12 /usr/local/lib/libPocoMongoDBd.so -> libPocoMongoDBd.so.40 -rwxr-xr-x. 1 root root 1409808 7 oct. 19:12 /usr/local/lib/libPocoMongoDBd.so.40 lrwxrwxrwx. 1 root root 20 7 oct. 19:12 /usr/local/lib/libPocoMongoDB.so -> libPocoMongoDB.so.40 -rwxr-xr-x. 1 root root 167664 7 oct. 19:12 /usr/local/lib/libPocoMongoDB.so.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoNetd.= so -> libPocoNetd.so.40 -rwxr-xr-x. 1 root root 7385784 7 oct. 19:12 /usr/local/lib/libPocoNetd.so.40 lrwxrwxrwx. 1 root root 16 7 oct. 19:12 /usr/local/lib/libPocoNet.s= o -> libPocoNet.so.40 -rwxr-xr-x. 1 root root 1197472 7 oct. 19:12 /usr/local/lib/libPocoNet.s= o.40 lrwxrwxrwx. 1 root root 20 7 oct. 19:12 /usr/local/lib/libPocoNetSSLd.so -> libPocoNetSSLd.so.40 -rwxr-xr-x. 1 root root 2339440 7 oct. 19:12 /usr/local/lib/libPocoNetSSLd.so.40 lrwxrwxrwx. 1 root root 19 7 oct. 19:12 /usr/local/lib/libPocoNetSS= L.so -> libPocoNetSSL.so.40 -rwxr-xr-x. 1 root root 296568 7 oct. 19:12 /usr/local/lib/libPocoNetSSL.so.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoPDFd.= so -> libPocoPDFd.so.40 -rwxr-xr-x. 1 root root 2672224 7 oct. 19:12 /usr/local/lib/libPocoPDFd.so.40 lrwxrwxrwx. 1 root root 16 7 oct. 19:12 /usr/local/lib/libPocoPDF.s= o -> libPocoPDF.so.40 -rwxr-xr-x. 1 root root 1061120 7 oct. 19:12 /usr/local/lib/libPocoPDF.s= o.40 lrwxrwxrwx. 1 root root 18 7 oct. 19:12 /usr/local/lib/libPocoUtild= .so -> libPocoUtild.so.40 -rwxr-xr-x. 1 root root 3538744 7 oct. 19:12 /usr/local/lib/libPocoUtild.so.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoUtil.= so -> libPocoUtil.so.40 -rwxr-xr-x. 1 root root 482104 7 oct. 19:12 /usr/local/lib/libPocoUtil.so.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoXMLd.= so -> libPocoXMLd.so.40 -rwxr-xr-x. 1 root root 3439416 7 oct. 19:12 /usr/local/lib/libPocoXMLd.so.40 lrwxrwxrwx. 1 root root 16 7 oct. 19:12 /usr/local/lib/libPocoXML.s= o -> libPocoXML.so.40 -rwxr-xr-x. 1 root root 645912 7 oct. 19:12 /usr/local/lib/libPocoXML.s= o.40 lrwxrwxrwx. 1 root root 17 7 oct. 19:12 /usr/local/lib/libPocoZipd.= so -> libPocoZipd.so.40 -rwxr-xr-x. 1 root root 2644408 7 oct. 19:12 /usr/local/lib/libPocoZipd.so.40 lrwxrwxrwx. 1 root root 16 7 oct. 19:12 /usr/local/lib/libPocoZip.s= o -> libPocoZip.so.40 -rwxr-xr-x. 1 root root 311920 7 oct. 19:12 /usr/local/lib/libPocoZip.s= o.40 >>From gcc-bugs-return-499003-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Oct 08 07:46:21 2015 Return-Path: Delivered-To: listarch-gcc-bugs@gcc.gnu.org Received: (qmail 50293 invoked by alias); 8 Oct 2015 07:46:20 -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 50211 invoked by uid 48); 8 Oct 2015 07:46:15 -0000 From: "rodrigc at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug c++/67888] Compiling clang 3.7.0 results in is used but never defined Date: Thu, 08 Oct 2015 07:46: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-Version: 4.9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: rodrigc at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg00558.txt.bz2 Content-length: 470 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67888 --- Comment #3 from Craig Rodrigues --- This is for cross-compiling the FreeBSD base system with GCC. The FreeBSD base system has libc++, which was recently upgraded to clang 3.7.0. Cross-compiling FreeBSD base system with GCC worked before, with an older version of libc++. Discussion on the llvm cfe-dev mailing list seems to point to this being a bug in GCC, hence I filed this bug.