This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/13654] multiple translation units, inlined constructor: invalid vtable [cygwin 3.3.1]


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]