This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/68301] self-dependent reference member initialization not diagnosed
- From: "egallager at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 21 Aug 2017 15:17:25 +0000
- Subject: [Bug c++/68301] self-dependent reference member initialization not diagnosed
- Auto-submitted: auto-generated
- References: <bug-68301-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68301
Eric Gallager <egallager at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2017-08-21
CC| |egallager at gcc dot gnu.org
See Also| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=2972,
| |https://gcc.gnu.org/bugzill
| |a/show_bug.cgi?id=19808
Ever confirmed|0 |1
--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to Martin Sebor from comment #1)
> This seems related to bug 2972 or bug 19808 and probably falls under the
> Wuninitialized alias.
Confirming as related to but separate from those bugs.