[Bug c++/26029] New: Member initialization by constructor parameter object method calls

2006-01-30 Thread Don at Skyler dot com
c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Don at Skyler dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26029

[Bug c++/26024] Initializing using methods of class object passed to constructor

2006-01-30 Thread Don at Skyler dot com
--- Comment #3 from Don at Skyler dot com 2006-01-30 12:39 --- Subject: Re: Initializing using methods of class object passed to constructor On 30 Jan 2006 10:29:01 -, you wrote: > > >--- Comment #2 from rguenth at gcc dot gnu dot org 2006-01-30 10:29 >--

[Bug c++/26024] Initializing using methods of class object passed to constructor

2006-01-29 Thread Don at Skyler dot com
--- Comment #1 from Don at Skyler dot com 2006-01-30 05:30 --- Somehow when I copied and pasted the first line in main came out wrong; it should be: D d(Initializer()); which produces the apparently incorrect error as noted. -- http://gcc.gnu.org/bugzilla

[Bug c++/26024] New: Initializing using methods of class object passed to constructor

2006-01-29 Thread Don at Skyler dot com
ED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: Don at Skyler dot com http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26024