[Bug tree-optimization/92558] [10 Regression] Miscompare of 554.roms_r with -Ofast -march=znver2 -flto since r278289

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92558 Martin Liška changed: What|Removed |Added Keywords|needs-reduction | --- Comment #1 from Martin Liška --- So

[Bug tree-optimization/92558] [10 Regression] Miscompare of 554.roms_r with -Ofast -march=znver2 -flto since r278289

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92558 --- Comment #3 from Martin Liška --- (In reply to Richard Biener from comment #2) > Will look. Thanks, there's a code snippet which is different before and after the revision. Hopefully, it can be used for a reproducer creation: $ cat set.f90

[Bug ipa/92529] [10 Regression] Wrong code with ICF since r278207

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92529 --- Comment #1 from Martin Liška --- Author: marxin Date: Mon Nov 18 11:51:05 2019 New Revision: 278395 URL: https://gcc.gnu.org/viewcvs?rev=278395&root=gcc&view=rev Log: Verify NOP_EXPR LHS type in IPA ICF. 2019-11-18 Martin Liska

[Bug ipa/92529] [10 Regression] Wrong code with ICF since r278207

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92529 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug target/92518] [10 regression] ppc rounding tests fail after r278207

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92518 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/92529] [10 Regression] Wrong code with ICF since r278207

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92529 Martin Liška changed: What|Removed |Added CC||seurer at gcc dot gnu.org --- Comment #3

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 Martin Liška changed: What|Removed |Added Priority|P3 |P1 --- Comment #11 from Martin Liška ---

[Bug ipa/92525] [10 Regression] ICE in ipa_icf::sem_function::equals at ipa-icf.c:810 since r278207

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92525 --- Comment #1 from Martin Liška --- Author: marxin Date: Mon Nov 18 13:04:57 2019 New Revision: 278405 URL: https://gcc.gnu.org/viewcvs?rev=278405&root=gcc&view=rev Log: Unset m_checker in sem_function::init. 2019-11-18 Martin Liska

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #13 from Martin Liška --- (In reply to Jan Hubicka from comment #12) > > It still fails for me with the current trunk: > > > > $ ../configure --prefix=/tmp/gcc/ --disable-multilib --without-isl > > --disable-libsanitizer --with-build

[Bug bootstrap/92540] [10 regression] r278218 breaks bootstrap on riscv64

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540 --- Comment #1 from Martin Liška --- I've reduced the test-case which started to fail with the commit: $ cat riscv.cc enum machine_mode {}; enum rtx_code { SUBREG, PLUS }; bool fn1(int); int fn2(machine_mode); struct A { int offset; }; machine

[Bug ipa/92525] [10 Regression] ICE in ipa_icf::sem_function::equals at ipa-icf.c:810 since r278207

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92525 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #17 from Martin Liška --- (In reply to Jan Hubicka from comment #14) > > Did you use bootstrap-lto-lean (and not bootstrap-lto)? > > OK, I finally managed to reproduce and debug this. > It is triggered by fact that bootstrap-lean is

[Bug bootstrap/92540] [10 regression] r278218 breaks bootstrap on riscv64

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug middle-end/24639] [meta-bug] bug to track all Wuninitialized issues

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=24639 Bug 24639 depends on bug 92540, which changed state. Bug 92540 Summary: [10 regression] r278218 breaks bootstrap on riscv64 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540 What|Removed |Added

[Bug bootstrap/92540] [10 regression] r278218 breaks bootstrap on riscv64

2019-11-18 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92540 --- Comment #3 from Martin Liška --- Author: marxin Date: Tue Nov 19 07:22:21 2019 New Revision: 278429 URL: https://gcc.gnu.org/viewcvs?rev=278429&root=gcc&view=rev Log: Initialize a variable due to -Wmaybe-uninitialized. 2019-11-19 Martin Li

[Bug ipa/92508] [10 Regression] ICE in do_estimate_edge_time, at ipa-inline-analysis.c:223 since r278159

2019-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92508 --- Comment #19 from Martin Liška --- > We may do something like that, but testsuite requires dejagnu that is > not normally necessary for bootstrapping. I see. > It would also let us to train > -O0 compilation that is quite important for perof

[Bug tree-optimization/92584] New: A 454.calculix optimization opportunity

2019-11-19 Thread marxin at gcc dot gnu.org
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Richi, I noticed the following graph: https://lnt.opensuse.org/db_default/v4/SPEC

[Bug c++/91165] [10 Regression] error: location references block not in block tree

2019-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91165 Martin Liška changed: What|Removed |Added Priority|P3 |P1 --- Comment #4 from Martin Liška ---

[Bug c++/91165] [10 Regression] error: location references block not in block tree

2019-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91165 --- Comment #5 from Martin Liška --- My reduced test-case is probably very similar: template constexpr _Tp forward(_Tp p1) { return p1; } template struct A { _T1 first; _T2 second; constexpr A(_T1 p1, _T2 p2) : first(p1), second(p2) {} }

[Bug lto/92588] New: [10 Regression] ICE nodes with unreleased memory found

2019-11-19 Thread marxin at gcc dot gnu.org
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: marxin at gcc dot gnu.org Target Milestone: --- I see the following ICE in openssl package: $ gcc fips_rsagtest.o libssl.a

[Bug lto/92588] [10 Regression] ICE nodes with unreleased memory found

2019-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92588 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug lto/92588] [10 Regression] ICE nodes with unreleased memory found

2019-11-19 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92588 Martin Liška changed: What|Removed |Added Keywords||needs-bisection, |

[Bug tree-optimization/92584] A 454.calculix optimization opportunity

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92584 --- Comment #2 from Martin Liška --- (In reply to rguent...@suse.de from comment #1) > On Tue, 19 Nov 2019, marxin at gcc dot gnu.org wrote: > > > I noticed that the speed drop back on the trunk happened since r278281. >

[Bug tree-optimization/92584] A 454.calculix optimization opportunity

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92584 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/92595] New: [10 Regression] ICE in related_vector_mode, at stor-layout.c:534 since r278229

2019-11-20 Thread marxin at gcc dot gnu.org
: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: rsandifo at gcc dot gnu.org Target Milestone: --- Starting with the

[Bug tree-optimization/92595] [10 Regression] ICE in related_vector_mode, at stor-layout.c:534 since r278229

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92595 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug c++/92365] [10 Regression] ice unexpected expression ‘int16_t()’ of kind cast_expr

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92365 --- Comment #7 from Martin Liška --- Just for the record, I see the failure in spatialindex package.

[Bug tree-optimization/92596] New: [10 Regression] ICE in exact_div, at poly-int.h:2162 since r278406

2019-11-20 Thread marxin at gcc dot gnu.org
-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: rguenth at gcc dot gnu.org, rsandifo at gcc dot gnu.org Target Milestone: --- I see the

[Bug tree-optimization/92596] [10 Regression] ICE in exact_div, at poly-int.h:2162 since r278406

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92596 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug lto/92599] New: ICE in speculative_call_info, at cgraph.c:1142

2019-11-20 Thread marxin at gcc dot gnu.org
Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: hubicka at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- Created attachment 47308 --> https://gcc.gnu.org/bugzi

[Bug lto/92599] ICE in speculative_call_info, at cgraph.c:1142

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92599 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/92601] New: error: type variant differs by TYPE_NEEDS_CONSTRUCTING

2019-11-20 Thread marxin at gcc dot gnu.org
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: jason at gcc dot gnu.org Target Milestone: --- Happens for the following test-case: $ cat verify.ii typedef int size_t; template struct

[Bug c++/92601] error: type variant differs by TYPE_NEEDS_CONSTRUCTING

2019-11-20 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92601 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/92609] New: [10 Regression] ICE in warn_types_mismatch, at ipa-devirt.c:1000 since r265519

2019-11-21 Thread marxin at gcc dot gnu.org
: ice-on-valid-code Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: hubicka at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- Created

[Bug ipa/92609] [10 Regression] ICE in warn_types_mismatch, at ipa-devirt.c:1000 since r265519

2019-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92609 Martin Liška changed: What|Removed |Added Priority|P3 |P2 Status|UNCONFIRMED

[Bug tree-optimization/92608] [9/10 Regression] ICE: Segmentation fault (in find_loop_guard)

2019-11-21 Thread marxin at gcc dot gnu.org
CC||marxin at gcc dot gnu.org Ever confirmed|0 |1

[Bug lto/92600] ICE: lto1: internal compiler error: symtab_node::verify failed, building 523.xalancbmk_r with -flto -fno-inline

2019-11-21 Thread marxin at gcc dot gnu.org
, ||needs-reduction Status|UNCONFIRMED |ASSIGNED Last reconfirmed||2019-11-21 Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org Ever confirmed|0 |1

[Bug tree-optimization/92610] [10 Regression] ICE in calc_dfs_tree, at dominance.c:458 since r270940

2019-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92610 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/92610] New: [10 Regression] ICE in calc_dfs_tree, at dominance.c:458 since r270940

2019-11-21 Thread marxin at gcc dot gnu.org
-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone: --- Following ICEs: $ cat ice.cpp

[Bug lto/92600] ICE: symtab_node::verify failed, building 523.xalancbmk_r with -flto -fno-inline

2019-11-21 Thread marxin at gcc dot gnu.org
-gnu Assignee|marxin at gcc dot gnu.org |hubicka at gcc dot gnu.org Summary|ICE: lto1: internal |ICE: symtab_node::verify |compiler error: |failed, building |symtab_node::verify failed, |523.xalancbmk_r with

[Bug c/92612] New: [10 Regression] Linker error in 525.x264_r after r278509

2019-11-21 Thread marxin at gcc dot gnu.org
Priority: P3 Component: c Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: wilco at gcc dot gnu.org Blocks: 26163 Target Milestone: --- Since defaulting to -fno-common, one can't build the benchmark due to:

[Bug c/92612] [10 Regression] Linker error in 525.x264_r after r278509

2019-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92612 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug middle-end/26163] [meta-bug] missed optimization in SPEC (2k17, 2k and 2k6 and 95)

2019-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 92612, which changed state. Bug 92612 Summary: [10 Regression] Linker error in 525.x264_r after r278509 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92612 What|Removed |Added ---

[Bug c/92612] [10 Regression] Linker error in 525.x264_r after r278509

2019-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92612 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug bootstrap/92614] New: Bootstrap broken due to libgo run-time

2019-11-21 Thread marxin at gcc dot gnu.org
Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: ian at gcc dot gnu.org Target Milestone: --- I see following bootstrap error: [29747s] libtool: link: /home/abuild/rpmbuild/BUILD/gcc-10.0.0+r278519/obj-x86_64-suse-linux/./gcc

[Bug tree-optimization/92618] New: [10 Regression] error: type mismatch in binary expression in reassoc since r273490

2019-11-21 Thread marxin at gcc dot gnu.org
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: linkw at gcc dot gnu.org Target Milestone: --- I see following ICE

[Bug tree-optimization/92618] [10 Regression] error: type mismatch in binary expression in reassoc since r273490

2019-11-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92618 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug tree-optimization/90576] [10 regression] SPEC CPU2006 450.soplex miscompiled with -Os -flto after r271413

2019-11-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90576 --- Comment #5 from Martin Liška --- @Maxim: Can you please retest it?

[Bug bootstrap/92653] [10 Regression] PGO bootstrap is broken with --with-build-config=bootstrap-lto-lean

2019-11-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92653 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug bootstrap/92653] New: [10 Regression] PGO bootstrap is broken with --with-build-config=bootstrap-lto-lean

2019-11-25 Thread marxin at gcc dot gnu.org
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: bootstrap Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: hubicka at gcc dot gnu.org Target Milestone: --- I see the following ICE

[Bug tree-optimization/92632] Calculix regression

2019-11-25 Thread marxin at gcc dot gnu.org
||marxin at gcc dot gnu.org Resolution|--- |DUPLICATE --- Comment #1 from Martin Liška --- Dup. *** This bug has been marked as a duplicate of bug 92584 ***

[Bug tree-optimization/92584] A 454.calculix optimization opportunity

2019-11-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92584 Martin Liška changed: What|Removed |Added CC||hubicka at gcc dot gnu.org --- Comment #6

[Bug c++/92654] internal compiler error: in lookup_template_class_1

2019-11-25 Thread marxin at gcc dot gnu.org
|UNCONFIRMED |NEW Last reconfirmed||2019-11-25 CC||marxin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #1 from Martin Liška --- Confirmed, apparently it's an invalid

[Bug c++/92654] internal compiler error: in lookup_template_class_1

2019-11-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 --- Comment #4 from Martin Liška --- (In reply to fiesh from comment #2) > It's been made invalid by creduce, but the original code was valid. > > If necessary, we can try to produce valid code that leads to the same issue. > But I'd only do so

[Bug bootstrap/92653] [10 Regression] PGO bootstrap is broken with --with-build-config=bootstrap-lto-lean

2019-11-25 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92653 --- Comment #1 from Martin Liška --- Author: marxin Date: Mon Nov 25 13:57:00 2019 New Revision: 278686 URL: https://gcc.gnu.org/viewcvs?rev=278686&root=gcc&view=rev Log: Comment too strict checking assert. 2019-11-25 Martin Liska P

[Bug target/88617] ICE in ix86_compute_frame_layout, at config/i386/i386.c:11238 since r248029

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88617 --- Comment #4 from Martin Liška --- (In reply to Daniel Santos from comment #3) > (In reply to Martin Liška from comment #2) > > @Daniel: Can you please take a look? > > My apologies for missing this one! I'll take a look. @Daniel: Any update

[Bug debug/46558] dbgcnt.c messages not marked for translation

2019-11-26 Thread marxin at gcc dot gnu.org
||2019-11-26 Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot gnu.org Ever confirmed|0 |1 --- Comment #4 from Martin Liška --- (In reply to Eric Gallager from comment #3) > I think I remember seeing Martin Liska send

[Bug tree-optimization/92669] 10 Regression] ICE in pre_and_rev_post_order_compute_fn at gcc/cfganal.c:1034 since r278666

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92669 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/92669] New: 10 Regression] ICE in pre_and_rev_post_order_compute_fn at gcc/cfganal.c:1034 since r278666

2019-11-26 Thread marxin at gcc dot gnu.org
: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: rguenth at gcc dot gnu.org Target Milestone

[Bug lto/92674] New: [8/9/10 Regression] ICE in gimple_phi_arg, at gimple.h:4406 since r240291

2019-11-26 Thread marxin at gcc dot gnu.org
-on-valid-code Severity: normal Priority: P3 Component: lto Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: hubicka at gcc dot gnu.org, marxin at gcc dot gnu.org Target Milestone: --- I see the

[Bug lto/92674] [8/9/10 Regression] ICE in gimple_phi_arg, at gimple.h:4406 since r240291

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92674 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug ipa/92676] [10 Regression] lto1: error: comdat-local function called by construct.constprop outside its comdat since r278669

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92676 --- Comment #1 from Martin Liška --- Created attachment 47363 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47363&action=edit 1.ii

[Bug ipa/92676] New: [10 Regression] lto1: error: comdat-local function called by construct.constprop outside its comdat since r278669

2019-11-26 Thread marxin at gcc dot gnu.org
: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: jamborm at gcc dot gnu.org, marxin at

[Bug ipa/92676] [10 Regression] lto1: error: comdat-local function called by construct.constprop outside its comdat since r278669

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92676 --- Comment #2 from Martin Liška --- Created attachment 47364 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47364&action=edit 2.ii

[Bug ipa/92676] [10 Regression] lto1: error: comdat-local function called by construct.constprop outside its comdat since r278669

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92676 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug tree-optimization/92677] New: [10 Regression] ICE in get_group_load_store_type, at tree-vect-stmts.c:2261 since r271704

2019-11-26 Thread marxin at gcc dot gnu.org
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org CC: alejandro at gcc dot gnu.org Target Milestone: --- Starting from

[Bug tree-optimization/92677] [10 Regression] ICE in get_group_load_store_type, at tree-vect-stmts.c:2261 since r271704

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92677 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug tree-optimization/92677] [10 Regression] ICE in get_group_load_store_type, at tree-vect-stmts.c:2261 since r271704

2019-11-26 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92677 Martin Liška changed: What|Removed |Added Priority|P3 |P1

[Bug lto/91576] [10 Regression] error: invalid conversion in gimple call since r272749

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91576 --- Comment #14 from Martin Liška --- Created attachment 47374 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47374&action=edit Another test-case I see very similar error since the problematic revision: $ g++ -O3 -fPIC file*.ii -flto ...

[Bug lto/91576] [10 Regression] error: invalid conversion in gimple call since r272749

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91576 Martin Liška changed: What|Removed |Added Priority|P3 |P1 --- Comment #15 from Martin Liška ---

[Bug tree-optimization/92691] New: [10 Regression] ICE in strlen_dom_walker::before_dom_children at gcc/tree-ssa-strlen.c:5177 since r274933

2019-11-27 Thread marxin at gcc dot gnu.org
Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: marxin at gcc dot gnu.org Target Milestone: --- I see the following ICE

[Bug tree-optimization/92691] [10 Regression] ICE in strlen_dom_walker::before_dom_children at gcc/tree-ssa-strlen.c:5177 since r274933

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92691 Martin Liška changed: What|Removed |Added Priority|P3 |P1 Status|UNCONFIRMED

[Bug tree-optimization/92691] [10 Regression] ICE in strlen_dom_walker::before_dom_children at gcc/tree-ssa-strlen.c:5177 since r274933

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92691 --- Comment #3 from Martin Liška --- (In reply to Jakub Jelinek from comment #2) > Started with r274933. Yep, it's already mentioned in the PR title :)

[Bug debug/46558] dbgcnt.c messages not marked for translation

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46558 Martin Liška changed: What|Removed |Added Target Milestone|--- |10.0

[Bug ipa/88702] [8/9/10 regression] We do terrible job optimizing IsHTMLWhitespace from Firefox

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88702 Martin Liška changed: What|Removed |Added Target Milestone|8.5 |11.0

[Bug tree-optimization/92005] [10 Regression] switch code generation regression

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92005 Martin Liška changed: What|Removed |Added Target Milestone|10.0|11.0

[Bug tree-optimization/14799] [tree-ssa] convert a sequence of "if"s to a "switch" statement

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14799 Martin Liška changed: What|Removed |Added Target Milestone|--- |11.0

[Bug ipa/92476] [10 regression] SEGV in cgraph_edge_brings_value_p

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92476 --- Comment #4 from Martin Liška --- And I have one more test-case reduced from rubygem-passenger: $ cat kit.ii namespace Passenger { namespace Json { class Value; } namespace ConfigKit { class Translator; } namespace LoggingKit { void initializ

[Bug ipa/92609] [10 Regression] ICE in warn_types_mismatch, at ipa-devirt.c:1000 since r265519

2019-11-27 Thread marxin at gcc dot gnu.org
at gcc dot gnu.org |marxin at gcc dot gnu.org --- Comment #2 from Martin Liška --- I've got a patch candidate for this.

[Bug lto/92599] ICE in speculative_call_info, at cgraph.c:1142

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92599 Martin Liška changed: What|Removed |Added Target Milestone|--- |10.0 --- Comment #2 from Martin Liška --

[Bug ipa/92372] [10 Regression] ICE in ipa_update_overall_fn_summary at gcc/ipa-fnsummary.c:3671 since r277780

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92372 --- Comment #2 from Martin Liška --- @Honza?

[Bug target/92190] [10 Regression] ICE in sp_valid_at, at config/i386/i386.c:6162 since r276648

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92190 --- Comment #4 from Martin Liška --- @Uros: Any update about this? Do you know about somebody who can help us with an answer to your question?

[Bug d/91916] Maybe a dead code in socket.d

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91916 --- Comment #2 from Martin Liška --- @Iain: ping^2

[Bug lto/92600] ICE: symtab_node::verify failed, building 523.xalancbmk_r with -flto -fno-inline

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92600 Martin Liška changed: What|Removed |Added Keywords||ice-on-invalid-code See Also|

[Bug lto/92599] ICE in speculative_call_info, at cgraph.c:1142

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92599 Martin Liška changed: What|Removed |Added Keywords|ice-on-valid-code |ice-on-invalid-code Status|NE

[Bug lto/91574] [10 Regression] ICE in types_same_for_odr at gcc/ipa-devirt.c:355 since r272037

2019-11-27 Thread marxin at gcc dot gnu.org
gcc dot gnu.org |marxin at gcc dot gnu.org --- Comment #1 from Martin Liška --- I've got a patch candidate for this.

[Bug target/92190] [10 Regression] ICE in sp_valid_at, at config/i386/i386.c:6162 since r276648

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92190 Martin Liška changed: What|Removed |Added CC||10walls at gmail dot com --- Comment #6 f

[Bug lto/91273] [8/9/10 Regression] ICE in warn_types_mismatch at ipa-devirt.c:995

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91273 Martin Liška changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug c++/91222] [10 Regression] 507.cactuBSSN_r build fails in warn_types_mismatch at ipa-devirt.c:1006 since r273571

2019-11-27 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91222 --- Comment #30 from Martin Liška --- *** Bug 91273 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/92715] [10 Regression] error: position plus size exceeds size of referenced object in ‘bit_field_ref’

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92715 Martin Liška changed: What|Removed |Added CC||marxin at gcc dot gnu.org --- Comment #2

[Bug tree-optimization/92715] [10 Regression] error: position plus size exceeds size of referenced object in ‘bit_field_ref’

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92715 --- Comment #4 from Martin Liška --- Created attachment 47391 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47391&action=edit Reduced test-case Fails with: $ gfortran -O3 -march=znver2 mdbx.f90 mdbx.f90:9:16: 9 | PARAMETER NM=

[Bug ipa/92609] [10 Regression] ICE in warn_types_mismatch, at ipa-devirt.c:1000 since r265519

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92609 --- Comment #3 from Martin Liška --- Author: marxin Date: Thu Nov 28 20:56:23 2019 New Revision: 278819 URL: https://gcc.gnu.org/viewcvs?rev=278819&root=gcc&view=rev Log: Properly use TYPE_MAIN_VARIANT in warn_types_mismatch. 2019-11-28 Martin

[Bug debug/46558] dbgcnt.c messages not marked for translation

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46558 --- Comment #5 from Martin Liška --- Author: marxin Date: Thu Nov 28 20:56:51 2019 New Revision: 278820 URL: https://gcc.gnu.org/viewcvs?rev=278820&root=gcc&view=rev Log: Translate header for -fdbg-cnt-list. 2019-11-28 Martin Liska

[Bug ipa/92609] [10 Regression] ICE in warn_types_mismatch, at ipa-devirt.c:1000 since r265519

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92609 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debug/46558] dbgcnt.c messages not marked for translation

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46558 Martin Liška changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug translation/40883] [meta-bug] Translation breakage with trivial fixes

2019-11-28 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=40883 Bug 40883 depends on bug 46558, which changed state. Bug 46558 Summary: dbgcnt.c messages not marked for translation https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46558 What|Removed |Added ---

[Bug tree-optimization/92715] [10 Regression] error: position plus size exceeds size of referenced object in ‘bit_field_ref’

2019-11-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92715 Martin Liška changed: What|Removed |Added Priority|P3 |P1

[Bug c++/92721] ICE: canonical types differ for identical types 'int(void*, void*)' and 'int(void*, void*)'

2019-11-29 Thread marxin at gcc dot gnu.org
||2019-11-29 CC||marxin at gcc dot gnu.org Assignee|unassigned at gcc dot gnu.org |msebor at gcc dot gnu.org Target Milestone|--- |10.0 Ever confirmed|0 |1

[Bug c++/92654] [8/9/10 Regression] internal compiler error: in lookup_template_class_1

2019-11-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92654 Martin Liška changed: What|Removed |Added Keywords|ice-on-invalid-code |ice-on-valid-code --- Comment #8 from Mar

[Bug lto/91574] [10 Regression] ICE in types_same_for_odr at gcc/ipa-devirt.c:355 since r272037

2019-11-29 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91574 --- Comment #2 from Martin Liška --- Author: marxin Date: Fri Nov 29 09:03:25 2019 New Revision: 278829 URL: https://gcc.gnu.org/viewcvs?rev=278829&root=gcc&view=rev Log: Check for TYPE_NAME in type_with_linkage_p. 2019-11-29 Martin Liska

<    11   12   13   14   15   16   17   18   19   20   >