[Bug tree-optimization/92344] Missing considering fre optimization of vector load in auto-vectorization

2019-11-04 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92344 --- Comment #1 from Hongtao.liu --- It also seems when both vector size are available for vectorization, vectorizer won't compare different vector size with costs, it just use first vector size it tried, normally it will be target preferred_simd_

[Bug target/90835] Incompatibilities with macOS 10.15 headers

2019-11-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90835 --- Comment #18 from Eric Gallager --- Downstream MacPorts ticket related to this: https://trac.macports.org/ticket/59113

[Bug rtl-optimization/90275] [8/9/10 Regression] ICE: in insert_regs, at cse.c:1128 with -O2 -fno-dce -fno-tree-dce

2019-11-04 Thread dcb314 at hotmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90275 David Binderman changed: What|Removed |Added CC||dcb314 at hotmail dot com --- Comment

[Bug tree-optimization/92328] [10 Regression] ICE in eliminate_stmt, at tree-ssa-sccvn.c:5497

2019-11-04 Thread prathamesh3492 at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92328 prathamesh3492 at gcc dot gnu.org changed: What|Removed |Added CC||prathamesh3492 at gcc

[Bug other/79885] --with-build-sysroot= does not get honored throughout the build (fix-includes, CPP, CXXCPP, configure-stage2)

2019-11-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79885 --- Comment #15 from Eric Gallager --- Another related downstream MacPorts ticket besides the one already under "See Also": https://trac.macports.org/ticket/59113

[Bug target/87243] FSF GCC needs to do something special (like using xcrun) on darwin18 to find system headers in SDK

2019-11-04 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87243 --- Comment #14 from Eric Gallager --- Related downstream issue from MacPorts: https://trac.macports.org/ticket/59113

[Bug c/92346] gcc mis-compute the side effect of inline assembly and produce code with unexpected output

2019-11-04 Thread 141242068 at smail dot nju.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92346 --- Comment #2 from wierton <141242068 at smail dot nju.edu.cn> --- (In reply to Andrew Pinski from comment #1) > This code is clearly undefined. > > First you say eax is in eax and then then you say the register gets > clobbered by the inline-as

[Bug rtl-optimization/92342] [10 Regression] a small missed transformation into x?b:0

2019-11-04 Thread segher at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92342 Segher Boessenkool changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c/92346] gcc mis-compute the side effect of inline assembly and produce code with unexpected output

2019-11-04 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92346 --- Comment #3 from Andrew Pinski --- (In reply to wierton from comment #2) > This code can reproduce the phenomenon and there are no output constraints. > I do understand that the declaration %eax in eax is conflict with the inline > assembly cl

[Bug tree-optimization/92347] New: [10 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1537

2019-11-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92347 Bug ID: 92347 Summary: [10 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1537 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords:

[Bug tree-optimization/92328] [10 Regression] ICE in eliminate_stmt, at tree-ssa-sccvn.c:5497

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92328 Richard Biener changed: What|Removed |Added Status|NEW |ASSIGNED Blocks|

[Bug tree-optimization/91945] [10 Regression] ICE: tree check: expected integer_cst, have var_decl in get_len, at tree.h:5837 since r274997

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91945 --- Comment #2 from Martin Liška --- @Martin: Can you please take a look?

[Bug tree-optimization/92344] Missing considering fre optimization of vector load in auto-vectorization

2019-11-04 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92344 --- Comment #2 from Hongtao.liu --- @hj Maybe we should set -mprefer-vector-width=128 as default, I'll have a test on SPEC2017 to see the influence.

[Bug tree-optimization/92348] New: [10 Regression] ICE: Segmentation fault (in int_const_binop)

2019-11-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92348 Bug ID: 92348 Summary: [10 Regression] ICE: Segmentation fault (in int_const_binop) Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-valid-code

[Bug ipa/91831] [10 Regression] ICE in expand_expr_real_1, at expr.c:10062 after r275982

2019-11-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91831 --- Comment #5 from Arseny Solokha --- Should this PR be closed now (there's PR92239 for a similar issue)?

[Bug tree-optimization/92349] [10 Regression] ICE in vrp_prop::check_array_ref at gcc/tree-vrp.c:4181 since r277728

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

[Bug tree-optimization/92349] New: [10 Regression] ICE in vrp_prop::check_array_ref at gcc/tree-vrp.c:4181 since r277728

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92349 Bug ID: 92349 Summary: [10 Regression] ICE in vrp_prop::check_array_ref at gcc/tree-vrp.c:4181 since r277728 Product: gcc Version: 10.0 Status: UNCONFIRMED Keyw

[Bug c++/92343] [[likely]]/[[unlikely]] prevent method from being a constant expression

2019-11-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92343 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/92349] [10 Regression] ICE in vrp_prop::check_array_ref at gcc/tree-vrp.c:4181 since r277728

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92349 Martin Liška changed: What|Removed |Added CC||asolokha at gmx dot com --- Comment #1 fr

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

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92348 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/92346] gcc mis-compute the side effect of inline assembly and produce code with unexpected output

2019-11-04 Thread 141242068 at smail dot nju.edu.cn
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92346 --- Comment #4 from wierton <141242068 at smail dot nju.edu.cn> --- (In reply to Andrew Pinski from comment #3) > (In reply to wierton from comment #2) > > This code can reproduce the phenomenon and there are no output constraints. > > I do unders

[Bug tree-optimization/92347] [10 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1537

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

[Bug tree-optimization/92349] [10 Regression] ICE in vrp_prop::check_array_ref at gcc/tree-vrp.c:4181 since r277728

2019-11-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92349 --- Comment #2 from Arseny Solokha --- Another testcase: % gcc-10.0.0-alpha20191103 -O2 -Warray-bounds -c gcc/testsuite/gcc.c-torture/execute/20080222-1.c during GIMPLE pass: vrp gcc/testsu

[Bug tree-optimization/92347] [10 Regression] ICE in vect_get_vec_def_for_operand_1, at tree-vect-stmts.c:1537

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

[Bug tree-optimization/92345] [10 Regression] ICE in vec<_stmt_vec_info*, va_heap, vl_embed>::space (vect_get_and_check_slp_defs)

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

[Bug ipa/91831] [10 Regression] ICE in expand_expr_real_1, at expr.c:10062 after r275982

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

[Bug c++/92339] ice at cp/typeck.c:1510

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92339 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug fortran/92350] New: Document non-standard namelist quote handling in gfortran

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350 Bug ID: 92350 Summary: Document non-standard namelist quote handling in gfortran Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: documentation

[Bug c++/92339] [10 Regression] ICE at cp/typeck.c:1510

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92339 Martin Liška changed: What|Removed |Added Keywords||ice-on-valid-code Known to work|

[Bug c++/92343] [[likely]]/[[unlikely]] prevent method from being a constant expression

2019-11-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92343 --- Comment #3 from Jakub Jelinek --- Created attachment 47164 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47164&action=edit gcc10-pr92343.patch Untested fix.

[Bug fortran/92350] Document non-standard namelist quote handling in gfortran

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350 --- Comment #1 from Tobias Burnus --- Just found: gfortran.texi – Extensions to namelist When writing a namelist, if no @code{DELIM=} is specified, by default a double quote is used to delimit character strings. If -std=F95, F2003, or F200

[Bug tree-optimization/92351] New: [10 Regression] Wrong code with -O3 -match=skylake since r277569

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92351 Bug ID: 92351 Summary: [10 Regression] Wrong code with -O3 -match=skylake since r277569 Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: wrong-code

[Bug tree-optimization/92351] [10 Regression] Wrong code with -O3 -match=skylake since r277569

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

[Bug tree-optimization/92351] [10 Regression] Wrong code with -O3 -match=skylake since r277569

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92351 --- Comment #1 from Martin Liška --- Created attachment 47165 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47165&action=edit test-case

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

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

[Bug fortran/92350] Document non-standard namelist quote handling in gfortran

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92350 --- Comment #2 from Tobias Burnus --- For the added text, cf. PR 60148 and https://gcc.gnu.org/ml/fortran/2014-03/msg00145.html I missed that patch when writing this PR because it wasn't posted to gcc-patches@ :-(

[Bug other/92329] Undocumented option -f{,no-}allocation-dce

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

[Bug c/92324] [10 Regression] ICE in expand_direct_optab_fn, at internal-fn.c:2890

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92324 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Known to work|

[Bug ipa/92304] [10 regression] r277615 causes ICE compiling gcc.target/powerpc/p9-splat-1.c

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92304 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug libgomp/92305] [10 regression] libgomp.fortran/use_device_addr-1.f90 fails starting with r277606

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92305 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug ipa/92304] [10 regression] r277615 causes ICE compiling gcc.target/powerpc/p9-splat-1.c

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92304 --- Comment #4 from Martin Liška --- Author: marxin Date: Mon Nov 4 09:11:26 2019 New Revision: 277768 URL: https://gcc.gnu.org/viewcvs?rev=277768&root=gcc&view=rev Log: Fix hash_operand for fields of a CONSTRUCTOR. 2019-11-04 Martin Liska

[Bug ipa/92304] [10 regression] r277615 causes ICE compiling gcc.target/powerpc/p9-splat-1.c

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

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target|

[Bug tree-optimization/91945] [10 Regression] ICE: tree check: expected integer_cst, have var_decl in get_len, at tree.h:5837 since r274997

2019-11-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91945 Jakub Jelinek changed: What|Removed |Added Assignee|msebor at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comm

[Bug rtl-optimization/92264] [10 Regression] Compile time hog in 521.wrf_r with -Ofast -march=znver2 -g since r276318

2019-11-04 Thread rsandifo at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92264 --- Comment #3 from rsandifo at gcc dot gnu.org --- Similar to what Richard says, this sounds like a latent bug. One of the effects of that rev was to prevent unnecessary invalidation of equivalences based on the stack pointer and frame pointer

[Bug rtl-optimization/92264] [10 Regression] Compile time hog in 521.wrf_r with -Ofast -march=znver2 -g since r276318

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92264 --- Comment #4 from Martin Liška --- > If you have handy access to the reproducer, is it -g that makes > the difference? Yes.

[Bug c++/92338] double/float thought (ambiguous) candidate for C-array index. (Non numeric types aren't.)

2019-11-04 Thread mick.pearson at wildblue dot net
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92338 --- Comment #2 from Mick P. --- Of course, GCC is always right. Even though other types are not considered candidates for indexing the array, when the only other use of [] is operator[], which accepys any type... and switch statements should try

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 Richard Biener changed: What|Removed |Added CC||doko at ubuntu dot com --- Comment #2 f

[Bug fortran/92321] [9/10 Regression] GCC 9.2.0 ICE: fexternal-blas with optimization

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321 Richard Biener changed: What|Removed |Added Priority|P3 |P4 Status|UNCONFIRMED

[Bug fortran/92325] -fdump-tree-original and char(kind=4) initializations

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92325 Richard Biener changed: What|Removed |Added CC||edlinger at gcc dot gnu.org --- Comment

[Bug libstdc++/61761] [C++11] std::proj returns incorrect values

2019-11-04 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61761 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment #

[Bug libgomp/92305] [10 regression] libgomp.fortran/use_device_addr-1.f90 fails starting with r277606

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92305 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Mon Nov 4 10:01:22 2019 New Revision: 277769 URL: https://gcc.gnu.org/viewcvs?rev=277769&root=gcc&view=rev Log: libgomp/testsuite - use unique numbers with Fortran's 'stop' PR

[Bug tree-optimization/92344] Missing considering fre optimization of vector load in auto-vectorization

2019-11-04 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92344 --- Comment #3 from Hongtao.liu --- (In reply to Hongtao.liu from comment #1) > It also seems when both vector size are available for vectorization, > vectorizer won't compare different vector size with costs, it just use first > vector size it t

[Bug middle-end/92330] Wstrict-overflow documentation does not say that it is deprecated and has no effect

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92330 --- Comment #2 from Richard Biener --- Look for issue_strict_overflow_warning / fold_overflow_warning and the classification enum.

[Bug bootstrap/92301] [10 Regression] Wrong vectorizer code since r277566

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

[Bug bootstrap/92301] [10 Regression] Wrong vectorizer code since r277566

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92301 --- Comment #11 from Richard Biener --- Author: rguenth Date: Mon Nov 4 10:08:22 2019 New Revision: 21 URL: https://gcc.gnu.org/viewcvs?rev=21&root=gcc&view=rev Log: 2019-11-04 Richard Biener PR tree-optimization/92301

[Bug tree-optimization/92288] [10 Regression] 502.gcc_r ICE with -O3 -march=skylake -fno-checking since r277621

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92288 --- Comment #1 from Richard Biener --- Maybe this is now fixed (and thus dup of PR92301)?

[Bug libgomp/92305] [10 regression] libgomp.fortran/use_device_addr-1.f90 fails starting with r277606

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92305 --- Comment #5 from Tobias Burnus --- (In reply to seurer from comment #3) > Is there an easy way I can catch any of them that fire? Now fixed by using unique numbers in libgomp/testsuite. But replacing 'stop' by 'error stop' is one option - th

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 --- Comment #2 from Richard Earnshaw --- Very few micro-architectures would benefit from auto-inc style addressing in a sequence like this. With modern super-scaler systems you want to use offset addressing where possible (from a common base).

[Bug tree-optimization/92335] missed transformation to branchless

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92335 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/92338] double/float thought (ambiguous) candidate for C-array index. (Non numeric types aren't.)

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92338 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug tree-optimization/92344] Missing considering fre optimization of vector load in auto-vectorization

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92344 Richard Biener changed: What|Removed |Added CC||rguenth at gcc dot gnu.org --- Comment

[Bug target/92280] [10 regression] gcc.target/i386/pr83008.c FAILs

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92280 --- Comment #4 from Richard Biener --- (In reply to Richard Biener from comment #3) > So shortest pass motion that helps this case: > > Index: gcc/passes.def > === > --- gcc/passes.

[Bug bootstrap/92301] [10 Regression] Wrong vectorizer code since r277566

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

[Bug tree-optimization/92288] [10 Regression] 502.gcc_r ICE with -O3 -march=skylake -fno-checking since r277621

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

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

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=26163 Bug 26163 depends on bug 92288, which changed state. Bug 92288 Summary: [10 Regression] 502.gcc_r ICE with -O3 -march=skylake -fno-checking since r277621 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92288 What|Removed

[Bug fortran/92311] Fortran and OpenMP use_device_ptr and OpenACC attach_ptr/dettach_ptr

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92311 --- Comment #6 from Tobias Burnus --- (In reply to Nichols A. Romero from comment #0) > For the OpenACC program, it may be that this is part of the OpenACC spec > that has not been implemented yet. [That's detach/attach] This OpenACC 2.6 feature

[Bug fortran/92325] -fdump-tree-original and char(kind=4) initializations

2019-11-04 Thread edlinger at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92325 Bernd Edlinger changed: What|Removed |Added CC||msebor at gcc dot gnu.org --- Comment #

[Bug rtl-optimization/92095] [8/9/10 regression] internal error with -O1 -mcpu=niagara2 -fPIE

2019-11-04 Thread ebotcazou at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92095 Eric Botcazou changed: What|Removed |Added Target Milestone|--- |8.4 Summary|ICE on sparc-gcc

[Bug c/92324] [10 Regression] ICE in expand_direct_optab_fn, at internal-fn.c:2890

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92324 --- Comment #2 from Richard Biener --- Related, the following is miscompiled at -O3. unsigned b[1024]; int __attribute__((noipa)) foo (int n) { int res = 0; for (int i = 0; i < n; ++i) { res = res > b[i] ? res : b[i]; } retu

[Bug libstdc++/61761] [C++11] std::proj returns incorrect values

2019-11-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61761 --- Comment #12 from Jonathan Wakely --- I probably missed a later fix that got made to the trunk version of the test. I'll take a look.

[Bug c++/92338] double/float thought (ambiguous) candidate for C-array index. (Non numeric types aren't.)

2019-11-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92338 --- Comment #4 from Jonathan Wakely --- All compilers agree, because it's what the standard says should happen.

[Bug c++/61414] enum class bitfield size-checking needs a separate warning flag controlling it

2019-11-04 Thread david.bolvansky at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61414 --- Comment #19 from Dávid Bolvanský --- 5 years... Can anybody fix it? It is real issue on real world code: https://reviews.llvm.org/D69792

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 Matthias Klose changed: What|Removed |Added CC||doko at debian dot org --- Comment #3 f

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #4 from Matthias Klose --- $ gfortran -v -c -O2 -mcmodel=large diffeq.f Using built-in specs. COLLECT_GCC=gfortran OFFLOAD_TARGET_NAMES=nvptx-none OFFLOAD_TARGET_DEFAULT=1 Target: x86_64-linux-gnu Configured

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #5 from Matthias Klose --- same nondetermernistic ICE seen with r276439 from the gcc-7-branch.

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #6 from Martin Liška --- (In reply to Matthias Klose from comment #5) > same nondetermernistic ICE seen with r276439 from the gcc-7-branch. What says valgrind about that please?

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 --- Comment #3 from rguenther at suse dot de --- On Mon, 4 Nov 2019, rearnsha at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 > > --- Comment #2 from Richard Earnshaw --- > Very few micro-architectures would bene

[Bug target/92280] [10 regression] gcc.target/i386/pr83008.c FAILs

2019-11-04 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92280 Hongtao.liu changed: What|Removed |Added CC||crazylht at gmail dot com --- Comment #5 f

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

2019-11-04 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=53947 Bug 53947 depends on bug 92344, which changed state. Bug 92344 Summary: Missing considering fre optimization of vector load in auto-vectorization https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92344 What|Removed

[Bug c/92352] New: ICE in force_constant_size

2019-11-04 Thread anbu1024.me at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92352 Bug ID: 92352 Summary: ICE in force_constant_size Product: gcc Version: 9.2.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assignee:

[Bug tree-optimization/92344] Missing considering fre optimization of vector load in auto-vectorization

2019-11-04 Thread crazylht at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92344 Hongtao.liu changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug target/92318] Nondeterministic ICE with -mcmodel=large -O2

2019-11-04 Thread doko at debian dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92318 --- Comment #7 from Matthias Klose --- Created attachment 47167 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=47167&action=edit valgrind output

[Bug libstdc++/61761] [C++11] std::proj returns incorrect values

2019-11-04 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61761 --- Comment #13 from Christophe Lyon --- It's still failing on trunk: https://gcc.gnu.org/ml/gcc-testresults/2019-11/msg00131.html

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 --- Comment #4 from Richard Earnshaw --- So taking the example I posted in the initial report and compiling with trunk for arm -mcpu=cortex-m4 -mthumb -Os, we get: ldr r3, .L2 movsr2, #1 str r2, [r3, #2060]

[Bug rtl-optimization/92353] New: FAIL: gcc.target/hppa/shadd-3.c scan-assembler-times sh.add 5

2019-11-04 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92353 Bug ID: 92353 Summary: FAIL: gcc.target/hppa/shadd-3.c scan-assembler-times sh.add 5 Product: gcc Version: 8.3.1 Status: UNCONFIRMED Severity: normal

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rguenther at suse dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 --- Comment #5 from rguenther at suse dot de --- On Mon, 4 Nov 2019, rearnsha at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 > > --- Comment #4 from Richard Earnshaw --- ... > But there's no real need to do this

[Bug rtl-optimization/85458] FAIL: gcc.dg/pr83480.c (internal compiler error)

2019-11-04 Thread danglin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85458 --- Comment #7 from John David Anglin --- I think I removed TARGET_SCHED_ADJUST_PRIORITY stuff...

[Bug inline-asm/92352] ICE in force_constant_size

2019-11-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92352 Jakub Jelinek changed: What|Removed |Added Keywords||ice-on-invalid-code CC|

[Bug middle-end/46935] We should recognize expanded switch statement and convert 2 way switch statements into shift & mask test

2019-11-04 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46935 Martin Liška changed: What|Removed |Added Status|NEW |ASSIGNED Last reconfirmed|2010-12-14 14

[Bug inline-asm/92352] ICE in force_constant_size

2019-11-04 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92352 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug middle-end/46935] We should recognize expanded switch statement and convert 2 way switch statements into shift & mask test

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

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 --- Comment #6 from Richard Earnshaw --- (In reply to rguent...@suse.de from comment #5) > On Mon, 4 Nov 2019, rearnsha at gcc dot gnu.org wrote: > I suspect TARGET_LEGITIMIZE_ADDRESS is only applied during > reload/LRA, correct? No, it's calle

[Bug middle-end/92308] Gimple passes could do a better job of forming address CSEs

2019-11-04 Thread rearnsha at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92308 --- Comment #7 from Richard Earnshaw --- Reload also had a hook TARGET_LEGITIMIZE_RELOAD_ADDRESS as well. But it had the same problems - lack of context leading to guesswork and therefore too local or too general fix-ups.

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

2019-11-04 Thread asolokha at gmx dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92354 Bug ID: 92354 Summary: [10 Regression] ICE: Segmentation fault (in lookup_page_table_entry) Product: gcc Version: 10.0 Status: UNCONFIRMED Keywords: ice-on-vali

[Bug c++/92354] [10 Regression] ICE: Segmentation fault (in lookup_page_table_entry)

2019-11-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92354 Richard Biener changed: What|Removed |Added Target Milestone|--- |10.0

[Bug c/92355] New: ICE: Segmentation fault crash_signal toplev.c:325

2019-11-04 Thread anbu1024.me at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92355 Bug ID: 92355 Summary: ICE: Segmentation fault crash_signal toplev.c:325 Product: gcc Version: 8.3.1 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 --- Comment #8 from Tobias Burnus --- Author: burnus Date: Mon Nov 4 14:14:43 2019 New Revision: 277781 URL: https://gcc.gnu.org/viewcvs?rev=277781&root=gcc&view=rev Log: Backport Fortran BIND(C) fixes gcc/fortran/ Backport fro

[Bug fortran/92277] [10 Regression] ICE with assumed rank in gfc_conv_gfc_desc_to_cfi_desc

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92277 --- Comment #3 from Tobias Burnus --- Author: burnus Date: Mon Nov 4 14:14:43 2019 New Revision: 277781 URL: https://gcc.gnu.org/viewcvs?rev=277781&root=gcc&view=rev Log: Backport Fortran BIND(C) fixes gcc/fortran/ Backport fro

[Bug fortran/92277] [10 Regression] ICE with assumed rank in gfc_conv_gfc_desc_to_cfi_desc

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92277 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

  1   2   >