[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

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

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #12 from GCC Commits --- The trunk branch has been updated by Andrew Pinski : https://gcc.gnu.org/g:dba5d112691a3e10b722468d94fffeda0fdbb818 commit r16-365-gdba5d112691a3e10b722468d94fffeda0fdbb818 Author: Andrew Pinski Date: Fr

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-02 Thread jsm28 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 Joseph S. Myers changed: What|Removed |Added CC||jsm28 at gcc dot gnu.org --- Comment

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #10 from Andrew Pinski --- (In reply to Pengfei Li from comment #9) > Thanks Andrew for the quick fix. I've bootstrapped and regression tested the > fix on x86_64 and AArch64. > > Apologies for introducing the issue (I'm new to GCC)

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-02 Thread Pengfei.Li2 at arm dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #9 from Pengfei Li --- Thanks Andrew for the quick fix. I've bootstrapped and regression tested the fix on x86_64 and AArch64. Apologies for introducing the issue (I'm new to GCC), and really appreciate Andrew's help.

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-02 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 Richard Biener changed: What|Removed |Added Priority|P3 |P1

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 Andrew Pinski changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |pinskia at gcc dot gnu.org

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #7 from Andrew Pinski --- Created attachment 61269 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=61269&action=edit Reduced `-O2 -g` is enough even on x86_64.

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #6 from Andrew Pinski --- This semi obvious patch fixes it. The only thing I am not 100% sure yet is why is simplify_gen_subreg failing; but yes simplify_gen_subreg is known in some cases to return NULL. ``` diff --git a/gcc/simpli

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 Sam James changed: What|Removed |Added Attachment #61267|0 |1 is obsolete|

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack since r16-286

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 Andrew Pinski changed: What|Removed |Added Summary|[16 regression] ICE when|[16 regression] ICE when

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #3 from Andrew Pinski --- (In reply to Andrew Pinski from comment #2) > Most likely > https://gcc.gnu.org/cgit/gcc/commit/gcc/simplify-rtx. > cc?id=d84fbc516ea57de7e88fce76ff6f342ee808c02e Almost positive since simplify_with_subreg

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack

2025-05-01 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 --- Comment #2 from Andrew Pinski --- Most likely https://gcc.gnu.org/cgit/gcc/commit/gcc/simplify-rtx.cc?id=d84fbc516ea57de7e88fce76ff6f342ee808c02e

[Bug rtl-optimization/120059] [16 regression] ICE when building mesa in vartrack

2025-05-01 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120059 Sam James changed: What|Removed |Added Target Milestone|--- |16.0 Keywords|