Re: [PATCH] aarch64: Fix testcase pr112105.c

2025-02-19 Thread Richard Sandiford
Andrew Pinski writes: > This testcase started to fail with r15-268-g9dbff9c05520a7. > When late_combine was added, it was turned on for -O2+ only, > so this testcase still failed. > This changes the option to be -O2 instead of -O and the testcase > started to pass again. > > tested for aarch64-lin

[PATCH] aarch64: Fix testcase pr112105.c

2025-02-18 Thread Andrew Pinski
This testcase started to fail with r15-268-g9dbff9c05520a7. When late_combine was added, it was turned on for -O2+ only, so this testcase still failed. This changes the option to be -O2 instead of -O and the testcase started to pass again. tested for aarch64-linux-gnu. gcc/testsuite/ChangeLog: