https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118436
Bug ID: 118436 Summary: Bogus Warning in Tuple with empty constructor Product: gcc Version: 14.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: sanitizer Assignee: unassigned at gcc dot gnu.org Reporter: disservin.social at gmail dot com CC: dodji at gcc dot gnu.org, dvyukov at gcc dot gnu.org, jakub at gcc dot gnu.org, kcc at gcc dot gnu.org Target Milestone: --- Created attachment 60123 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60123&action=edit reproduction The following code generates a bogus warning coming from the stdlib https://godbolt.org/z/orn98Gdqd Compiled with: -O1 -fsanitize=address -Wall -Wextra