Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: brlcad at mac dot com
Target Milestone: ---
Created attachment 41182
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=41182&action=edit
False positive, compile with: gcc -Warray-bou
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83201
Sean changed:
What|Removed |Added
CC||brlcad at mac dot com
--- Comment #23 from Sean
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83201
--- Comment #25 from Sean ---
Ah, that makes sense, thank you Richard. I didn't pay as close attention to
the actual swap() code and casting going on there.
Apparently unrelated, but perhaps worth noting the reason this come up on my
radar is b
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80406
--- Comment #4 from Sean ---
Can confirm the warning no longer appears to issue (at least as of GCC 11).