Re: [PATCH] RISC-V: Using O2 instead of O1 in testsuites when using -fdump-ext_dce

2025-03-05 Thread Jeff Law
On 3/3/25 2:59 AM, Liao Shihua wrote: The pass ext-dce is only activated at O2 and above. Using O2 instead of O1 in testsuites when using -fdump-ext_dce. gcc/testsuite/ChangeLog: * gcc.target/riscv/core_list_init.c: Using -O2 instead of -O1. * gcc.target/riscv/pr111384.c: Ditt

Re: [PATCH] RISC-V: Using O2 instead of O1 in testsuites when using -fdump-ext_dce

2025-03-05 Thread Jeff Law
On 3/3/25 2:59 AM, Liao Shihua wrote: The pass ext-dce is only activated at O2 and above. Using O2 instead of O1 in testsuites when using -fdump-ext_dce. gcc/testsuite/ChangeLog: * gcc.target/riscv/core_list_init.c: Using -O2 instead of -O1. * gcc.target/riscv/pr111384.c: Ditt

[PATCH] RISC-V: Using O2 instead of O1 in testsuites when using -fdump-ext_dce

2025-03-03 Thread Liao Shihua
The pass ext-dce is only activated at O2 and above. Using O2 instead of O1 in testsuites when using -fdump-ext_dce. gcc/testsuite/ChangeLog: * gcc.target/riscv/core_list_init.c: Using -O2 instead of -O1. * gcc.target/riscv/pr111384.c: Ditto. --- gcc/testsuite/gcc.target/riscv/c