[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

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

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 Andrew Pinski changed: What|Removed |Added Known to work||12.4.1, 13.3.1, 14.2.1,

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 --- Comment #17 from GCC Commits --- The releases/gcc-12 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:dfacc021c9775b1563c717cf3f8114d0f874b030 commit r12-10660-gdfacc021c9775b1563c717cf3f8114d0f874b030 Author: Andrew Pinski

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 --- Comment #16 from GCC Commits --- The releases/gcc-13 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:73064a28689fe3799f4fb5f1bab7634df889a43e commit r13-8962-g73064a28689fe3799f4fb5f1bab7634df889a43e Author: Andrew Pinski

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 --- Comment #15 from GCC Commits --- The releases/gcc-14 branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:ba45573c8072f06f67af22a2ca60da5f5c12beae commit r14-10564-gba45573c8072f06f67af22a2ca60da5f5c12beae Author: Andrew Pinski

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-05 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 --- Comment #14 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:0355c943b9e954e8f59068971d934f1b91ecb729 commit r15-2736-g0355c943b9e954e8f59068971d934f1b91ecb729 Author: Andrew Pinski Date: S

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

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

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-02 Thread olegendo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 --- Comment #12 from Oleg Endo --- (In reply to Andrew Pinski from comment #8) > ``` > (gdb) condition 1 x_rtl.emit.x_cur_insn_uid==1083 > > #0 make_insn_raw (pattern=0x77570858) at ../../gcc/emit-rtl.cc:4137 > #1 0x01f10469 in sh

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh since r14-8319-g86de9b66480b71

2024-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 Andrew Pinski changed: What|Removed |Added Keywords|needs-bisection | Summary|[14/15 Regression]

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh

2024-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 --- Comment #10 from Andrew Pinski --- Created attachment 58808 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58808&action=edit Fix to sh_recog_treg_set_expr The problem is sh_recog_treg_set_expr is called from rtx_costs which sometimes

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh

2024-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 Andrew Pinski changed: What|Removed |Added CC||law at gcc dot gnu.org --- Comment #9 f

[Bug target/116189] [14/15 Regression] compare debug failure at -O2 on sh

2024-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116189 Andrew Pinski changed: What|Removed |Added Component|rtl-optimization|target --- Comment #8 from Andrew Pinsk