[Bug tree-optimization/117439] [12/13/14 Regression] ICE in encode_tree_to_bitpos

2024-11-10 Thread lixinyang411 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117439 --- Comment #9 from 李心杨 --- Thanks for your quick response! I've tested the patch on gcc-13.3.0 and it works well.

[Bug middle-end/117525] canvas.cc:1675:1: internal compiler error: in expand_fix, at optabs.cc:5952

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117525 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection, |

[Bug middle-end/117525] canvas.cc:1675:1: internal compiler error: in expand_fix, at optabs.cc:5952

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117525 --- Comment #1 from Andrew Pinski --- convert_optab tab = unsignedp ? ufix_optab : sfix_optab; libfunc = convert_optab_libfunc (tab, GET_MODE (to), GET_MODE (from)); gcc_assert (libfunc); I suspect this is a regression; maybe

[Bug c++/117530] [14/15 Regression] Mismatch of lambda type with itself in recursive alias declaration

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117530 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/117530] [14/15 Regression] Mismatch of lambda type with itself in recursive alias declaration

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117530 Andrew Pinski changed: What|Removed |Added Keywords||needs-bisection Known to fail|

[Bug middle-end/117525] canvas.cc:1675:1: internal compiler error: in expand_fix, at optabs.cc:5952

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117525 --- Comment #3 from Andrew Pinski --- Reducing ...

[Bug c/117528] New: Miscompile with -O1 and -O0/2/3

2024-11-10 Thread yunboni at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117528 Bug ID: 117528 Summary: Miscompile with -O1 and -O0/2/3 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assi

[Bug c/117528] Miscompile with -O1 and -O0/2/3

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117528 Andrew Pinski changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIRME

[Bug rtl-optimization/117476] [15 regression] bad generated code at -O1 since r15-4991-g69bd93c167fefb

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 --- Comment #21 from Andrew Pinski --- *** Bug 117528 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/117529] New: Missed optimization: (y != 0 && x > (unsigned)(-1) / y) (multiplication overflow check)

2024-11-10 Thread Explorer09 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117529 Bug ID: 117529 Summary: Missed optimization: (y != 0 && x > (unsigned)(-1) / y) (multiplication overflow check) Product: gcc Version: 14.1.0 Status: UNCONFIRMED

[Bug tree-optimization/117529] Missed optimization: (y != 0 && x > (unsigned)(-1) / y) (multiplication overflow check)

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117529 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug tree-optimization/117529] Missed optimization: (y != 0 && x > (unsigned)(-1) / y) (multiplication overflow check)

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117529 --- Comment #2 from Andrew Pinski --- Reduced down to just: ``` bool func4(unsigned long long x, unsigned long long y) { if (y == 0) return 0; unsigned long long res; return __builtin_umulll_overflow(x, y, &res); } ```

[Bug c++/117530] New: Mismatch of lambda type with itself in recursive alias declaration

2024-11-10 Thread nshead at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117530 Bug ID: 117530 Summary: Mismatch of lambda type with itself in recursive alias declaration Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal

[Bug target/113933] Switch pa to LRA

2024-11-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113933 --- Comment #26 from John David Anglin --- (In reply to Segher Boessenkool from comment #25) > (In reply to John David Anglin from comment #24) > > There are a couple of issues. The pa backend only supports memory > > accesses that load to a re

[Bug tree-optimization/117527] New: [15 regression] 511.povary_r with march_native_ofast_lto build fail since r15-5021

2024-11-10 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117527 Bug ID: 117527 Summary: [15 regression] 511.povary_r with march_native_ofast_lto build fail since r15-5021 Product: gcc Version: 15.0 Status: UNCONFIRMED Sever

[Bug tree-optimization/117527] [15 regression] 511.povary_r with march_native_ofast_lto build fail since r15-5021

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117527 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/117527] [15 regression] 511.povary_r with march_native_ofast_lto build fail since r15-5021

2024-11-10 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117527 Haochen Jiang changed: What|Removed |Added Resolution|--- |DUPLICATE Status|WAITING

[Bug middle-end/117496] [15 Regression] infinite recursion in insert_predicates_for_cond() on cdrkit-1.1.11

2024-11-10 Thread haochen.jiang at intel dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117496 Haochen Jiang changed: What|Removed |Added CC||haochen.jiang at intel dot com --- Comm

[Bug tree-optimization/117529] Missed optimization: (y != 0 && x > (unsigned)(-1) / y) (multiplication overflow check)

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117529 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement

[Bug other/116948] bootstrap-ubsan should set UBSAN_OPTIONS to abort on error

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116948 Sam James changed: What|Removed |Added Status|ASSIGNED|SUSPENDED --- Comment #9 from Sam James --

[Bug other/116948] bootstrap-ubsan should set UBSAN_OPTIONS to abort on error

2024-11-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116948 --- Comment #8 from GCC Commits --- The master branch has been updated by Sam James : https://gcc.gnu.org/g:00448f9b5a123b4b6b3e6f45d2fecf0a5dca66b3 commit r15-5076-g00448f9b5a123b4b6b3e6f45d2fecf0a5dca66b3 Author: Sam James Date: Thu Oct 3

[Bug other/116948] bootstrap-ubsan should set UBSAN_OPTIONS to abort on error

2024-11-10 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116948 --- Comment #7 from GCC Commits --- The master branch has been updated by Sam James : https://gcc.gnu.org/g:8f791fac1419a5dc663abd5091cf4db409539b33 commit r15-5075-g8f791fac1419a5dc663abd5091cf4db409539b33 Author: Sam James Date: Thu Oct 3

[Bug c++/117516] [12/13/14/15 Regression] compile time hog figuring out has flexarrays since r6-5791-g7e9a3ad30076ad

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117516 Sam James changed: What|Removed |Added Status|UNCONFIRMED |NEW Summary|[12/13/14/15 Regress

[Bug ada/117517] Reduce attribute creates bug

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117517 Sam James changed: What|Removed |Added Known to fail||15.0 Last reconfirmed|

[Bug c++/117519] LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117519 --- Comment #2 from Sam James --- In GCC 10 (pre-modref), it fails in pure const instead.

[Bug target/113933] Switch pa to LRA

2024-11-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113933 --- Comment #22 from John David Anglin --- As of commit 440be01b07941506d1c8819448bd17c8717d55f5, we have the following additional fails on hppa64-hp-hpux11.11 with LRA: +FAIL: gcc.dg/graphite/interchange-15.c execution test +FAIL: gcc.dg/graph

[Bug middle-end/108036] [12/13/14/15 Regression] Spurious warning for zero-sized array parameters to a function

2024-11-10 Thread uecker at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108036 --- Comment #12 from uecker at gcc dot gnu.org --- UBSan and Wstringop-overflow have completely separate implementations (I wish there was a more sysematic approach...).

[Bug c++/69585] [C++ 11] parser errors mixing alignas, C++ 11 and GNU attributes on class declaration

2024-11-10 Thread soap at gentoo dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69585 David Seifert changed: What|Removed |Added CC||soap at gentoo dot org --- Comment #8 fr

DeepLearn 2025: early registration November 26

2024-11-10 Thread IRDTA via Gcc-bugs
*To be removed from our mailing list, please respond to this message with UNSUBSCRIBE in the subject line* -- ** 12th INTERNATIONAL SCHOOL ON DEEP LEARNING (with a special focus on Large Language Models, Foundation Models and Generat

[Bug debug/108843] [12 regression] timeout with -g -O3 since r9-2635-g78ea9abc2018243a since r9-2635-g78ea9abc2018243a

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108843 --- Comment #7 from Sam James --- (In reply to David Binderman from comment #5) > Created attachment 57711 [details] > C source code > > Another test case. > I think this is probably a different case.

[Bug libstdc++/117520] New: C++26 std::text_encoding: == should be =

2024-11-10 Thread pkeir at outlook dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117520 Bug ID: 117520 Summary: C++26 std::text_encoding: == should be = Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc

[Bug c++/117521] New: ICE with duplicate placeholder variables

2024-11-10 Thread drepper.fsp+rhbz at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117521 Bug ID: 117521 Summary: ICE with duplicate placeholder variables Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug debug/108843] [12 regression] timeout with -g -O3 since r9-2635-g78ea9abc2018243a since r9-2635-g78ea9abc2018243a

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108843 Sam James changed: What|Removed |Added Summary|timeout with -g -O3 since |[12 regression] timeout |

[Bug c/117522] New: Miscompile with -O3 and -O0/1/2

2024-11-10 Thread yunboni at smail dot nju.edu.cn via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117522 Bug ID: 117522 Summary: Miscompile with -O3 and -O0/1/2 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c Assi

[Bug rtl-optimization/117476] [15 regression] bad generated code at -O1 since r15-4991-g69bd93c167fefb

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 Sam James changed: What|Removed |Added CC||yunboni at smail dot nju.edu.cn --- Comment

[Bug rtl-optimization/117191] [avr][dse2][lra] wrong dead store elimination

2024-11-10 Thread denisc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117191 --- Comment #7 from denisc at gcc dot gnu.org --- I'm sorry for the strange previous comment. The right one. Probably I found a bug. The bug appears after the dse2 pass. The dse2 pass removes necessary insns. (ie insn 554) They are removed beca

[Bug rtl-optimization/117191] [avr][dse2][lra] wrong dead store elimination

2024-11-10 Thread denisc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117191 --- Comment #6 from denisc at gcc dot gnu.org --- The patch: (In reply to denisc from comment #4) > (In reply to denisc from comment #0) > > Created attachment 59370 [details] > > dse2 pass dump file > > > > Failed testcase: > > $ make -k check

[Bug c/117522] Miscompile with -O3 and -O0/1/2

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117522 Sam James changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/115586] c++26: with 2 or more name-independent declarations (anonymous structure bindings) with for loop

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115586 Andrew Pinski changed: What|Removed |Added CC||drepper.fsp+rhbz at gmail dot com ---

[Bug c++/117521] ICE with duplicate placeholder variables

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117521 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug c++/115586] c++26: with 2 or more name-independent declarations (anonymous structure bindings) with for loop

2024-11-10 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115586 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org St

[Bug rtl-optimization/117191] [avr][dse2][lra] wrong dead store elimination

2024-11-10 Thread denisc at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117191 --- Comment #8 from denisc at gcc dot gnu.org --- I forgot to add condition for "except those that refer to the return value" The patch: diff --git a/gcc/lra-spills.cc b/gcc/lra-spills.cc index c149c3388cd..2f86ec0026c 100644 --- a/gcc/lra-spil

[Bug target/113933] Switch pa to LRA

2024-11-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113933 --- Comment #23 from Segher Boessenkool --- (In reply to John David Anglin from comment #21) > This bug was fixed by changing PA_HARD_REGNO_MODE_OK. On the 32-bit > target we no longer allow TI and OI mode in the hard registers. I only > allow

[Bug fortran/117474] Excessive memory usage during parser stage in interface blocks with types having type-bound procedures

2024-11-10 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117474 anlauf at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug fortran/113928] Aliasing of pointer in expression

2024-11-10 Thread anlauf at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113928 anlauf at gcc dot gnu.org changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFI

[Bug c/113905] [OpenMP] Declare variant rejects variant-function re-usage

2024-11-10 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113905 --- Comment #3 from Tobias Burnus --- I bet that the spec writers ment the following (i.e. with the text written in brackets): “If a procedure is determined to be a function variant through more than one declare variant directive [for a given b

[Bug c++/117519] [12/13/14/15 regression] LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed since r9-5035-g4611c03d2b0ede

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117519 Sam James changed: What|Removed |Added Summary|LTO ICE when building |[12/13/14/15 regression]

[Bug c++/117523] ICE in dependent_alias_template_spec_p when call a alias template

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117523 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug c++/117523] New: ICE in dependent_alias_template_spec_p when call a alias template

2024-11-10 Thread jonathan.poelen at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117523 Bug ID: 117523 Summary: ICE in dependent_alias_template_spec_p when call a alias template Product: gcc Version: 14.2.1 Status: UNCONFIRMED Severity: normal

[Bug target/113933] Switch pa to LRA

2024-11-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113933 --- Comment #24 from John David Anglin --- There are a couple of issues. The pa backend only supports memory accesses that load to a register or store from a register. LRA was creating insns like the following: (insn 387 386 35 2 (set (subreg

[Bug c/113905] [OpenMP] Declare variant rejects variant-function re-usage

2024-11-10 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113905 --- Comment #2 from sandra at gcc dot gnu.org --- Isn't this explicitly prohibited by the spec? Second bullet point at the top of page 295 in TR13 says: "If a procedure is determined to be a function variant through more than one declare varian

[Bug target/113933] Switch pa to LRA

2024-11-10 Thread segher at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113933 --- Comment #25 from Segher Boessenkool --- (In reply to John David Anglin from comment #24) > There are a couple of issues. The pa backend only supports memory > accesses that load to a register or store from a register. LRA was > creating in

[Bug c/113905] [OpenMP] Declare variant rejects variant-function re-usage

2024-11-10 Thread sandra at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=113905 --- Comment #4 from sandra at gcc dot gnu.org --- Hmmm. Look also at item 2 at the bottom of page 283, that says that construct selectors for a variant function are added to its enclosing OpenMP context. I thought this was the reason for the re

[Bug c++/117519] New: LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed

2024-11-10 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117519 Bug ID: 117519 Summary: LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed Product: gcc Version: 15.0 Status: UNCONFIRMED S

[Bug c++/117519] LTO ICE when building gloox: lto1: internal compiler error: symtab_node::verify failed

2024-11-10 Thread csfore at posteo dot net via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117519 --- Comment #1 from Christopher Fore --- Created attachment 59573 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=59573&action=edit reduced preprocessed clientbase.ii and instantmucroom.ii

[Bug middle-end/108036] [12/13/14/15 Regression] Spurious warning for zero-sized array parameters to a function

2024-11-10 Thread alx at kernel dot org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108036 Alejandro Colomar changed: What|Removed |Added CC||uecker at gcc dot gnu.org --- Comme

[Bug middle-end/108036] [12/13/14/15 Regression] Spurious warning for zero-sized array parameters to a function

2024-11-10 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108036 --- Comment #13 from Sam James --- They're not completely distinct (some of the middle-end overflow warnings do use builtin_object_size and friends), fwiw, as does UBSAN.

[Bug middle-end/117526] gcc.dg/tree-ssa/pr108357.c fails without integer argument promotion

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117526 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED See Also|

[Bug tree-optimization/108357] [13 Regression] Dead Code Elimination Regression at -O2 since r13-4607-g2dc5d6b1e7ec88

2024-11-10 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108357 H.J. Lu changed: What|Removed |Added Status|REOPENED|NEW --- Comment #25 from H.J. Lu --- One dif

[Bug middle-end/117525] New: canvas.cc:1675:1: internal compiler error: in expand_fix, at optabs.cc:5952

2024-11-10 Thread danglin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117525 Bug ID: 117525 Summary: canvas.cc:1675:1: internal compiler error: in expand_fix, at optabs.cc:5952 Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: no

[Bug middle-end/117526] New: gcc.dg/tree-ssa/pr108357.c fails without integer argument promotion

2024-11-10 Thread hjl.tools at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117526 Bug ID: 117526 Summary: gcc.dg/tree-ssa/pr108357.c fails without integer argument promotion Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal

[Bug c/117524] New: Segmentation fault with -fipa-cp-clone

2024-11-10 Thread dcb314 at hotmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117524 Bug ID: 117524 Summary: Segmentation fault with -fipa-cp-clone Product: gcc Version: 15.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c

[Bug rtl-optimization/117524] Segmentation fault with -fipa-cp-clone

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117524 Andrew Pinski changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug rtl-optimization/117476] [15 regression] bad generated code at -O1 since r15-4991-g69bd93c167fefb

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117476 --- Comment #20 from Andrew Pinski --- *** Bug 117524 has been marked as a duplicate of this bug. ***

[Bug tree-optimization/108357] [13 Regression] Dead Code Elimination Regression at -O2 since r13-4607-g2dc5d6b1e7ec88

2024-11-10 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108357 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill