This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16090] New: fails to flag missing copy constructor (or generate one?)
- From: "igodard at pacbell dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Jun 2004 08:18:02 -0000
- Subject: [Bug c++/16090] New: fails to flag missing copy constructor (or generate one?)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The code blows up at link time due to the absence of a copy constructor. Correct; there isn't one. But if one was required explicit in the source there should have been an error message at compile time, and if one was not required then there should have been one automatically generated and the link should not have failed. Take your pick :-)
Ivan
--
Summary: fails to flag missing copy constructor (or generate
one?)
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: igodard at pacbell dot net
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16090