[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-26 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #7 from PeteVine --- Restarted the whole thing from scratch using gcc 5.4 and it segfaulted again. ../../../libgcc/libgcc2.c: In function ‘__powitf2’: ../../../libgcc/libgcc2.c:1851:1: internal compiler error: Segmentation fault }

[Bug target/78105] ICE during LTO bootstrap on AARCH64 with extra options

2016-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #6 from Andrew Pinski --- > -O3 -mtune=cortex-a53 -fomit-frame-pointer -fipa-pta -march=armv8-a+crc > -ftree-vectorize Can you show the exact command line which you used to configure GCC? And the output of env? A normal bootstrap

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 Andrew Pinski changed: What|Removed |Added Keywords||build, wrong-code --- Comment #5 from

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #4 from PeteVine --- That helped, running gdb --args manually wasn't working obviously: Program received signal SIGSEGV, Segmentation fault. _Unwind_GetGR (index=29, context=0x7fae00) at ../../../libgcc/unwind-dw2.c:240 240

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #3 from Martin Liška --- Please try to add following to your compile flags: -wrapper gdb,--args However I guess the problem is that build-lto/./gcc/xgcc binary is somehow miscompiled.

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 --- Comment #2 from PeteVine --- I've run the command in gdb but there's no stack after reproducing the crash - suggestions?

[Bug target/78105] ICE during LTO bootstrap on AARCH64

2016-10-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|

[Bug target/78105] New: ICE during LTO bootstrap on AARCH64

2016-10-25 Thread tulipawn at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78105 Bug ID: 78105 Summary: ICE during LTO bootstrap on AARCH64 Product: gcc Version: 7.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: target

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2016-08-14 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

Fix ICE in lto-symtab

2016-01-19 Thread Jan Hubicka
Hi, this patch fixes ICE with abstract decls. Those need not to be linked. Bootstrapped/regtested x86_64-linux, will commit it shortly. Honza * lto-symtab.c (lto_symtab_prevailing_virtual_decl): Abstract decls have no assemblernames. * g++.dg/torture/pr69136.C: New

[Bug lto/67387] New: ICE with LTO firefox build - verify_type failed

2015-08-28 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67387 Bug ID: 67387 Summary: ICE with LTO firefox build - verify_type failed Product: gcc Version: 6.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug lto/67387] ICE with LTO firefox build - verify_type failed

2015-08-28 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67387 Markus Trippelsdorf trippels at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED

[PATCH] Fix ICE during LTO odr reporting (PR lto/65361)

2015-03-09 Thread Jakub Jelinek
Hi! BINFO_BASE_BINFO always gives a TREE_BINFO, so using DECL_CONTEXT on it is wrong. The following patch fixes it to use BINFO_TYPE instead. Bootstrapped/regtested on x86_64-linux and i686-linux, tested also on the testcase in the PR. Ok for trunk? We don't seem to have infrastructure for

Re: [PATCH] Fix ICE during LTO odr reporting (PR lto/65361)

2015-03-09 Thread Jeff Law
On 03/09/15 12:31, Jakub Jelinek wrote: Hi! BINFO_BASE_BINFO always gives a TREE_BINFO, so using DECL_CONTEXT on it is wrong. The following patch fixes it to use BINFO_TYPE instead. Bootstrapped/regtested on x86_64-linux and i686-linux, tested also on the testcase in the PR. Ok for trunk?

Re: [PATCH] Fix ICE during LTO odr reporting (PR lto/65361)

2015-03-09 Thread Jan Hubicka
Hi! BINFO_BASE_BINFO always gives a TREE_BINFO, so using DECL_CONTEXT on it is wrong. The following patch fixes it to use BINFO_TYPE instead. Bootstrapped/regtested on x86_64-linux and i686-linux, tested also on the testcase in the PR. Ok for trunk? We don't seem to have

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|WAITING |RESOLVED

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-02 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #13 from Jan Hubicka hubicka at gcc dot gnu.org --- Author: hubicka Date: Mon Mar 2 20:31:21 2015 New Revision: 221124 URL: https://gcc.gnu.org/viewcvs?rev=221124root=gccview=rev Log: PR ipa/65130 * ipa-inline.c

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-02 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #12 from Kai Tietz ktietz at gcc dot gnu.org --- I confirm that bug is fixed with that patch. Only for the case that trying to link with objects created with prior revision will still fail. Later might be acceptable.

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-02 Thread hubicka at ucw dot cz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #11 from Jan Hubicka hubicka at ucw dot cz --- Hi, the bug is caused by code inlining functions called once. Here is a dead self recursive function that is called once (from itself) and the inliner manages to not punt on the rcurisve

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |WAITING ---

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #8 from Aldy Hernandez aldyh at gcc dot gnu.org --- Cannot reproduce. Fixed on mainline by: commit b9cb01c10d90420929551763dae489c1ef53af93 Author: hubicka hubicka@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Sun Mar 1 01:08:47 2015

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #9 from Jan Hubicka hubicka at gcc dot gnu.org --- Aha, almost definitely papering over. I will check tomorrow, thanks!

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-03-01 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #10 from Jan Hubicka hubicka at gcc dot gnu.org --- The bug is: fn3/5 (fn3) @0x76ae5dc8 Type: function definition analyzed Visibility: prevailing_def_ironly previous sharing asm name: 11 References: a/4 (read)

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-25 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added CC||aldyh at gcc

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-25 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Aldy Hernandez aldyh at gcc dot gnu.org changed: What|Removed |Added Assignee|aldyh at gcc dot gnu.org

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-25 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added CC||ktietz at gcc dot

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-25 Thread ktietz at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Kai Tietz ktietz at gcc dot gnu.org changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |ktietz at

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-25 Thread aldyh at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 --- Comment #6 from Aldy Hernandez aldyh at gcc dot gnu.org --- FWIW, problem started with: commit 6a0440477bc2a41ade7254552829f320755d0f0f Author: hubicka hubicka@138bc75d-0d04-0410-961f-82ee72b054a4 Date: Sat Feb 14 23:46:25 2015 +

[Bug lto/64373] [4.9 regression] ICE with lto related to variably modified type

2015-02-20 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC||jens.maurer

[PATCH] Fix LTO -g ICE (PR lto/65012)

2015-02-19 Thread Jakub Jelinek
Hi! When building systemd with LTO and -g, we ICE, because we stream in __PRETTY_FUNCTION__ VAR_DECL, which isn't referenced in the IL except for BLOCK_VARS and thus doesn't get a varpool node streamed with it. Later on when dwarf2out.c calls make_decl_rtl_for_debug on it, it creates the

[Bug lto/65130] New: ICE with LTO on valid code on x86_64-linux-gnu

2015-02-19 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65130 Bug ID: 65130 Summary: ICE with LTO on valid code on x86_64-linux-gnu Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: lto

[Bug lto/65130] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-19 Thread rguenth at gcc dot gnu.org
Summary|ICE with LTO on valid code |[5 Regression] ICE with LTO |on x86_64-linux-gnu |on valid code on ||x86_64-linux-gnu Ever confirmed|0 |1 --- Comment #1 from Richard Biener rguenth at gcc

[Bug lto/64373] [4.9 regression] ICE with lto related to variably modified type

2015-02-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug lto/64373] [4.9 regression] ICE with lto related to variably modified type

2015-02-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Fri Feb 20 07:32:08 2015 New Revision: 220835 URL: https://gcc.gnu.org/viewcvs?rev=220835root=gccview=rev Log: 2015-02-20 Richard Biener rguent...@suse.de

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 --- Comment #4 from Jakub Jelinek jakub at gcc dot gnu.org --- Author: jakub Date: Sat Feb 14 08:23:18 2015 New Revision: 220706 URL: https://gcc.gnu.org/viewcvs?rev=220706root=gccview=rev Log: PR tree-optimization/62209 *

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 --- Comment #2 from Jakub Jelinek jakub at gcc dot gnu.org --- Note, this no longer fails starting with r217827. I'll have a look nevertheless, in case that wasn't a fix but just made a bug latent.

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2015-02-13 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug lto/64373] [4.9 regression] ICE with lto related to variably modified type

2015-01-13 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Tue Jan 13 13:57:27 2015 New Revision: 219531 URL: https://gcc.gnu.org/viewcvs?rev=219531root=gccview=rev Log: 2015-01-13 Richard Biener rguent...@suse.de

[Bug lto/64373] [4.9 regression] ICE with lto related to variably modified type

2015-01-13 Thread rguenth at gcc dot gnu.org
Summary|[4.9/5 regression] ICE with |[4.9 regression] ICE with |lto related to variably |lto related to variably |modified type |modified type --- Comment #2 from Richard Biener rguenth at gcc dot gnu.org --- Fixed on trunk sofar.

[Bug lto/64373] [4.9/5 regression] ICE with lto related to variably modified type

2015-01-13 Thread rguenth at gcc dot gnu.org
Status|UNCONFIRMED |ASSIGNED Last reconfirmed||2015-01-13 Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org Target Milestone|5.0 |4.9.3 Summary|[5 regression] ICE with lto |[4.9

[Bug lto/64373] [5 regression] ICE with lto related to variably modified type

2015-01-09 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |5.0

[Bug lto/64373] New: [5 regression] ICE with lto related to variably modified type

2014-12-21 Thread uecker at eecs dot berkeley.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64373 Bug ID: 64373 Summary: [5 regression] ICE with lto related to variably modified type Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/62238] [4.9 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-11-26 Thread rguenth at gcc dot gnu.org
to work||5.0 Summary|[4.9/5 Regression] ICE with |[4.9 Regression] ICE with |LTO on valid code on|LTO on valid code on |x86_64-linux-gnu in |x86_64-linux-gnu in |verify_ssa (in 64-bit

[Bug tree-optimization/62238] [4.9 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-11-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 --- Comment #6 from Richard Biener rguenth at gcc dot gnu.org --- Author: rguenth Date: Wed Nov 26 09:43:39 2014 New Revision: 218074 URL: https://gcc.gnu.org/viewcvs?rev=218074root=gccview=rev Log: 2014-11-26 Richard Biener rguent...@suse.de

[Bug tree-optimization/62238] [4.9 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-11-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/62238] [4.9 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-11-26 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Status|ASSIGNED|RESOLVED

[Bug tree-optimization/62238] [4.9/5 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-11-25 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 --- Comment #4 from Richard Biener rguenth at gcc dot gnu.org --- This is a tree sharing issue, it reproduces with -O3 and a single concatenated source as well. Index: gcc/tree-predcom.c

[Bug tree-optimization/62238] [4.9/5 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-11-24 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P2

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2014-11-19 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Priority|P3 |P1

[Bug tree-optimization/62238] [4.9/5 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-10-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 Jakub Jelinek jakub at gcc dot gnu.org changed: What|Removed |Added Target Milestone|4.9.2 |4.9.3 ---

[Bug tree-optimization/62238] [4.9/5 Regression] ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-08-26 Thread rguenth at gcc dot gnu.org
Status|UNCONFIRMED |NEW Last reconfirmed||2014-08-26 Target Milestone|--- |4.9.2 Summary|ICE with LTO on valid code |[4.9/5 Regression] ICE with |on x86_64-linux-gnu in |LTO on valid

[Bug tree-optimization/62238] New: ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode)

2014-08-23 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62238 Bug ID: 62238 Summary: ICE with LTO on valid code on x86_64-linux-gnu in verify_ssa (in 64-bit mode) Product: gcc Version: 5.0 Status: UNCONFIRMED Severity

[Bug lto/62213] New: [5 Rgression] ICE in lto for test case 20081120-1

2014-08-21 Thread tony.wang at arm dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Bug ID: 62213 Summary: [5 Rgression] ICE in lto for test case 20081120-1 Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug lto/62213] [5 Rgression] ICE in lto for test case 20081120-1

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target|arm*-*-*|

[Bug tree-optimization/62209] [5 Regression] ICE with LTO on valid code on x86_64-linux-gnu

2014-08-21 Thread rguenth at gcc dot gnu.org
reconfirmed||2014-08-21 CC||jakub at gcc dot gnu.org Target Milestone|--- |5.0 Summary|ICE with LTO on valid code |[5 Regression] ICE with LTO |on x86_64-linux-gnu

[Bug rtl-optimization/62208] ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-21 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208 --- Comment #1 from Richard Biener rguenth at gcc dot gnu.org --- Can't reproduce it.

[Bug lto/62213] [5 Rgression] ICE in lto for test case 20081120-1

2014-08-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Hans-Peter Nilsson hp at gcc dot gnu.org changed: What|Removed |Added CC||hp at gcc dot

[Bug lto/62213] [5 Regression] ICE in lto for test case 20081120-1

2014-08-21 Thread hp at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 --- Comment #3 from Hans-Peter Nilsson hp at gcc dot gnu.org --- (In reply to Hans-Peter Nilsson from comment #2) cris-elf too, (214220:214238]. ...but went away with a commit in (214263:214274].

[Bug lto/62213] [5 Regression] ICE in lto for test case 20081120-1

2014-08-21 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62213 Jan Hubicka hubicka at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug rtl-optimization/62208] ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-21 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208 --- Comment #2 from Zhendong Su su at cs dot ucdavis.edu --- (In reply to Richard Biener from comment #1) Can't reproduce it. Richard, it still fails for me with r214255. The linker I use is GNU gold (GNU Binutils for Ubuntu 2.22) 1.11

[Bug rtl-optimization/62208] ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-21 Thread ubizjak at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208 --- Comment #3 from Uroš Bizjak ubizjak at gmail dot com --- I can also confirm the ICE on Fedora 20 with: $ ld --version GNU ld version 2.23.2 Copyright 2012 Free Software Foundation, Inc. $ ./xgcc -B ./gcc -flto -m32 -O3 pr62208.c pr62208.c:

[Bug lto/62208] New: ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56

2014-08-20 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62208 Bug ID: 62208 Summary: ICE with LTO on valid code at -O3 on x86_64-linux-gnu in trunc_int_for_mode, at explow.c:56 Product: gcc Version: 5.0 Status: UNCONFIRMED

[Bug tree-optimization/62209] New: ICE with LTO on valid code on x86_64-linux-gnu

2014-08-20 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62209 Bug ID: 62209 Summary: ICE with LTO on valid code on x86_64-linux-gnu Product: gcc Version: 5.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component

[Bug target/51843] ICE with LTO and attribute `dllimport'

2014-08-06 Thread d.g.gorbachev at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51843 --- Comment #2 from Dmitry Gorbachev d.g.gorbachev at gmail dot com --- No ICE with GCC 4.9/4.10, the attribute is silently ignored.

[Bug lto/61644] [4.10 Regression] ICE with LTO in expand_expr_real_1

2014-07-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61644 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added Target Milestone|--- |4.10.0

[Bug lto/61644] [4.10 Regression] ICE with LTO in expand_expr_real_1

2014-07-07 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61644 Joost VandeVondele Joost.VandeVondele at mat dot ethz.ch changed: What|Removed |Added Status|UNCONFIRMED

[Bug lto/61644] New: [4.10 Regression] ICE with LTO in expand_expr_real_1

2014-06-29 Thread Joost.VandeVondele at mat dot ethz.ch
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61644 Bug ID: 61644 Summary: [4.10 Regression] ICE with LTO in expand_expr_real_1 Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-26 Thread zqchen at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 --- Comment #4 from zqchen at gcc dot gnu.org --- Author: zqchen Date: Mon May 26 06:40:57 2014 New Revision: 210922 URL: http://gcc.gnu.org/viewcvs?rev=210922root=gccview=rev Log: ChangeLog: 2014-05-26 Zhenqiang Chen zhenqiang.c...@linaro.org

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-24 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 --- Comment #3 from Zhendong Su su at cs dot ucdavis.edu --- Here is another (somewhat simpler) test case that points to the same issue: $ gcc-trunk -v Using built-in specs. COLLECT_GCC=gcc-trunk

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-22 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 Richard Biener rguenth at gcc dot gnu.org changed: What|Removed |Added CC|

[Bug rtl-optimization/61278] ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-22 Thread zhenqiang.chen at linaro dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 --- Comment #2 from zhenqiang.chen at linaro dot org --- Confirmed. df_live is not init in O1. Patch is in testing.

[Bug lto/61278] New: ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode

2014-05-21 Thread su at cs dot ucdavis.edu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61278 Bug ID: 61278 Summary: ICE with LTO (lto-wrapper failed) on x86_64-linux-gnu in 64-bit mode Product: gcc Version: 4.10.0 Status: UNCONFIRMED Severity: normal

[Bug tree-optimization/60733] New: ICE by LTO on valid code at -O3 on x86_64-linux-gnu

2014-04-01 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60733 Bug ID: 60733 Summary: ICE by LTO on valid code at -O3 on x86_64-linux-gnu Product: gcc Version: 4.9.0 Status: UNCONFIRMED Severity: normal Priority: P3

[Bug tree-optimization/60733] ICE by LTO on valid code at -O3 on x86_64-linux-gnu

2014-04-01 Thread su at cs dot ucdavis.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60733 --- Comment #1 from Zhendong Su su at cs dot ucdavis.edu --- Here is a variant that causes an ICE even without LTO. $ gcc-trunk -v Using built-in specs. COLLECT_GCC=gcc-trunk COLLECT_LTO_WRAPPER=/usr/local/gcc-trunk/libexec/gcc/x86_64-unknown

[Bug lto/55113] ICE with LTO and -fshort-double

2014-03-04 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 pmatos at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED

[Bug lto/55113] ICE with LTO and -fshort-double

2014-03-02 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #17 from pmatos at gcc dot gnu.org --- Patch submitted to gcc-patches.

[Bug lto/55113] ICE with LTO and -fshort-double

2014-02-28 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #16 from pmatos at gcc dot gnu.org --- (In reply to Richard Biener from comment #14) Well. At least to my theory (didn't try). Theory and practice match. It seems to fix the bug and work fine. I will do some further testing and

[Bug lto/55113] ICE with LTO and -fshort-double

2014-02-27 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #14 from Richard Biener rguenth at gcc dot gnu.org --- (In reply to pmatos from comment #13) (In reply to Richard Biener from comment #11) If double_type_node is FE dependent then it needs treatment in

[Bug lto/55113] ICE with LTO and -fshort-double

2014-02-27 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #15 from pmatos at gcc dot gnu.org --- (In reply to Richard Biener from comment #14) See above - if that works I'd prefer that. Makes sense. Thanks Richard. I will give that a try and if everything looks ok I will prepare a patch

[Bug lto/55113] ICE with LTO and -fshort-double

2014-02-26 Thread pmatos at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #13 from pmatos at gcc dot gnu.org --- (In reply to Richard Biener from comment #11) If double_type_node is FE dependent then it needs treatment in tree-streamer.c:preload_common_nodes: static void preload_common_nodes (struct

[Bug lto/55113] ICE with LTO and -fshort-double

2014-01-20 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #11 from Richard Biener rguenth at gcc dot gnu.org --- If double_type_node is FE dependent then it needs treatment in tree-streamer.c:preload_common_nodes: static void preload_common_nodes (struct streamer_tree_cache_d *cache) {

[Bug lto/55113] ICE with LTO and -fshort-double

2014-01-20 Thread patrick at motec dot com.au
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 --- Comment #12 from Patrick Oppenlander patrick at motec dot com.au --- (In reply to Andrew Pinski from comment #10) -fshort-double is what is causing the issue. Why are you using that option in the first place? It changes the ABI. We are

[Bug lto/55113] ICE with LTO and -fshort-double

2014-01-19 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=55113 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Summary|ICE in |ICE with LTO

[Bug target/51843] ICE with LTO and attribute `dllimport'

2012-01-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51843 Richard Guenther rguenth at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

[Bug target/51843] New: ICE with LTO and attribute `dllimport'

2012-01-12 Thread d.g.gorbachev at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51843 Bug #: 51843 Summary: ICE with LTO and attribute `dllimport' Classification: Unclassified Product: gcc Version: 4.7.0 Status: UNCONFIRMED Severity: normal Priority

[PATCH] PR c++/51043 - ICE in LTO

2011-11-09 Thread Dodji Seketeli
. From: Dodji Seketeli do...@redhat.com Date: Wed, 9 Nov 2011 15:58:08 +0100 Subject: [PATCH] PR c++/51043 - ICE in LTO * cp-tree.h (TYPE_ALIAS_P, TYPE_TEMPLATE_INFO): Don't crash on NULL TYPE_NAME. --- gcc/cp/cp-tree.h | 23 --- 1 files changed, 12 insertions

Re: [PATCH] PR c++/51043 - ICE in LTO

2011-11-09 Thread Jason Merrill
OK. Jason

ICE in LTO.

2010-05-19 Thread Bingfeng Mei
Hello, I am hit by an ICE in LTO (latest GCC4.5 branch). The problem is that it shows up in our target/our target-specific application, so I cannot really reduce test case and file a bug. getShortVersionString.clone.0/1(-1) @0x2aa0c5fea0 (clone of getShortVersionString/4733) availability:local

Re: ICE in LTO.

2010-05-19 Thread Richard Guenther
On Wed, May 19, 2010 at 4:12 PM, Bingfeng Mei b...@broadcom.com wrote: Hello, I am hit by an ICE in LTO (latest GCC4.5 branch). The problem is that it shows up in our target/our target-specific application, so I cannot really reduce test case and file a bug. getShortVersionString.clone.0/1

RE: ICE in LTO.

2010-05-19 Thread Bingfeng Mei
@gcc.gnu.org Subject: Re: ICE in LTO. On Wed, May 19, 2010 at 4:12 PM, Bingfeng Mei b...@broadcom.com wrote: Hello, I am hit by an ICE in LTO (latest GCC4.5 branch). The problem is that it shows up in our target/our target-specific application, so I cannot really reduce test case and file

[Bug lto/41821] ICE in LTO when linking

2009-10-29 Thread law at gcc dot gnu dot org
--- Comment #10 from law at gcc dot gnu dot org 2009-10-29 16:50 --- Subject: Bug 41821 Author: law Date: Thu Oct 29 16:48:00 2009 New Revision: 153715 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153715 Log: Recorded merge of revisions

[Bug lto/41839] ICE with lto and incomplete types

2009-10-29 Thread law at gcc dot gnu dot org
--- Comment #5 from law at gcc dot gnu dot org 2009-10-29 16:50 --- Subject: Bug 41839 Author: law Date: Thu Oct 29 16:48:00 2009 New Revision: 153715 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153715 Log: Recorded merge of revisions

[Bug lto/41839] ICE with lto and incomplete types

2009-10-28 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2009-10-28 14:48 --- Subject: Bug 41839 Author: rguenth Date: Wed Oct 28 14:48:34 2009 New Revision: 153671 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153671 Log: 2009-10-28 Richard Guenther rguent...@suse.de PR

[Bug lto/41839] ICE with lto and incomplete types

2009-10-28 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2009-10-28 14:49 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #7 from rguenth at gcc dot gnu dot org 2009-10-27 09:37 --- Doh, thanks. It's obvious to me what is wrong. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41839] ICE with lto and incomplete types

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2009-10-27 09:43 --- Mine. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #8 from rguenth at gcc dot gnu dot org 2009-10-27 11:31 --- Subject: Bug 41821 Author: rguenth Date: Tue Oct 27 11:30:59 2009 New Revision: 153589 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=153589 Log: 2009-10-27 Richard Guenther rguent...@suse.de PR

[Bug lto/41821] ICE in LTO when linking

2009-10-27 Thread rguenth at gcc dot gnu dot org
--- Comment #9 from rguenth at gcc dot gnu dot org 2009-10-27 11:31 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug lto/41821] ICE in LTO when linking

2009-10-26 Thread mckelvey at maskull dot com
--- Comment #5 from mckelvey at maskull dot com 2009-10-27 01:04 --- (In reply to comment #4) Subject: Re: ICE in LTO when linking On Sun, 25 Oct 2009, mckelvey at maskull dot com wrote: --- Comment #3 from mckelvey at maskull dot com 2009-10-25 16:32

<    1   2   3   >