Re: [PATCH] c++: non-static memfn call dependence cleanup

2023-09-26 Thread Krishna Narayanan
On Tue, Sep 26, 2023, 19:52 Patrick Palka wrote: > Bootstrapped and regtested on x86_64-pc-linux-gnu, does this look OK for > trunk? > > -- >8 -- > > In cp_parser_postfix_expression, we essentially repeat the > type-dependent and COMPONENT_REF callee cases of finish_call_expr. > This patch dedupl

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

2022-03-11 Thread Krishna Narayanan via Gcc-patches
. Regtested on x86_64,OK for commit? Please do review it. 2022-03-11 Krishna Narayanan PR c/92209 gcc/c/ *c-decl.cc (start_function): Fixed the warning message for -Wstrict-prototypes. gcc/testsuite/Changelog: *gcc.dg/pr92209.c: New test *gcc.dg/pr20368-1.c: Updated warning message --- gcc/c/c

[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