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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420
Martin Liška changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Ever confirmed|0
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99420
Eric Gallager changed:
What|Removed |Added
CC||egallager at gcc dot gnu.org,