[Bug target/93637] New: [9/10 Regression] ICE: Segmentation fault (in force_operand)

2020-02-09 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-unknown-linux-gnu gcc-10.0.1-alpha20200202 snapshot

[Bug ipa/93621] New: [10 Regression] ICE in redirect_call_stmt_to_callee, at cgraph.c:1443

2020-02-06 Thread asolokha at gmx dot com
-valid-code Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com CC: marxin at gcc dot gnu.org Target Milestone: --- g++-10.0.1-alpha20200202 snapshot

[Bug analyzer/93544] ICE in get_lvalue_1, at analyzer/region-model.cc:4613

2020-02-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93544 --- Comment #3 from Arseny Solokha --- (In reply to David Malcolm from comment #2) > (In reply to Arseny Solokha from comment #0) > > (BTW, w/o -O1 the analysis seems to be wrong in that double-free happens > > following "false" branch, but that'

[Bug preprocessor/93545] [10 Regression] ICE: Segmentation fault (in _cpp_lex_direct)

2020-02-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93545 --- Comment #3 from Arseny Solokha --- I forgot to mention that the testcase was reduced from test/Preprocessor/has_include.c from the clang 9.0.1 test suite. Maybe gcc needs something similar in terms of completeness? There's gcc/testsuite/c-c++

[Bug analyzer/93547] New: ICE in real_maxval, at real.c:2593

2020-02-02 Thread asolokha at gmx dot com
: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.1-alpha20200202 snapshot (g:b817be038d94c987e02c26ed2d81b6f2ebb5f97a) ICEs when compiling the following testcase w/ -fanalyzer: void wy (int

[Bug analyzer/93546] New: ICE: Segmentation fault (in ana::region_model::add_region_for_type)

2020-02-02 Thread asolokha at gmx dot com
-valid-code Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.1-alpha20200202 snapshot (g:b817be038d94c987e02c26ed2d81b6f2ebb5f97a) ICEs when

[Bug preprocessor/93545] New: [10 Regression] ICE: Segmentation fault (in _cpp_lex_direct)

2020-02-02 Thread asolokha at gmx dot com
, ice-on-invalid-code Severity: normal Priority: P3 Component: preprocessor Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.1-alpha20200202 snapshot (g:b817be038d94c987e02c26ed2d81b6f2ebb5f97a

[Bug analyzer/93511] ICE in make_region_for_type analyzing zlib/gzwrite.c

2020-02-02 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93511 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #1

[Bug analyzer/93544] New: ICE in get_lvalue_1, at analyzer/region-model.cc:4613

2020-02-02 Thread asolokha at gmx dot com
: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.1-alpha20200202 snapshot (g:b817be038d94c987e02c26ed2d81b6f2ebb5f97a) ICEs when compiling the following testcase w/ -O1

[Bug analyzer/93457] ICE in make_region_for_type, at analyzer/region-model.cc:5983

2020-01-30 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93457 --- Comment #2 from Arseny Solokha --- It's probably a duplicate of PR93511 now.

[Bug analyzer/93457] New: ICE in make_region_for_type, at analyzer/region-model.cc:5983

2020-01-27 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.1-alpha20200126 snapshot (g:787c79e559f5f011989b94298346d89542eb9052) ICEs when compiling the

[Bug analyzer/93451] New: ICE: qsort checking failed (error: qsort comparator non-negative on sorted output: 0)

2020-01-27 Thread asolokha at gmx dot com
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200126 snapshot (g:787c79e559f5f011989b94298346d89542eb9052

[Bug analyzer/93450] New: ICE in real_maxval, at real.c:2593

2020-01-26 Thread asolokha at gmx dot com
: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200126 snapshot (g:787c79e559f5f011989b94298346d89542eb9052) ICEs when compiling the following testcase w/ -fanalyzer: void ed (int

[Bug tree-optimization/93439] New: [9/10 Regression] ICE in gimple_duplicate_bb, at tree-cfg.c:6277

2020-01-26 Thread asolokha at gmx dot com
-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gfortran-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs

[Bug analyzer/93438] New: ICE in operator[], at vec.h:867

2020-01-26 Thread asolokha at gmx dot com
Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling the following testcase w/ -fanalyzer: void tw (int

[Bug tree-optimization/93428] New: [10 Regression] ICE in vect_transform_slp_perm_load

2020-01-25 Thread asolokha at gmx dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-unknown-linux-gnu gcc-10.0.0-alpha20200119 snapshot (g

[Bug tree-optimization/93397] New: [10 Regression] ICE in vect_create_epilog_for_reduction

2020-01-22 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu-gcc gcc-10.0.0-alpha20200119 snapshot (g

[Bug analyzer/93382] New: ICE in validate, at analyzer/program-state.cc:512

2020-01-22 Thread asolokha at gmx dot com
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling the following testcase w/ -fanalyzer

[Bug analyzer/93379] New: ICE in set_value, at analyzer/region-model.cc:5149

2020-01-22 Thread asolokha at gmx dot com
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling gcc/testsuite/gcc.dg/torture

[Bug analyzer/93378] New: ICE in as_a, at is-a.h:197

2020-01-22 Thread asolokha at gmx dot com
Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling the following testcase, reduced from gcc/testsuite/gcc.dg

[Bug analyzer/93375] New: ICE in gimple_call_arg, at gimple.h:3258

2020-01-21 Thread asolokha at gmx dot com
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling the following testcase w/ -fanalyzer: void

[Bug analyzer/93374] New: ICE in validate, at analyzer/region-model.cc:182

2020-01-21 Thread asolokha at gmx dot com
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling gcc/testsuite/gcc.c-torture/execute

[Bug analyzer/93373] New: ICE: Segmentation fault (in tree_class_check)

2020-01-21 Thread asolokha at gmx dot com
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling gcc/testsuite/gcc.dg/Warray-bounds-41.c

[Bug c/93357] New: Misleading diagnostic for complex int

2020-01-21 Thread asolokha at gmx dot com
Component: c Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) and gcc 9.2.0 emit misleading diagnostic for the following testcase: void tp

[Bug analyzer/93356] New: ICE in add_constraint, at analyzer/constraint-manager.cc:672

2020-01-21 Thread asolokha at gmx dot com
Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling the following testcase w/ -fanalyzer: void

[Bug target/93353] New: ICE: in final_scan_insn_1, at final.c:3073 (error: could not split insn)

2020-01-21 Thread asolokha at gmx dot com
-invalid-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: powerpc-e300c3-linux-gnu gcc-10.0.0-alpha20200119 snapshot (g

[Bug analyzer/93352] New: ICE: qsort checking failed (error: qsort comparator not anti-symmetric: -2147483648, -2147483648)

2020-01-21 Thread asolokha at gmx dot com
Keywords: ice-on-invalid-code Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g

[Bug analyzer/93350] New: ICE in make_region_for_type, at analyzer/region-model.cc:5975, or in get_lvalue_1, at analyzer/region-model.cc:4609

2020-01-21 Thread asolokha at gmx dot com
: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- 1. gcc-10.0.0-alpha20200119

[Bug analyzer/93349] New: ICE: verify_gimple failed (error: location references block not in block tree)

2020-01-21 Thread asolokha at gmx dot com
: ice-on-valid-code Severity: normal Priority: P3 Component: analyzer Assignee: dmalcolm at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu Is it already appropriate to file analyzer

[Bug tree-optimization/93348] New: [10 Regression] ICE in gimplify_expr, at gimplify.c:14378

2020-01-20 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when

[Bug ipa/93347] New: [10 Regression] ICE: verify_cgraph_node failed (error: calls_comdat_local is set outside of a comdat group)

2020-01-20 Thread asolokha at gmx dot com
: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com CC: marxin at gcc dot gnu.org Target Milestone: --- g++-10.0.0

[Bug c++/93345] New: [10 Regression] ICE in nothrow_spec_p, at cp/except.c:1247

2020-01-20 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling the

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

2020-01-20 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92721 --- Comment #4 from Arseny Solokha --- And also on Compiler Explorer[1], which means it's not (solely) my misconfiguration. [1] https://gcc.godbolt.org/z/A8b--q

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

2020-01-20 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92721 Arseny Solokha changed: What|Removed |Added Target||x86_64-unknown-linux Status

[Bug c++/93331] New: [10 Regression] ICE in build2, at tree.c:4792

2020-01-20 Thread asolokha at gmx dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20200119 snapshot (g:3684bbb022cd75da55e1457673f269980aa12cdf) ICEs when compiling gcc/testsuite/gcc.c-torture/compile/pr34029

[Bug tree-optimization/93321] New: Unlimited recursion in prepare_block_for_update

2020-01-19 Thread asolokha at gmx dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20200110 snapshot (r280115) and g++ 9.2.0 ICE due to stack exhaustion when compiling gcc/testsuite/g++.old-deja

[Bug tree-optimization/59859] [meta-bug] GRAPHITE issues

2020-01-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59859 Bug 59859 depends on bug 90004, which changed state. Bug 90004 Summary: [graphite] ICE: Segmentation fault (in scop_get_dependences(scop*)) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90004 What|Removed |Added

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 --- Comment #11 from Arseny Solokha --- *** Bug 90004 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/90004] [graphite] ICE: Segmentation fault (in scop_get_dependences(scop*))

2020-01-09 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90004 Arseny Solokha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/93134] [graphite] ICE: Segmentation fault in ISL

2020-01-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93134 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug c++/93033] [10 Regression] error: incorrect sharing of tree nodes

2020-01-06 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93033 --- Comment #12 from Arseny Solokha --- I believe this PR can be closed now.

[Bug target/91052] [10 Regression] ICE in fix_reg_equiv_init, at ira.c:2705

2020-01-01 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052 Arseny Solokha changed: What|Removed |Added Target|powerpc-*-linux-gnu | --- Comment #5 from Arseny Solokha --

[Bug rtl-optimization/93094] New: [10 Regression] ICE in maybe_gen_insn, at optabs.c:7433

2019-12-29 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-unknown-linux-gnu gcc-10.0.0-alpha20191222 snapshot (r279712) ICEs when

[Bug c++/93077] internal compiler error: in hash_operand during GIMPLE pass: fre

2019-12-28 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93077 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #2

[Bug rtl-optimization/93088] New: [10 Regression] Compile time hog on gcc/testsuite/gcc.target/i386/pr56348.c w/ -O3 -funroll-loops -fno-tree-dominator-opts -fno-tree-vrp

2019-12-28 Thread asolokha at gmx dot com
Version: 10.0 Status: UNCONFIRMED Keywords: compile-time-hog Severity: normal Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone

[Bug target/93073] New: ICE in extract_insn, at recog.c:2294 (error: unrecognizable insn)

2019-12-25 Thread asolokha at gmx dot com
-code Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: powerpc-*-linux-gnu gcc-10.0.0-alpha20191222 snapshot (r279712), 8.2, 6.3 all

[Bug target/63805] ICE: in extract_insn, at recog.c:2327 with -mcpu=power8

2019-12-25 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63805 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment

[Bug rtl-optimization/85674] ICE insn_min_length, at config/rs6000/rs6000.md:6661

2019-12-25 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85674 Arseny Solokha changed: What|Removed |Added Known to work||10.0 Known to fail|

[Bug tree-optimization/90004] [graphite] ICE: Segmentation fault (in scop_get_dependences(scop*))

2019-12-25 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90004 --- Comment #4 from Arseny Solokha --- (In reply to Arseny Solokha from comment #3) > I cannot reproduce the first ICE w/ the current gcc trunk snapshot and isl > 0.22 anymore. I've finally managed to get the initial backtrace w/ isl 0.22. subr

[Bug target/93069] New: Assembler messages: Error: unsupported masking for `vextracti32x8'

2019-12-24 Thread asolokha at gmx dot com
emble-failure Severity: normal Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu gas 2.33.1 rejects the code generated by gcc-1

[Bug tree-optimization/93054] New: ICE in gimple_set_lhs, at gimple.c:1820

2019-12-23 Thread asolokha at gmx dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20191215 snapshot (r279712), 9.2, 8.3, 7.3 ICE when compiling the following testcase: __attribute__ ((returns_twice

[Bug c++/93048] ICE in verify_gimple

2019-12-23 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93048 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug c++/93046] New: [10 Regression] ICE in cp_gimplify_init_expr

2019-12-22 Thread asolokha at gmx dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191222 snapshot (r279712) ICEs when compiling the following testcase, reduced from clang/testsuite/CodeGenCXX/cxx1z-copy

[Bug tree-optimization/92644] [9 Regression] ICE in wide_int_to_tree_1, at tree.c:1530

2019-12-22 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92644 --- Comment #9 from Arseny Solokha --- I believe, it can be closed now, as the gcc 8 branch is not affected?

[Bug ipa/92794] [10 Regression] ICE in decide_about_value, at ipa-cp.c:5186

2019-12-22 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92794 Arseny Solokha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ipa/92794] [10 Regression] ICE in decide_about_value, at ipa-cp.c:5186

2019-12-18 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92794 --- Comment #6 from Arseny Solokha --- Can this PR be fixed now?

[Bug ipa/92981] New: [10 Regression] ICE in get_partitioning_class, at symtab.c:1966

2019-12-17 Thread asolokha at gmx dot com
, ice-on-invalid-code Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com CC: marxin at gcc dot gnu.org Target Milestone: --- g++-10.0.0-alpha20191215 snapshot (r279405

[Bug target/91052] [10 Regression] ICE in fix_reg_equiv_init, at ira.c:2705

2019-12-16 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91052 --- Comment #3 from Arseny Solokha --- I cannot reproduce it anymore as of r279405.

[Bug fortran/92967] New: ICE in matching_typebound_op, at fortran/interface.c:4214

2019-12-16 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gfortran-10.0.0-alpha20191215 snapshot (r279405) ICEs when compiling the following testcase reduced from

[Bug rtl-optimization/92591] ICE in optimize_sc, at modulo-sched.c:1063

2019-12-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92591 --- Comment #8 from Arseny Solokha --- Is there a backport pending, or can this PR be closed?

[Bug ipa/92794] [10 Regression] ICE in decide_about_value, at ipa-cp.c:5186

2019-12-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92794 --- Comment #4 from Arseny Solokha --- % powerpc-e300c3-linux-gnu-gcc-10.0.0-alpha20191208 -v Using built-in specs. COLLECT_GCC=powerpc-e300c3-linux-gnu-gcc-10.0.0-alpha20191208 COLLECT_LTO_WRAPPER=/usr/libexec/gcc/powerpc-e300c3-linux-gnu/10.0.0

[Bug middle-end/92945] -O2 -floop-nest-optimize crashes gccin isl_basic_map_underlying_set ()

2019-12-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92945 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #3

[Bug rtl-optimization/90001] Compile-time hog in swing modulo scheduler

2019-12-13 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90001 --- Comment #7 from Arseny Solokha --- There are no backporting pending, I believe? If so, should this PR be closed now?

[Bug rtl-optimization/90282] internal compiler error: qsort checking failed in snapshot-20190429

2019-12-10 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90282 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment

[Bug tree-optimization/91790] ICE: verify_ssa failed (error: definition in block 2 follows the use)

2019-12-10 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91790 Arseny Solokha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/53947] [meta-bug] vectorizer missed-optimizations

2019-12-10 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 91790, which changed state. Bug 91790 Summary: ICE: verify_ssa failed (error: definition in block 2 follows the use) https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91790 What|Removed |Add

[Bug tree-optimization/92868] New: [10 Regression] ICE: tree check: expected integer_cst, have ssa_name in to_wide, at tree.h:5855

2019-12-09 Thread asolokha at gmx dot com
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gfortran-10.0.0-alpha20191208 snapshot (r279100) ICEs when

[Bug fortran/92863] New: ICE in gfc_typename

2019-12-08 Thread asolokha at gmx dot com
Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gfortran-10.0.0-alpha20191208 snapshot (r279100) ICEs when compiling the following testcase: type(l1) function mp() call sub(mp) end

[Bug rtl-optimization/92007] [9/10 Regression] ICE: verify_flow_info failed (error: EH edge crosses section boundary in bb 7)

2019-12-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92007 --- Comment #19 from Arseny Solokha --- I believe this is fixed on both affected branches for over a month, thus the PR can be closed.

[Bug ipa/92794] New: [10 Regression] ICE in decide_about_value, at ipa-cp.c:5186

2019-12-04 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: ipa Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com CC: marxin at gcc dot gnu.org Target Milestone: --- Target: powerpc-*-linux-gnu gfortran-10.0.0

[Bug tree-optimization/92788] New: [10 Regression] ICE in redirect_eh_edge_1, at tree-eh.c:2313

2019-12-03 Thread asolokha at gmx dot com
-code, ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu Created attachment 47413

[Bug rtl-optimization/92591] ICE in optimize_sc, at modulo-sched.c:1063

2019-12-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92591 --- Comment #5 from Arseny Solokha --- Roman, are you going to submit these patches to the mailing list?

[Bug fortran/92764] ICE in gfc_procedure_use

2019-12-03 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92764 Arseny Solokha changed: What|Removed |Added Summary|[10 Regression] ICE in |ICE in gfc_procedure_use

[Bug fortran/92764] New: [10 Regression] ICE in gfc_procedure_use

2019-12-02 Thread asolokha at gmx dot com
: normal Priority: P3 Component: fortran Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gfortran-10.0.0-alpha20191201 snapshot (r278886) ICEs when compiling the following testcase: type(e6) function dn() call

[Bug debug/92763] New: ICE in dwarf2out_abstract_function, at dwarf2out.c:22659, or in force_type_die, at dwarf2out.c:26224

2019-12-02 Thread asolokha at gmx dot com
Status: UNCONFIRMED Severity: normal Priority: P3 Component: debug Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191201 snapshot (r278886), 9.2, 8.3, 7.5 all ICE when compiling

[Bug c++/92746] New: [10 Regression] ICE in check_noexcept_r, at cp/except.c:1114

2019-12-01 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191201 snapshot (r278886) ICEs when compiling the following testcase, reduced from test

[Bug tree-optimization/92742] New: [10 Regression] ICE in info_for_reduction, at tree-vect-loop.c:4367

2019-11-30 Thread asolokha at gmx dot com
-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20191124 snapshot (r278660) ICEs when compiling the following testcase

[Bug tree-optimization/92741] New: [10 Regression] ICE: verify_gimple failed (error: invalid vector types in nop conversion)

2019-11-30 Thread asolokha at gmx dot com
Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-unknown-linux-gnu gcc-10.0.0

[Bug c++/92650] internal compiler error: canonical types differ for identical types

2019-11-28 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92650 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #2

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

2019-11-28 Thread asolokha at gmx dot com
Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191124 snapshot (r278660) ICE

[Bug c++/92705] New: [10 Regression] ICE: Segmentation fault (in build_new_op_1)

2019-11-28 Thread asolokha at gmx dot com
-on-invalid-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191124 snapshot (r278660) ICEs when compiling the following testcase

[Bug tree-optimization/91790] ICE: verify_ssa failed (error: definition in block 2 follows the use)

2019-11-28 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91790 Arseny Solokha changed: What|Removed |Added Known to work|9.2.1 | --- Comment #13 from Arseny Solokha -

[Bug tree-optimization/92704] New: [8/9/10 Regression] ICE: Segmentation fault (in process_bb)

2019-11-28 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu gcc-10.0.0-alpha20191124 snapshot (r278660) and

[Bug tree-optimization/92644] New: [9/10 Regression] ICE in wide_int_to_tree_1, at tree.c:1530

2019-11-23 Thread asolokha at gmx dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191117 snapshot (r278376) and 9.2.0 ICE when compiling the following testcase w/ -O1 -fno-early-inlining: int x8

[Bug tree-optimization/91665] [8 Regression] ICE in build_vector_from_val, at tree.c:1904

2019-11-22 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91665 Arseny Solokha changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

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

2019-11-20 Thread asolokha at gmx dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20191117 snapshot (r278376) ICEs when compiling the following testcase w/ -O1 -funswitch-loops: int op, bs

[Bug rtl-optimization/92591] New: ICE in optimize_sc, at modulo-sched.c:1063

2019-11-19 Thread asolokha at gmx dot com
Priority: P3 Component: rtl-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com CC: zhroma at gcc dot gnu.org Target Milestone: --- Target: powerpc-*-linux-gnu gcc-10.0.0-alpha20191117 snapshot (r278376

[Bug target/92573] New: [10 Regression] ICE in extract_insn, at recog.c:2311

2019-11-18 Thread asolokha at gmx dot com
Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com CC: jakub at gcc dot gnu.org, segher at gcc dot gnu.org Target Milestone: --- Target: powerpc-*-linux-gnu gcc-10.0.0

[Bug ipa/92561] [10 Regression] Regressions starting with r278016

2019-11-18 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92561 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #1

[Bug tree-optimization/92557] New: [10 Regression] ICE in omp_clause_aligned_alignment, at omp-low.c:4090

2019-11-18 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: powerpc-*-linux-gnu gcc-10.0.0-alpha20191117 snapshot (r278376) ICEs when

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

2019-11-17 Thread asolokha at gmx dot com
Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu-gcc gcc-10.0.0-alpha20191110 snapshot (r278028) ICEs when compiling

[Bug tree-optimization/92554] New: [10 Regression] ICE in vect_create_epilog_for_reduction, at tree-vect-loop.c:4325

2019-11-17 Thread asolokha at gmx dot com
: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- Target: x86_64-pc-linux-gnu gcc-10.0.0

[Bug c++/92024] crash in check_local_shadow

2019-11-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92024 Arseny Solokha changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #4

[Bug c++/92531] [9/10 Regression] ICE in uses_template_parms, at cp/pt.c:10471

2019-11-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92531 --- Comment #1 from Arseny Solokha --- Even this is enough: template void ky () noexcept ([]{});

[Bug c++/92531] New: [9/10 Regression] ICE in uses_template_parms, at cp/pt.c:10471

2019-11-15 Thread asolokha at gmx dot com
-code Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- g++-10.0.0-alpha20191110 snapshot (r278028) and g++ 9.2 ICE when compiling the following testcase w/ -std

[Bug tree-optimization/92513] [10 Regression] ICE: tree check: expected ssa_name, have integer_cst in maybe_replace_use, at tree-into-ssa.c:1817

2019-11-15 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92513 --- Comment #2 from Arseny Solokha --- (In reply to Richard Biener from comment #1) > Hmm, I can't reproduce it, maybe a dup of PR92461? Indeed, I also cannot reproduce it w/ 20191114 snapshot on gcc.godbolt.org.

[Bug tree-optimization/83325] Compile time hog w/ -Os -fwrapv

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83325 --- Comment #5 from Arseny Solokha --- Is it still an issue? I cannot reproduce it anywhere anymore. Maybe related PR82952 could be more appropriate for tracking it further.

[Bug tree-optimization/92512] New: [10 Regression] ICE in gimple_op, at gimple.h:2436

2019-11-14 Thread asolokha at gmx dot com
Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0-alpha20191110 snapshot (r278028) ICEs when compiling the following testcase w/ -O1 -ftree-loop-vectorize: long

[Bug tree-optimization/92513] New: [10 Regression] ICE: tree check: expected ssa_name, have integer_cst in maybe_replace_use, at tree-into-ssa.c:1817

2019-11-14 Thread asolokha at gmx dot com
: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal Priority: P3 Component: tree-optimization Assignee: unassigned at gcc dot gnu.org Reporter: asolokha at gmx dot com Target Milestone: --- gcc-10.0.0

[Bug tree-optimization/92163] [10 Regression] ICE: Segmentation fault (in bitmap_set_bit)

2019-11-14 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92163 Arseny Solokha changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

<    4   5   6   7   8   9   10   11   12   13   >