SATURDAY, MAY 2, 2026
gcc
Minor testsuite tweaks
This commit removes an unnecessary optimization flag and renames some test files in the GCC testsuite.
This commit performs minor tweaks to the GCC testsuite. It removes the -O0 option from gnat.dg/valid_scalars2.adb and renames several test files related to validity checks.
In Details
This commit touches the GCC testsuite, specifically the GNAT testsuite. The changes involve removing an unnecessary optimization flag and renaming test files.
For Context
The GCC testsuite is a collection of programs used to verify the correctness of the compiler. This commit modifies some of the test cases, specifically removing an unnecessary optimization flag and renaming some files for clarity. These changes improve the maintainability and reliability of the testsuite.