Hello,
The following is a patch for the PR92209,which gives a warning when
the function prototype does not specify its argument type.In this
patch there has been a change in the warning message displayed for
-Wstrict-prototypes to specify its argument types.I have also added
the testcase for it.
Re
Hello,
The following patch is a testcase for PR93432,which deals with the
warning for uninitialized variables.The testcase is for the bug
already fixed.
Regtested on x86_64, OK for commit ? Please do review it.
2022-02-23 Krishna Narayanan
PR c/93432
gcc/testsuite/Changelog:
*gcc.dg/pr93432.c: