[Bug c/99420] New warning -Warray-parameter

2021-03-08 Thread msebor at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420 --- Comment #3 from Martin Sebor --- The false positive is caused by the local redeclaration of f1() in h() below not having had the type attributes added to it describing the form of the array. This happens because instead of merging the type a

[Bug c/99420] New warning -Warray-parameter

2021-03-08 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever confirmed|0

[Bug c/99420] New warning -Warray-parameter

2021-03-06 Thread egallager at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org,