This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/3598: more virtual inheritance ctor problems
- To: gcc-bugs at gcc dot gnu dot org, nathan at gcc dot gnu dot org
- Subject: Re: c++/3598: more virtual inheritance ctor problems
- From: scott snyder <snyder at fnal dot gov>
- Date: 21 Jul 2001 16:58:12 -0500
- References: <20010717144647.5704.qmail@sourceware.cygnus.com>
hi -
I just wanted to add that last night i managed to find a workaround
for this problem. If i ensure that all the classes in the hierarchy
have at least one data member, then the problem goes away.
If i go back to the application i was originally trying to build
and do the same thing there, i can get it to execute correctly.
Yay! So this problem is no longer so urgent for me.
sss