public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c
       [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
@ 2015-09-30  8:40 ` rguenth at gcc dot gnu.org
  2015-10-07  1:09 ` aoliva at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: rguenth at gcc dot gnu.org @ 2015-09-30  8:40 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |6.0


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c
       [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
  2015-09-30  8:40 ` [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c rguenth at gcc dot gnu.org
@ 2015-10-07  1:09 ` aoliva at gcc dot gnu.org
  2015-10-07 12:46 ` ubizjak at gmail dot com
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: aoliva at gcc dot gnu.org @ 2015-10-07  1:09 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2015-10-07
     Ever confirmed|0                           |1

--- Comment #1 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Mine.  Moving down the code in function.c that's under the comment:
         /* If a named return value dumped decl_return to memory, then
            we may need to re-do the PROMOTE_MODE signed/unsigned
            extension.  */
so that the test:
         else if (GET_MODE (real_decl_rtl) != GET_MODE (decl_rtl))
appears after the blocks that deal with PARALLELs and CONCATs fixes it for me,
without any regressions on x86* regstraps.

Could you please confirm it fixes bootstrap on alpha?  TIA,


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c
       [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
  2015-09-30  8:40 ` [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c rguenth at gcc dot gnu.org
  2015-10-07  1:09 ` aoliva at gcc dot gnu.org
@ 2015-10-07 12:46 ` ubizjak at gmail dot com
  2015-10-08  7:27 ` ubizjak at gmail dot com
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2015-10-07 12:46 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

--- Comment #2 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Alexandre Oliva from comment #1)
> Mine.  Moving down the code in function.c that's under the comment:
>          /* If a named return value dumped decl_return to memory, then
>             we may need to re-do the PROMOTE_MODE signed/unsigned
>             extension.  */
> so that the test:
>          else if (GET_MODE (real_decl_rtl) != GET_MODE (decl_rtl))
> appears after the blocks that deal with PARALLELs and CONCATs fixes it for
> me, without any regressions on x86* regstraps.
> 
> Could you please confirm it fixes bootstrap on alpha?  TIA,

Yes, the patch, based on the above instructions, passes the bootstrap. I'm
currently in the regression tests, but I don't expect any surprises there.
>From gcc-bugs-return-498958-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Oct 07 12:47:28 2015
Return-Path: <gcc-bugs-return-498958-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 39461 invoked by alias); 7 Oct 2015 12:47:28 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 39409 invoked by uid 48); 7 Oct 2015 12:47:24 -0000
From: "ubizjak at gmail dot com" <gcc-bugzilla@gcc.gnu.org>
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: Wed, 07 Oct 2015 12:47: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: attachments.created
Message-ID: <bug-67766-4-iz4kF8O478@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-67766-4@http.gcc.gnu.org/bugzilla/>
References: <bug-67766-4@http.gcc.gnu.org/bugzilla/>
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/msg00513.txt.bz2
Content-length: 257

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

--- Comment #3 from Uroš Bizjak <ubizjak at gmail dot com> ---
Created attachment 36456
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36456&action=edit
Patch that fixes bootstrap problem
>From gcc-bugs-return-498959-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Wed Oct 07 13:45:59 2015
Return-Path: <gcc-bugs-return-498959-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 90981 invoked by alias); 7 Oct 2015 13:45:58 -0000
Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm
Precedence: bulk
List-Id: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
Sender: gcc-bugs-owner@gcc.gnu.org
Delivered-To: mailing list gcc-bugs@gcc.gnu.org
Received: (qmail 90940 invoked by uid 55); 7 Oct 2015 13:45:53 -0000
From: "hjl at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/67385] READELF_FOR_TARGET isn't used in gcc configure
Date: Wed, 07 Oct 2015 13:45:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: bootstrap
X-Bugzilla-Version: 6.0
X-Bugzilla-Keywords:
X-Bugzilla-Severity: normal
X-Bugzilla-Who: hjl 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: <bug-67385-4-FmKUvsVwA4@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-67385-4@http.gcc.gnu.org/bugzilla/>
References: <bug-67385-4@http.gcc.gnu.org/bugzilla/>
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/msg00514.txt.bz2
Content-length: 620

https://gcc.gnu.org/bugzilla/show_bug.cgi?idg385

--- Comment #1 from hjl at gcc dot gnu.org <hjl at gcc dot gnu.org> ---
Author: hjl
Date: Wed Oct  7 13:45:21 2015
New Revision: 228567

URL: https://gcc.gnu.org/viewcvs?rev"8567&root=gcc&view=rev
Log:
Check $READELF_FOR_TARGET for readelf in configure

Similar to as, ld, nm and objdump, gcc configure should check
$READELF_FOR_TARGET for readelf.

        PR bootstrap/67385
        * configure.ac (gcc_cv_readelf): Check $READELF_FOR_TARGET.
        * configure: Regenerated.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/configure
    trunk/gcc/configure.ac


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c
       [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
                   ` (2 preceding siblings ...)
  2015-10-07 12:46 ` ubizjak at gmail dot com
@ 2015-10-08  7:27 ` ubizjak at gmail dot com
  2015-10-09 12:19 ` aoliva at gcc dot gnu.org
  2015-10-09 12:21 ` aoliva at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: ubizjak at gmail dot com @ 2015-10-08  7:27 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

--- Comment #4 from Uroš Bizjak <ubizjak at gmail dot com> ---
(In reply to Uroš 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 testsuite
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 function
'foo':
/space/homedirs/uros/gcc-svn/trunk/gcc/testsuite/gcc.dg/pr43300.c:8:1: internal
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: <gcc-bugs-return-499002-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
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" <gcc-bugzilla@gcc.gnu.org>
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: <bug-67890-4@http.gcc.gnu.org/bugzilla/>
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=67890

            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 command
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-1987d
-lISO-8583-DTE-1987d -lISO-8583-DTTd -L /usr/local/lib  -lPocoFoundationd 
-lPocoNetd  -lPocoUtild  -lPocoXMLd  -lCppUnitd
Utilisation des specs internes.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
Cible : x86_64-redhat-linux
Configuré avec: ../configure --enable-bootstrap
--enable-languages=c,c++,objc,obj-c++,fortran,ada,go,lto --prefix=/usr
--mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared
--enable-threads=posix --enable-checking=release --enable-multilib
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions
--enable-gnu-unique-object --enable-linker-build-id
--with-linker-hash-style=gnu --enable-plugin --enable-initfini-array
--disable-libgcj --with-default-libstdcxx-abi=c++98 --with-isl --enable-libmpx
--enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686
--build=x86_64-redhat-linux
Modèle de thread: posix
gcc version 5.1.1 20150618 (Red Hat 5.1.1-4) (GCC)
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/:/usr/libexec/gcc/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=/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/:/usr/lib/gcc/x86_64-redhat-linux/5.1.1/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-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=generic' '-march=x86-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=/usr/libexec/gcc/x86_64-redhat-linux/5.1.1/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccd1bF5i.res -plugin-opt=-pass-through=-lgcc_s
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --build-id
--no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -dynamic-linker
/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-DTTd
-lPocoFoundationd -lPocoNetd -lPocoUtild -lPocoXMLd -lCppUnitd -lstdc++ -lm
-lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/5.1.1/crtend.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ût   2014 /usr/lib64/libPocoCryptod.so ->
libPocoCryptod.so.11
-rwxr-xr-x. 1 root root  144976 18 août   2014 /usr/lib64/libPocoCryptod.so.11
lrwxrwxrwx. 1 root root      19 18 août   2014 /usr/lib64/libPocoCrypto.so ->
libPocoCrypto.so.11
-rwxr-xr-x. 1 root root  144896 18 août   2014 /usr/lib64/libPocoCrypto.so.11
lrwxrwxrwx. 1 root root      18 18 août   2014 /usr/lib64/libPocoDatad.so ->
libPocoDatad.so.11
-rwxr-xr-x. 1 root root  402792 18 août   2014 /usr/lib64/libPocoDatad.so.11
lrwxrwxrwx. 1 root root      23 18 août   2014 /usr/lib64/libPocoDataMySQLd.so
-> libPocoDataMySQLd.so.11
-rwxr-xr-x. 1 root root  107104 18 août   2014
/usr/lib64/libPocoDataMySQLd.so.11
lrwxrwxrwx. 1 root root      22 18 août   2014 /usr/lib64/libPocoDataMySQL.so
-> libPocoDataMySQL.so.11
-rwxr-xr-x. 1 root root  102872 18 août   2014
/usr/lib64/libPocoDataMySQL.so.11
lrwxrwxrwx. 1 root root      22 18 août   2014 /usr/lib64/libPocoDataODBCd.so
-> libPocoDataODBCd.so.11
-rwxr-xr-x. 1 root root  222424 18 août   2014
/usr/lib64/libPocoDataODBCd.so.11
lrwxrwxrwx. 1 root root      21 18 août   2014 /usr/lib64/libPocoDataODBC.so ->
libPocoDataODBC.so.11
-rwxr-xr-x. 1 root root  218192 18 août   2014 /usr/lib64/libPocoDataODBC.so.11
lrwxrwxrwx. 1 root root      17 18 août   2014 /usr/lib64/libPocoData.so ->
libPocoData.so.11
-rwxr-xr-x. 1 root root  398456 18 août   2014 /usr/lib64/libPocoData.so.11
lrwxrwxrwx. 1 root root      24 18 août   2014 /usr/lib64/libPocoDataSQLited.so
-> libPocoDataSQLited.so.11
-rwxr-xr-x. 1 root root  205928 18 août   2014
/usr/lib64/libPocoDataSQLited.so.11
lrwxrwxrwx. 1 root root      23 18 août   2014 /usr/lib64/libPocoDataSQLite.so
-> libPocoDataSQLite.so.11
-rwxr-xr-x. 1 root root  205864 18 août   2014
/usr/lib64/libPocoDataSQLite.so.11
lrwxrwxrwx. 1 root root      24 18 août   2014 /usr/lib64/libPocoFoundationd.so
-> libPocoFoundationd.so.11
-rwxr-xr-x. 1 root root 1466824 18 août   2014
/usr/lib64/libPocoFoundationd.so.11
lrwxrwxrwx. 1 root root      23 18 août   2014 /usr/lib64/libPocoFoundation.so
-> libPocoFoundation.so.11
-rwxr-xr-x. 1 root root 1449384 18 août   2014
/usr/lib64/libPocoFoundation.so.11
lrwxrwxrwx. 1 root root      17 18 août   2014 /usr/lib64/libPocoNetd.so ->
libPocoNetd.so.11
-rwxr-xr-x. 1 root root  918808 18 août   2014 /usr/lib64/libPocoNetd.so.11
lrwxrwxrwx. 1 root root      16 18 août   2014 /usr/lib64/libPocoNet.so ->
libPocoNet.so.11
-rwxr-xr-x. 1 root root  910080 18 août   2014 /usr/lib64/libPocoNet.so.11
lrwxrwxrwx. 1 root root      20 18 août   2014 /usr/lib64/libPocoNetSSLd.so ->
libPocoNetSSLd.so.11
-rwxr-xr-x. 1 root root  355152 18 août   2014 /usr/lib64/libPocoNetSSLd.so.11
lrwxrwxrwx. 1 root root      19 18 août   2014 /usr/lib64/libPocoNetSSL.so ->
libPocoNetSSL.so.11
-rwxr-xr-x. 1 root root  350776 18 août   2014 /usr/lib64/libPocoNetSSL.so.11
lrwxrwxrwx. 1 root root      18 18 août   2014 /usr/lib64/libPocoUtild.so ->
libPocoUtild.so.11
-rwxr-xr-x. 1 root root  404888 18 août   2014 /usr/lib64/libPocoUtild.so.11
lrwxrwxrwx. 1 root root      17 18 août   2014 /usr/lib64/libPocoUtil.so ->
libPocoUtil.so.11
-rwxr-xr-x. 1 root root  400488 18 août   2014 /usr/lib64/libPocoUtil.so.11
lrwxrwxrwx. 1 root root      17 18 août   2014 /usr/lib64/libPocoXMLd.so ->
libPocoXMLd.so.11
-rwxr-xr-x. 1 root root  451072 18 août   2014 /usr/lib64/libPocoXMLd.so.11
lrwxrwxrwx. 1 root root      16 18 août   2014 /usr/lib64/libPocoXML.so ->
libPocoXML.so.11
-rwxr-xr-x. 1 root root  446536 18 août   2014 /usr/lib64/libPocoXML.so.11
lrwxrwxrwx. 1 root root      17 18 août   2014 /usr/lib64/libPocoZipd.so ->
libPocoZipd.so.11
-rwxr-xr-x. 1 root root  333576 18 août   2014 /usr/lib64/libPocoZipd.so.11
lrwxrwxrwx. 1 root root      16 18 août   2014 /usr/lib64/libPocoZip.so ->
libPocoZip.so.11
-rwxr-xr-x. 1 root root  329224 18 août   2014 /usr/lib64/libPocoZip.so.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/libPocoCrypto.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.so ->
libPocoNet.so.40
-rwxr-xr-x. 1 root root  1197472  7 oct.  19:12 /usr/local/lib/libPocoNet.so.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/libPocoNetSSL.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.so ->
libPocoPDF.so.40
-rwxr-xr-x. 1 root root  1061120  7 oct.  19:12 /usr/local/lib/libPocoPDF.so.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.so ->
libPocoXML.so.40
-rwxr-xr-x. 1 root root   645912  7 oct.  19:12 /usr/local/lib/libPocoXML.so.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.so ->
libPocoZip.so.40
-rwxr-xr-x. 1 root root   311920  7 oct.  19:12 /usr/local/lib/libPocoZip.so.40
>From gcc-bugs-return-499003-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Thu Oct 08 07:46:21 2015
Return-Path: <gcc-bugs-return-499003-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <gcc-bugs.gcc.gnu.org>
List-Archive: <http://gcc.gnu.org/ml/gcc-bugs/>
List-Post: <mailto:gcc-bugs@gcc.gnu.org>
List-Help: <mailto:gcc-bugs-help@gcc.gnu.org>
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" <gcc-bugzilla@gcc.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: <bug-67888-4-j2sqqo6ml9@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-67888-4@http.gcc.gnu.org/bugzilla/>
References: <bug-67888-4@http.gcc.gnu.org/bugzilla/>
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?idg888

--- Comment #3 from Craig Rodrigues <rodrigc at gcc dot gnu.org> ---
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.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c
       [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
                   ` (3 preceding siblings ...)
  2015-10-08  7:27 ` ubizjak at gmail dot com
@ 2015-10-09 12:19 ` aoliva at gcc dot gnu.org
  2015-10-09 12:21 ` aoliva at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: aoliva at gcc dot gnu.org @ 2015-10-09 12:19 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

--- Comment #6 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Author: aoliva
Date: Fri Oct  9 12:18:40 2015
New Revision: 228651

URL: https://gcc.gnu.org/viewcvs?rev=228651&root=gcc&view=rev
Log:
[PR67766] reorder handling of parallels, concats and promoted values in return

for  gcc/ChangeLog

        PR middle-end/67766
        * function.c (expand_function_end): Move return value
        promotion past the handling of PARALLELs and CONCATs.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/function.c


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c
       [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
                   ` (4 preceding siblings ...)
  2015-10-09 12:19 ` aoliva at gcc dot gnu.org
@ 2015-10-09 12:21 ` aoliva at gcc dot gnu.org
  5 siblings, 0 replies; 6+ messages in thread
From: aoliva at gcc dot gnu.org @ 2015-10-09 12:21 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67766

Alexandre Oliva <aoliva at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED
           Assignee|unassigned at gcc dot gnu.org      |aoliva at gcc dot gnu.org

--- Comment #7 from Alexandre Oliva <aoliva at gcc dot gnu.org> ---
Fixed


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-09 12:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-67766-4@http.gcc.gnu.org/bugzilla/>
2015-09-30  8:40 ` [Bug middle-end/67766] [6 Regression]: Bootstrap failure on alpha-linux-gnu: ICE in simplify_subreg, at simplify-rtx.c rguenth at gcc dot gnu.org
2015-10-07  1:09 ` aoliva at gcc dot gnu.org
2015-10-07 12:46 ` ubizjak at gmail dot com
2015-10-08  7:27 ` ubizjak at gmail dot com
2015-10-09 12:19 ` aoliva at gcc dot gnu.org
2015-10-09 12:21 ` aoliva at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).