[Bug c++/29039] [4.0/4.1/4.2 Regression] implicitly defined constructor for class with reference member

2006-10-17 Thread mmitchel at gcc dot gnu dot org
--- Comment #2 from mmitchel at gcc dot gnu dot org 2006-10-17 22:35 --- Subject: Bug 29039 Author: mmitchel Date: Tue Oct 17 22:35:29 2006 New Revision: 117834 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117834 Log: PR c++/29039 * typeck2.c (build_functional

[Bug c++/29039] [4.0/4.1/4.2 Regression] implicitly defined constructor for class with reference member

2006-09-20 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Priority|P3 |P2 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29039

[Bug c++/29039] [4.0/4.1/4.2 Regression] implicitly defined constructor for class with reference member

2006-09-12 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-09-12 19:08 --- Even though we give a weird error message in 3.4.0 and before, we rejected the code: t.cc: In function `struct S f()': t.cc:11: no matching function for call to `S::._0 ()' t.cc:6: candidates are: S::._0(const S &)