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

2006-01-30 Thread brainchild at skyler dot com
--- Comment #4 from brainchild at skyler dot com 2006-01-30 21:42 --- Sorry, just realized that's not what you asked for. Here is output of gcc -v: $ ./gcc -v Reading specs from /usr/lib/gcc/i686-pc-cygwin/3.4.4/specs Configured with: /gcc/gcc-3.4.4/gcc-3.4.4-1/configure --ve

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

2006-01-30 Thread brainchild at skyler dot com
--- Comment #3 from brainchild at skyler dot com 2006-01-30 21:40 --- Per your request, the --version output: g++ (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125) Copyright (C) 2004 Free Software Foundation, Inc. This is free software; see the source for copying conditions

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

2006-01-30 Thread brainchild at skyler dot com
--- Comment #2 from brainchild at skyler dot com 2006-01-30 21:36 --- The gcc version is 3.4.4, the one in the current Cygwin distribution. It must have been fixed since then, though. I downloaded and built gcc 4.0.2 and it gives the correct output, i_=1. So, I guess you can consider