[Bug c++/18207] misleading diagnostic for ill-formed implicitly-defined default constructor

2007-08-17 Thread pcarlini at suse dot de
--- Comment #2 from pcarlini at suse dot de 2007-08-17 16:15 --- This is fixed in the active branches. Now the diagnostic is: 18207.C: In constructor 's::s()': 18207.C:8: error: no matching function for call to 'm::m()' 18207.C:4: note: candidates are: m::m(const m&) 18207.C: In constru

[Bug c++/18207] misleading diagnostic for ill-formed implicitly-defined default constructor

2005-01-27 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Severity|normal |minor Last reconfirmed|2004-10-29 13:10:16 |2005-01-28 06:20:36 date|

[Bug c++/18207] misleading diagnostic for ill-formed implicitly-defined default constructor

2004-10-29 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-29 13:10 --- Confirmed. -- What|Removed |Added Status|UNCONFIRMED |NEW E