This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/13654] multiple translation units, inlined constructor: invalid vtable [cygwin 3.3.1]
- From: "gcc at axel-naumann dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 12 Jan 2004 21:41:07 -0000
- Subject: [Bug target/13654] multiple translation units, inlined constructor: invalid vtable [cygwin 3.3.1]
- References: <20040112114019.13654.gcc@axel-naumann.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From gcc at axel-naumann dot de 2004-01-12 21:41 -------
(In reply to comment #2)
> Most likely not a gcc bug but rather a dynamic loader one and a GCC just
cannot happen this case,
I'm surprised that the cygwin dyn loader is the cause, as the issue disappears
1) with stackObj.method() instead of heapObj->method(),
2) or with gcc 3.2 (same cygwin, same binutils as with 3.3.1)
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13654