Re: [PATCH] options: Adjust cl_optimization_compare to avoid checking ICE [PR115913]

2025-01-27 Thread Richard Biener
On Mon, Jan 27, 2025 at 1:28 PM Lewis Hyatt wrote: > > Hello- > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115913#c10 > > This tweak to optc-save-gen.awk weakens the check performed by > cl_optimization_compare() to avoid checking asserts that have been there > since this function was first ad

[PATCH] options: Adjust cl_optimization_compare to avoid checking ICE [PR115913]

2025-01-27 Thread Lewis Hyatt
Hello- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115913#c10 This tweak to optc-save-gen.awk weakens the check performed by cl_optimization_compare() to avoid checking asserts that have been there since this function was first added in r11-1141. Is it OK for 15 please? I think it would be appro