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 c++/13463] inlined constructor -> invalid vtable issue [3.3.1-cygwin]


------- Additional Comments From gcc at axel-naumann dot de  2003-12-22 11:38 -------
Created an attachment (id=5353)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=5353&action=view)
sources, Makefile, .ii showing the issue

"cd gcc331_cygwin_vtable && make && ./vtbl.exe" will result in a core dump
cause by the issue. #undefine INLINE_CTOR in vtbllib.hpp to prevent VL's c'tor
from being inlined, and to make the core dump go away.

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13463


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