public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284
@ 2013-04-15  8:34 vhaisman at gmail dot com
  2013-04-15  8:37 ` [Bug c++/56963] " vhaisman at gmail dot com
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: vhaisman at gmail dot com @ 2013-04-15  8:34 UTC (permalink / raw)
  To: gcc-bugs


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

             Bug #: 56963
           Summary: GCC 4.8.0 LTO issue: lto1: internal compiler error: in
                    add_symbol_to_partition, at lto/lto-partition.c:284
    Classification: Unclassified
           Product: gcc
           Version: lto
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: vhaisman@gmail.com


I have tried to compile log4cplus (C++ logging library) on Cygwin64
with -flto GCC option. I am getting the following failure:

lto1: internal compiler error: in add_symbol_to_partition, at
lto/lto-partition.c:284

Here is a link to archive with the minimal amount of .o files and a test.sh
script that reproduce the problem for me.

https://docs.google.com/file/d/0B-WkLJEfYmSEUVVOdm56X1FSNDA/edit?usp=drive_web


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

* [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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
@ 2013-04-15  8:37 ` vhaisman at gmail dot com
  2013-04-15  8:39 ` vhaisman at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vhaisman at gmail dot com @ 2013-04-15  8:37 UTC (permalink / raw)
  To: gcc-bugs


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)
>From gcc-bugs-return-420297-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Apr 15 08:37:41 2013
Return-Path: <gcc-bugs-return-420297-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
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: <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 3733 invoked by uid 48); 15 Apr 2013 08:37:38 -0000
From: "ebotcazou at gcc dot gnu.org" <gcc-bugzilla@gcc.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: <bug-56890-4-uY950TSxoI@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-56890-4@http.gcc.gnu.org/bugzilla/>
References: <bug-56890-4@http.gcc.gnu.org/bugzilla/>
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?idV890

Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|---                         |4.7.4

--- Comment #11 from Eric Botcazou <ebotcazou at gcc dot gnu.org> 2013-04-15 08:37:38 UTC ---
Thanks for the reduced testcases.


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

* [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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
  2013-04-15  8:37 ` [Bug c++/56963] " vhaisman at gmail dot com
@ 2013-04-15  8:39 ` vhaisman at gmail dot com
  2013-04-19  8:55 ` vhaisman at gmail dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vhaisman at gmail dot com @ 2013-04-15  8:39 UTC (permalink / raw)
  To: gcc-bugs


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.
>From gcc-bugs-return-420300-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Apr 15 09:27:17 2013
Return-Path: <gcc-bugs-return-420300-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 17444 invoked by alias); 15 Apr 2013 09:27:16 -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 17385 invoked by uid 55); 15 Apr 2013 09:27:12 -0000
From: "ro at CeBiTec dot Uni-Bielefeld.DE" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/50686] [4.7 regression] IRIX 6.5 bootstrap failure: ICE in in lookup_cfa_1, at dwarf2cfi.c:595
Date: Mon, 15 Apr 2013 09:27: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-Keywords: build
X-Bugzilla-Severity: normal
X-Bugzilla-Who: ro at CeBiTec dot Uni-Bielefeld.DE
X-Bugzilla-Status: REOPENED
X-Bugzilla-Priority: P4
X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.7.4
X-Bugzilla-Changed-Fields:
Message-ID: <bug-50686-4-hSgn5jK2hP@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-50686-4@http.gcc.gnu.org/bugzilla/>
References: <bug-50686-4@http.gcc.gnu.org/bugzilla/>
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/msg01445.txt.bz2
Content-length: 496


http://gcc.gnu.org/bugzilla/show_bug.cgi?idP686

--- Comment #41 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot Uni-Bielefeld.DE> 2013-04-15 09:27:09 UTC ---
> I'm currently running a bootstrap of gcc 4.7.3 with this patch applied
> and without any special --enable-checking=release.  It just entered
> stage2, so seems to be fine.
>
> I'll report once the bootstrap completed successfully.

This has happened now, so the patch is good to go.

Thanks.
        Rainer


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

* [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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
  2013-04-15  8:37 ` [Bug c++/56963] " vhaisman at gmail dot com
  2013-04-15  8:39 ` vhaisman at gmail dot com
@ 2013-04-19  8:55 ` vhaisman at gmail dot com
  2013-07-10  6:16 ` tvijlbrief at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: vhaisman at gmail dot com @ 2013-04-19  8:55 UTC (permalink / raw)
  To: gcc-bugs


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
>From gcc-bugs-return-420595-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Fri Apr 19 09:09:31 2013
Return-Path: <gcc-bugs-return-420595-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 25278 invoked by alias); 19 Apr 2013 09:09:31 -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 25229 invoked by uid 48); 19 Apr 2013 09:09:27 -0000
From: "jamborm at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug middle-end/56988] ipa-cp incorrectly propagates a field of an aggregate
Date: Fri, 19 Apr 2013 09:09: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-Keywords: wrong-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jamborm at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P3
X-Bugzilla-Assigned-To: jamborm at gcc dot gnu.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Changed-Fields: URL
Message-ID: <bug-56988-4-vKqC10UE8B@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-56988-4@http.gcc.gnu.org/bugzilla/>
References: <bug-56988-4@http.gcc.gnu.org/bugzilla/>
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/msg01740.txt.bz2
Content-length: 716


http://gcc.gnu.org/bugzilla/show_bug.cgi?idV988

Martin Jambor <jamborm at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                URL|                            |http://gcc.gnu.org/ml/gcc-p
                   |                            |atches/2013-04/msg01120.htm
                   |                            |l

--- Comment #3 from Martin Jambor <jamborm at gcc dot gnu.org> 2013-04-19 09:09:26 UTC ---
Richi was right.  The proper fix is to not ignore by_ref.
I have already posted a patch to the mailing list:

http://gcc.gnu.org/ml/gcc-patches/2013-04/msg01120.html


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

* [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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
                   ` (2 preceding siblings ...)
  2013-04-19  8:55 ` vhaisman at gmail dot com
@ 2013-07-10  6:16 ` tvijlbrief at gmail dot com
  2014-03-20 20:36 ` [Bug lto/56963] " burnus at gcc dot gnu.org
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: tvijlbrief at gmail dot com @ 2013-07-10  6:16 UTC (permalink / raw)
  To: gcc-bugs

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


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

* [Bug lto/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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
                   ` (3 preceding siblings ...)
  2013-07-10  6:16 ` tvijlbrief at gmail dot com
@ 2014-03-20 20:36 ` burnus at gcc dot gnu.org
  2014-04-07  9:14 ` burnus at gcc dot gnu.org
  2021-12-07  7:21 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2014-03-20 20:36 UTC (permalink / raw)
  To: gcc-bugs

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

Tobias Burnus <burnus at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |burnus at gcc dot gnu.org

--- Comment #5 from Tobias Burnus <burnus at gcc dot gnu.org> ---
This PR might have the same reason as PR60567.

Namely, your GCC has not been compiled on a system with working linker plugin -
and thus, lto1 is not invoked with -fresolution=.

Try compiling with "-fuse-linker-plugin" - if that gives an error, try a GCC
which has been configured with --with-plugin-ld= pointing to a newer Binutils -
2.21 or newer. If that helps, it is a duplicate of PR60567.

If it doesn't help: Create a reduced test case as described at
http://gcc.gnu.org/wiki/A_guide_to_testcase_reduction#Reducing_LTO_bugs


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

* [Bug lto/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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
                   ` (4 preceding siblings ...)
  2014-03-20 20:36 ` [Bug lto/56963] " burnus at gcc dot gnu.org
@ 2014-04-07  9:14 ` burnus at gcc dot gnu.org
  2021-12-07  7:21 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: burnus at gcc dot gnu.org @ 2014-04-07  9:14 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> ---
(In reply to Václav Zeman from comment #7)
> Created attachment 32422 [details]
> preprocessed source

Works for me with GCC 4.9 on x86-64-gnu-linux with both -fuse-linker-plugin and
-fno-use-linker-plugin and "g++ -O3 -std=c++11 -w -r -nostdlib -flto". I
haven't tried 4.8, though.

[I had to replace "std::size_t" by "unsigned long" for the new operator in
order to make it compile.]
>From gcc-bugs-return-448429-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org Mon Apr 07 09:36:48 2014
Return-Path: <gcc-bugs-return-448429-listarch-gcc-bugs=gcc.gnu.org@gcc.gnu.org>
Delivered-To: listarch-gcc-bugs@gcc.gnu.org
Received: (qmail 14315 invoked by alias); 7 Apr 2014 09:36:48 -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 14265 invoked by uid 55); 7 Apr 2014 09:36:44 -0000
From: "jamborm at gcc dot gnu.org" <gcc-bugzilla@gcc.gnu.org>
To: gcc-bugs@gcc.gnu.org
Subject: [Bug ipa/60640] [4.9 Regression] ICE edge points to wrong declaration / verify_cgraph_node failed
Date: Mon, 07 Apr 2014 09:36:00 -0000
X-Bugzilla-Reason: CC
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: gcc
X-Bugzilla-Component: ipa
X-Bugzilla-Version: 4.9.0
X-Bugzilla-Keywords: ice-on-valid-code
X-Bugzilla-Severity: normal
X-Bugzilla-Who: jamborm at gcc dot gnu.org
X-Bugzilla-Status: ASSIGNED
X-Bugzilla-Priority: P1
X-Bugzilla-Assigned-To: jamborm at gcc dot gnu.org
X-Bugzilla-Target-Milestone: 4.9.0
X-Bugzilla-Flags:
X-Bugzilla-Changed-Fields:
Message-ID: <bug-60640-4-6SBD0IhFbZ@http.gcc.gnu.org/bugzilla/>
In-Reply-To: <bug-60640-4@http.gcc.gnu.org/bugzilla/>
References: <bug-60640-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: 2014-04/txt/msg00449.txt.bz2
Content-length: 899

http://gcc.gnu.org/bugzilla/show_bug.cgi?id`640

--- Comment #14 from Martin Jambor <jamborm at gcc dot gnu.org> ---
Author: jamborm
Date: Mon Apr  7 09:36:10 2014
New Revision: 209180

URL: http://gcc.gnu.org/viewcvs?rev 9180&root=gcc&view=rev
Log:
2014-04-07  Martin Jambor  <mjambor@suse.cz>

    PR ipa/60640
    * ipa-cp.c (propagate_constants_accross_call): Do not propagate
    accross thunks.

testsuite/
        * g++.dg/ipa/pr60640-1.C: New test.
        * g++.dg/ipa/pr60640-2.C: Likewise.
        * g++.dg/ipa/pr60640-3.C: Likewise.


Added:
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ipa/pr60640-1.C
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ipa/pr60640-2.C
    branches/gcc-4_8-branch/gcc/testsuite/g++.dg/ipa/pr60640-3.C
Modified:
    branches/gcc-4_8-branch/gcc/ChangeLog
    branches/gcc-4_8-branch/gcc/ipa-cp.c
    branches/gcc-4_8-branch/gcc/testsuite/ChangeLog


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

* [Bug lto/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  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
                   ` (5 preceding siblings ...)
  2014-04-07  9:14 ` burnus at gcc dot gnu.org
@ 2021-12-07  7:21 ` rguenth at gcc dot gnu.org
  6 siblings, 0 replies; 8+ messages in thread
From: rguenth at gcc dot gnu.org @ 2021-12-07  7:21 UTC (permalink / raw)
  To: gcc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |linuxsquirrel.dev at gmail dot com

--- Comment #10 from Richard Biener <rguenth at gcc dot gnu.org> ---
*** Bug 57715 has been marked as a duplicate of this bug. ***

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

end of thread, other threads:[~2021-12-07  7:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-15  8:34 [Bug c++/56963] New: GCC 4.8.0 LTO issue: lto1: internal compiler error: in add_symbol_to_partition, at lto/lto-partition.c:284 vhaisman at gmail dot com
2013-04-15  8:37 ` [Bug c++/56963] " vhaisman at gmail dot com
2013-04-15  8:39 ` vhaisman at gmail dot com
2013-04-19  8:55 ` vhaisman at gmail dot com
2013-07-10  6:16 ` tvijlbrief at gmail dot com
2014-03-20 20:36 ` [Bug lto/56963] " burnus at gcc dot gnu.org
2014-04-07  9:14 ` burnus at gcc dot gnu.org
2021-12-07  7:21 ` rguenth 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).