https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118867
Patrick Palka <ppalka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|needs-bisection |
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=57252
CC| |ppalka at gcc dot gnu.org
--- Comment #7 from Patrick Palka <ppalka at gcc dot gnu.org> ---
> Would be useful to have a bisect on where the original testcase in comment
> #0 started to warn.
GCC 14 compiling GCC 15 preprocessed sources also emits the warning, while GCC
15 compiling GCC 14 preprocessed sources doesn't emit the warning, which
suggests it started with a libstdc++ commit. AFAICT it started with
r15-5909-gf29d1b5836790e "libstdc++: Add fancy pointer support to std::list
[PR57272]".