This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/31960] Premature hiding of symbols makes a copy constructor shooting at its own foot
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 May 2007 14:55:23 -0000
- Subject: [Bug c++/31960] Premature hiding of symbols makes a copy constructor shooting at its own foot
- References: <bug-31960-14556@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from bangerth at dealii dot org 2007-05-17 15:55 -------
Initializer syntax
int i = i;
is a gcc extension. You may want to read the documentation of -Winit-self.
W.
--
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bangerth at dealii dot org
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31960