This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15229] Omits constructor calls for variables not used otherwise.
- From: "duz at sol-3 dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Apr 2004 16:43:57 -0000
- Subject: [Bug c++/15229] Omits constructor calls for variables not used otherwise.
- References: <20040430155448.15229.duz@sol-3.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From duz at sol-3 dot de 2004-04-30 16:43 -------
I just tried it on solaris-8 for sparc, with the compiler prebuilt from
sunfreeware.com:
$ /usr/local/bin/g++ -v -help
Reading specs from /usr/local/lib/gcc/sparc-sun-solaris2.8/3.4.0/specs
Configured with: ../configure --with-as=/usr/ccs/bin/as
--with-ld=/usr/ccs/bin/ld --disable-nls
Thread model: posix
gcc version 3.4.0
$
Same problem.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15229