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++/46400] g++ Segmentation Fault on heavily templated project.


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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-06-24 21:11:19 UTC ---
Author: jakub
Date: Fri Jun 24 21:11:16 2011
New Revision: 175389

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=175389
Log:
    PR c++/46400
    * cp-tree.h (union lang_tree_node): Use TYPE_NEXT_VARIANT
    instead of TYPE_CHAIN for chain_next for types.

    * c-decl.c (union lang_tree_node): Use TYPE_NEXT_VARIANT
    instead of TYPE_CHAIN for chain_next for types.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-decl.c
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/cp-tree.h


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