[Bug tree-optimization/51049] A regression caused by "Improve handling of conditional-branches on targets with high branch costs"

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51049 --- Comment #2 from Andrew Pinski --- So at -O1 we get what we expect: ``` _1 = *i_4(D); _7 = j_5(D) != 2; _8 = _1 != 0; _9 = _7 & _8; if (_9 != 0) goto ; [43.56%] else goto ; [56.44%] [local count: 467721933]: _6 =

[Bug tree-optimization/110875] [14 Regression] Dead Code Elimination Regression since r14-2501-g285c9d042e9

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110875 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-08-03 Ever confirmed|0

[Bug tree-optimization/110873] [14 Regression] Dead Code Elimination Regression at -O2 since r14-376-g47a76439911

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110873 --- Comment #2 from Andrew Pinski --- Note there are other missed optimizations later on too even in GCC 13.

[Bug tree-optimization/110875] [14 Regression] Dead Code Elimination Regression since r14-2501-g285c9d042e9

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110875 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Target

[Bug tree-optimization/110873] [14 Regression] Dead Code Elimination Regression at -O2 since r14-376-g47a76439911

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110873 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-08-03

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 Andrew Pinski changed: What|Removed |Added URL||https://gcc.gnu.org/piperma

[Bug gcov-profile/110883] internal compiler error: in ipa_profile_write_edge_summary

2023-08-02 Thread hndxvon at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110883 --- Comment #2 from 海山 --- (In reply to Andrew Pinski from comment #1) > autofdo is not well supported and fixes for it only made it into GCC 12 and > not GCC 10.x. > > Please try GCC 12.x or newer and report back. > > Also since you are

[Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110858 Andrew Pinski changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug gcov-profile/110883] internal compiler error: in ipa_profile_write_edge_summary

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110883 Andrew Pinski changed: What|Removed |Added Ever confirmed|0 |1 See Also|

[Bug other/110883] New: internal compiler error: in ipa_profile_write_edge_summary

2023-08-02 Thread hndxvon at 163 dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110883 Bug ID: 110883 Summary: internal compiler error: in ipa_profile_write_edge_summary Product: gcc Version: og10 (devel/omp/gcc-10) Status: UNCONFIRMED Severity:

[Bug sanitizer/110876] AddressSanitizer: false positive bad-free

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876 --- Comment #3 from Andrew Pinski --- I looked into the code and I think this is a boost issue, it is specifically catching the abort signal and recovering and then exit is called and messes up.

[Bug sanitizer/110876] AddressSanitizer: false positive bad-free

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876 --- Comment #2 from Andrew Pinski --- clang trunk has the same failure. clang 11.0.0 has the same failure. clang 10.0.0 references https://github.com/google/sanitizers/issues/189 . I am thinking this is boost issue because both clang and GCC

[Bug analyzer/110882] ICE with -fanalyzer on zero-sized array

2023-08-02 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110882 David Malcolm changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Ever confirmed|0

[Bug analyzer/110882] ICE with -fanalyzer on zero-sized array

2023-08-02 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110882 --- Comment #1 from David Malcolm --- It's failing this assertion: #1 0x016e2295 in ana::binding_key::make (mgr=0x7fff91d8, r=0x3275340) at ../../src/gcc/analyzer/store.cc:132 132 gcc_assert (bit_size > 0); (gdb)

[Bug analyzer/110882] New: ICE with -fanalyzer on zero-sized array

2023-08-02 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110882 Bug ID: 110882 Summary: ICE with -fanalyzer on zero-sized array Product: gcc Version: 13.0 Status: UNCONFIRMED Keywords: ice-on-valid-code Severity: normal

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #10 from Andrew Pinski --- I am not happy with the patch I came up with but it does reduce the amount of iterating and 100% makes sure it is bound so it will work.

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #9 from Andrew Pinski --- (gdb) p debug_tree(expr1) unit-size align:32 warn_if_not_align:0 symtab:0 alias-set 1 canonical-type 0x778215e8 precision:32 min max pointer_to_this > visited

[Bug analyzer/107646] RFE: can we reimplement gcc-python-plugin's cpychecker as a -fanalyzer plugin?

2023-08-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107646 --- Comment #2 from CVS Commits --- The master branch has been updated by David Malcolm : https://gcc.gnu.org/g:fafe2d18f791c6b97b49af7c84b1b5703681c3af commit r14-2933-gfafe2d18f791c6b97b49af7c84b1b5703681c3af Author: Eric Feng Date: Wed

[Bug target/109977] [14 Regression] ICE: output_operand: incompatible floating point / vector register operand for '%d' at -Og

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109977 Andrew Pinski changed: What|Removed |Added CC||slyfox at gcc dot gnu.org --- Comment

[Bug target/110880] [14 Regression] aarch64 ICE on highway-1.0.5: internal compiler error: output_operand: incompatible floating point / vector register operand for '%s'

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110880 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE

[Bug target/110880] [14 Regression] aarch64 ICE on highway-1.0.5: internal compiler error: output_operand: incompatible floating point / vector register operand for '%s'

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110880 --- Comment #2 from Andrew Pinski --- Yes it is a dup of bug 109977: (insn:TI 14 11 21 (set (mem/c:V2SF (plus:DI (reg/f:DI 31 sp) (const_int 24 [0x18])) [1 __trans_tmp_1.raw_+0 S8 A64]) (vec_duplicate:V2SF (reg:SF 2 x2

[Bug c++/110881] New: Feature request: an attribute for enum members that would skip the -Wswitch-enum warning

2023-08-02 Thread valentyn.pavliuchenko at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110881 Bug ID: 110881 Summary: Feature request: an attribute for enum members that would skip the -Wswitch-enum warning Product: gcc Version: 13.2.1 Status: UNCONFIRMED

[Bug target/110880] [14 Regression] aarch64 ICE on highway-1.0.5: internal compiler error: output_operand: incompatible floating point / vector register operand for '%s'

2023-08-02 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110880 --- Comment #1 from Sergei Trofimovich --- Compiler details: $ aarch64-unknown-linux-gnu-g++ -v Using built-in specs. COLLECT_GCC=/<>/aarch64-unknown-linux-gnu-stage-final-gcc-14.0.0/bin/aarch64-unknown-linux-gnu-g++

[Bug target/110880] New: [14 Regression] aarch64 ICE on highway-1.0.5: internal compiler error: output_operand: incompatible floating point / vector register operand for '%s'

2023-08-02 Thread slyfox at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110880 Bug ID: 110880 Summary: [14 Regression] aarch64 ICE on highway-1.0.5: internal compiler error: output_operand: incompatible floating point / vector register operand for '%s'

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #8 from Andrew Pinski --- Oh the difference between -O1 and -O2 is due to in fre: /* At -O[1g] use the cheap non-iterating mode. */ bool iterate_p = may_iterate && (optimize > 1);

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #7 from Andrew Pinski --- (In reply to David Binderman from comment #6) > (In reply to Andrew Pinski from comment #4) > > There is a stack overflow while executing the FRE pass. > > I can confirm over 100,000 stack frames. > >

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #6 from David Binderman --- (In reply to Andrew Pinski from comment #4) > There is a stack overflow while executing the FRE pass. I can confirm over 100,000 stack frames. Which -f flag causes the FRE pass to be executed ? I assume

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #5 from David Binderman --- Created attachment 55679 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55679=edit C source code Another test case.

[Bug c/110878] -Wstringop-overflow incorrectly warns about arguments to functions with static array parameter declarations

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878 --- Comment #4 from Andrew Pinski --- (In reply to Taylor R Campbell from comment #3) > (In reply to Andrew Pinski from comment #2) > > This is basically a dup of bug 108154 I think. > > That one appears to be different: it trips

[Bug c/110878] -Wstringop-overflow incorrectly warns about arguments to functions with static array parameter declarations

2023-08-02 Thread campbell+gcc-bugzilla at mumble dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878 --- Comment #3 from Taylor R Campbell --- (In reply to Andrew Pinski from comment #1) > There is another bug report dealing with this. But IIRC this is an expected > warning as foo is being passed an array which is size 16 but then passed to >

[Bug rtl-optimization/110867] [14 Regression] ICE in combine after 7cdd0860949c6c3232e6cff1d7ca37bb5234074c

2023-08-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110867 --- Comment #5 from CVS Commits --- The master branch has been updated by Stefan Schulze Frielinghaus : https://gcc.gnu.org/g:41ef5a34161356817807be3a2e51fbdbe575ae85 commit r14-2932-g41ef5a34161356817807be3a2e51fbdbe575ae85 Author: Stefan

[Bug middle-end/110869] [14 regression] ICE in decompose, at rtl.h:2297

2023-08-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869 --- Comment #8 from CVS Commits --- The master branch has been updated by Stefan Schulze Frielinghaus : https://gcc.gnu.org/g:41ef5a34161356817807be3a2e51fbdbe575ae85 commit r14-2932-g41ef5a34161356817807be3a2e51fbdbe575ae85 Author: Stefan

[Bug c/110878] -Wstringop-overflow incorrectly warns about arguments to functions with static array parameter declarations

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878 Andrew Pinski changed: What|Removed |Added Depends on||108154 --- Comment #2 from Andrew

[Bug c/110878] -Wstringop-overflow incorrectly warns about arguments to functions with static array parameter declarations

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878 --- Comment #1 from Andrew Pinski --- There is another bug report dealing with this. But IIRC this is an expected warning as foo is being passed an array which is size 16 but then passed to bar as size 128 which would be undefined.

[Bug c++/110879] New: Unnecessary reread from memory in a loop

2023-08-02 Thread palevichva at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110879 Bug ID: 110879 Summary: Unnecessary reread from memory in a loop Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c/110878] New: -Wstringop-overread incorrectly warns about arguments to functions with static array parameter declarations

2023-08-02 Thread campbell+gcc-bugzilla at mumble dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110878 Bug ID: 110878 Summary: -Wstringop-overread incorrectly warns about arguments to functions with static array parameter declarations Product: gcc Version: 13.2.0 Status:

[Bug fortran/110877] New: Incorrect copy of allocatable component in polymorphic assignment from array dummy argument

2023-08-02 Thread townsend at astro dot wisc.edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110877 Bug ID: 110877 Summary: Incorrect copy of allocatable component in polymorphic assignment from array dummy argument Product: gcc Version: 13.1.0 Status: UNCONFIRMED

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #4 from Andrew Pinski --- Reduced testcase: ``` struct S1 { unsigned f0; }; static int g_161; void func_109(unsigned g_227, unsigned t) { struct S1 l_178; int l_160 = 0x1FAE99D5L; int *l_230[] = {_160}; if (l_160) {

[Bug fortran/88286] [OOP] gfortran reports conflicting intent(in) with an intent(in) declared class variable

2023-08-02 Thread kargl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88286 kargl at gcc dot gnu.org changed: What|Removed |Added CC||kargl at gcc dot gnu.org ---

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #3 from Andrew Pinski --- I think this might be the common attribute on an local variable decl that is causing the issue

[Bug target/106671] aarch64: BTI instruction are not inserted for cross-section direct calls

2023-08-02 Thread fxue at os dot amperecomputing.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106671 Feng Xue changed: What|Removed |Added CC||fxue at os dot amperecomputing.com ---

[Bug middle-end/110874] [14 Regression] ice with -O2 with recent gcc

2023-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Version|unknown

[Bug c/110874] ice with -O2 with recent gcc

2023-08-02 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 --- Comment #1 from David Binderman --- Stack backtrace seems to be: #0 0x00a0b511 in operand_compare::verify_hash_value (flags=0, this=, arg0=, arg1=, ret=) at ../../trunk.year/gcc/fold-const.cc:4074 #1

[Bug c++/101027] Short-circuit behavior not respected with co_await in while head

2023-08-02 Thread sichert at in dot tum.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101027 Moritz Sichert changed: What|Removed |Added CC||sichert at in dot tum.de --- Comment

[Bug sanitizer/110876] AddressSanitizer: false positive bad-free

2023-08-02 Thread dvirtz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876 --- Comment #1 from Dvir Yitzchaki --- Created attachment 55676 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55676=edit preprocessed code

[Bug sanitizer/110876] New: AddressSanitizer: false positive bad-free

2023-08-02 Thread dvirtz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110876 Bug ID: 110876 Summary: AddressSanitizer: false positive bad-free Product: gcc Version: 13.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component:

[Bug c++/96780] debuginfo for std::move and std::forward isn't useful

2023-08-02 Thread moncef.mechri at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96780 Moncef Mechri changed: What|Removed |Added CC||moncef.mechri at gmail dot com ---

[Bug middle-end/110869] [14 regression] ICE in decompose, at rtl.h:2297

2023-08-02 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869 --- Comment #7 from Stefan Schulze Frielinghaus --- I've send a patch for review: https://gcc.gnu.org/pipermail/gcc-patches/2023-August/626075.html and thanks for testing :)

[Bug rtl-optimization/110867] [14 Regression] ICE in combine after 7cdd0860949c6c3232e6cff1d7ca37bb5234074c

2023-08-02 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110867 --- Comment #4 from Stefan Schulze Frielinghaus --- Thanks for testing so quickly :) I've send a patch for review: https://gcc.gnu.org/pipermail/gcc-patches/2023-August/626075.html

[Bug tree-optimization/110875] New: [14 Regression] Dead Code Elimination Regression since r14-2501-g285c9d042e9

2023-08-02 Thread theodort at inf dot ethz.ch via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110875 Bug ID: 110875 Summary: [14 Regression] Dead Code Elimination Regression since r14-2501-g285c9d042e9 Product: gcc Version: 14.0 Status: UNCONFIRMED Severity:

[Bug c/110874] New: ice with -O2 with recent gcc

2023-08-02 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110874 Bug ID: 110874 Summary: ice with -O2 with recent gcc Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug c/95130] GCC ignoring attribute(format(gnu_printf)) on printf in mingw

2023-08-02 Thread tomas.kalibera at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95130 --- Comment #16 from Tomas Kalibera --- (In reply to Julian Waters from comment #15) > It seems like the patch also doesn't fix the strftime case too, strangely > enough. gcc with that patch applied still causes a compilation failure in > the

[Bug tree-optimization/110873] [14 Regression] Dead Code Elimination Regression at -O2 since r14-376-g47a76439911

2023-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110873 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Target

[Bug tree-optimization/110873] New: [14 Regression] Dead Code Elimination Regression at -O2 since r14-376-g47a76439911

2023-08-02 Thread scherrer.sv at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110873 Bug ID: 110873 Summary: [14 Regression] Dead Code Elimination Regression at -O2 since r14-376-g47a76439911 Product: gcc Version: 14.0 Status: UNCONFIRMED

[Bug fortran/88420] Fortran OpenACC "Clause SEQ conflicts with INDEPENDENT"

2023-08-02 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88420 Thomas Schwinge changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug middle-end/110857] aarch64-linux-gnu profiledbootstrap broken

2023-08-02 Thread sirl at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110857 Franz Sirl changed: What|Removed |Added CC||sirl at gcc dot gnu.org --- Comment #2

[Bug target/110796] builtin_iseqsig fails some tests in armv8l-linux-gnueabihf

2023-08-02 Thread rearnsha at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110796 Richard Earnshaw changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rearnsha at gcc dot gnu.org

[Bug middle-end/110869] [14 regression] ICE in decompose, at rtl.h:2297

2023-08-02 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869 Eric Botcazou changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug rtl-optimization/110587] [14 regression] 96% pr28071.c compile time regression since r14-2337-g37a231cc7594d1

2023-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110587 --- Comment #21 from Richard Biener --- (In reply to Uroš Bizjak from comment #20) > Can we revert the Comment #13 kludge now? When we revert it we get integrated RA : 0.42 ( 17%) 0.00 ( 0%) 0.43 ( 17%) 19M (

[Bug tree-optimization/106293] [13/14 Regression] 456.hmmer at -Ofast -march=native regressed by 19% on zen2 and zen3 in July 2022

2023-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106293 --- Comment #25 from Richard Biener --- (In reply to Jan Hubicka from comment #24) > g:2e93b92c1ec5fbbbe10765c6e059c3c90d564245 fixes the profile update after > cancelled distribution. However it does not help hmmer since we actually >

[Bug middle-end/110869] [14 regression] ICE in decompose, at rtl.h:2297

2023-08-02 Thread ro at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869 Rainer Orth changed: What|Removed |Added CC||ebotcazou at gcc dot gnu.org --- Comment

[Bug rtl-optimization/110587] [14 regression] 96% pr28071.c compile time regression since r14-2337-g37a231cc7594d1

2023-08-02 Thread ubizjak at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110587 --- Comment #20 from Uroš Bizjak --- Can we revert the Comment #13 kludge now?

[Bug middle-end/110869] [14 regression] ICE in decompose, at rtl.h:2297

2023-08-02 Thread stefansf at linux dot ibm.com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869 --- Comment #4 from Stefan Schulze Frielinghaus --- For sparc we already see some sort of pre-optimization which "breaks" the new test cases. For example, for test cmp-mem-const-1.c we have prior combine: (insn 14 13 41 2 (set (reg:SI 117)

[Bug tree-optimization/106293] [13/14 Regression] 456.hmmer at -Ofast -march=native regressed by 19% on zen2 and zen3 in July 2022

2023-08-02 Thread hubicka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106293 --- Comment #24 from Jan Hubicka --- g:2e93b92c1ec5fbbbe10765c6e059c3c90d564245 fixes the profile update after cancelled distribution. However it does not help hmmer since we actually vectorize that loop iterating 0 times. We need to figure

[Bug tree-optimization/92335] [11/12/13 Regression] sinking of loads happen too early which causes vectorization not to be done

2023-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92335 Richard Biener changed: What|Removed |Added Known to work||14.0 Summary|[11/12/13/14

[Bug tree-optimization/92335] [11/12/13/14 Regression] sinking of loads happen too early which causes vectorization not to be done

2023-08-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92335 --- Comment #8 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:399c8dd44ff44f4b496223c7cc980651c4d6f6a0 commit r14-2927-g399c8dd44ff44f4b496223c7cc980651c4d6f6a0 Author: Richard Biener Date:

[Bug c++/110137] implement clang -fassume-sane-operator-new

2023-08-02 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110137 --- Comment #5 from rguenther at suse dot de --- On Wed, 2 Aug 2023, redi at gcc dot gnu.org wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110137 > > --- Comment #4 from Jonathan Wakely --- > Why would that depend on this new option?

[Bug rtl-optimization/110587] [14 regression] 96% pr28071.c compile time regression since r14-2337-g37a231cc7594d1

2023-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110587 Richard Biener changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug middle-end/110869] [14 regression] ICE in decompose, at rtl.h:2297

2023-08-02 Thread ro at CeBiTec dot Uni-Bielefeld.DE via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110869 --- Comment #3 from ro at CeBiTec dot Uni-Bielefeld.DE --- > --- Comment #2 from ro at CeBiTec dot Uni-Bielefeld.DE Uni-Bielefeld.DE> --- >> --- Comment #1 from Andrew Pinski --- >> Can you test the patch in bug 110867 comment #1 to see if

[Bug testsuite/110858] [14 Regression] gcc.dg/unroll-1.c UNRESOLVED

2023-08-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110858 Richard Biener changed: What|Removed |Added CC||hubicka at gcc dot gnu.org

[Bug rtl-optimization/110587] [14 regression] 96% pr28071.c compile time regression since r14-2337-g37a231cc7594d1

2023-08-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110587 --- Comment #18 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:07b7cd70399d22c113ad8bb1eff5cc2d12973d33 commit r14-2920-g07b7cd70399d22c113ad8bb1eff5cc2d12973d33 Author: Richard Biener Date:

[Bug c++/110137] implement clang -fassume-sane-operator-new

2023-08-02 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110137 --- Comment #4 from Jonathan Wakely --- Why would that depend on this new option? It's a requirement of the standard, it has to be true always.

[Bug target/81904] FMA and addsub instructions

2023-08-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81904 --- Comment #8 from CVS Commits --- The master branch has been updated by hongtao Liu : https://gcc.gnu.org/g:f0b7a61d83534fc8f7aa593b1f0f0357a371a800 commit r14-2919-gf0b7a61d83534fc8f7aa593b1f0f0357a371a800 Author: liuhongt Date: Mon Jul