Testsuite: Fixes failures after typo fixes
Updates testsuite checks to match changes introduced by recent typo fixes.
This commit updates the expected output in several test cases to align with the changes introduced by recent typo fixes. This resolves testsuite failures caused by the discrepancies between the expected and actual outputs after the typo corrections.
In Details
The typo fixes touched multiple test files across different directories (g++, gcc). This commit updates the dejagnu check patterns in those files to reflect the corrected spellings, ensuring that the tests pass.
For Context
The GCC testsuite includes a collection of programs and their expected output to automatically verify that the compiler produces correct code. This commit updates the *expected* output of some tests to match changes already made to the compiler itself. If the expected output isn't updated, the testsuite will report failures even if the compiler is working correctly.