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 tree-optimization/65610] [5 Regression] Compare debug failure with -g3 -fsanitize=undefined -fno-sanitize=vptr -O3


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65610

--- Comment #5 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Haven't debugged that part yet.
Looking at decl_maybe_in_construction_p, we'd probably need to treat functions
with DECL_ABSTRACT_ORIGIN being ctor or dtor.
I can look into this on Monday...


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