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++/72809] ICE on x86_64-linux-gnu (Segmentation fault, tree_check)


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

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Author: jakub
Date: Tue Aug  9 07:23:47 2016
New Revision: 239272

URL: https://gcc.gnu.org/viewcvs?rev=239272&root=gcc&view=rev
Log:
        PR c++/72809
        * rtti.c (get_pseudo_ti_index): Return TK_CLASS_TYPE for
        builtin aggregate types without TYPE_BINFO.

        * g++.dg/eh/stdarg1.C: New test.

Added:
    trunk/gcc/testsuite/g++.dg/eh/stdarg1.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/rtti.c
    trunk/gcc/testsuite/ChangeLog

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