[PATCH] c : Changed warning message for -Wstrict-prototypes [PR92209]

2022-03-11 Thread Krishna Narayanan via Gcc-patches
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

[PATCH] c: Added testcase for already fixed PR [PR93432]

2022-02-23 Thread Krishna Narayanan via Gcc-patches
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: