This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/11804] Wrong warning about explicit initialization of base class default constructor
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 27 Aug 2003 16:01:48 -0000
- Subject: [Bug c++/11804] Wrong warning about explicit initialization of base class default constructor
- References: <20030805101134.11804.nicolas.burrus@lrde.epita.fr>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11804
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
------- Additional Comments From bangerth at dealii dot org 2003-08-27 16:01 -------
I think the request makes sense -- the bases are empty, so nothing can happen when
you forget the base initializer. I've also opened the other PR again, which hasn't been
fixed (or has reappeared) despite the message in the audit trail.
W.