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 middle-end/58624] gcc internal compiler error: Segmentaion fault in insert_to_assembler_name_hash


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

--- Comment #9 from Jason Merrill <jason at gcc dot gnu.org> ---
Author: jason
Date: Tue Aug 26 19:39:36 2014
New Revision: 214543

URL: https://gcc.gnu.org/viewcvs?rev=214543&root=gcc&view=rev
Log:
    PR c++/58624
    * pt.c (tsubst_decl) [VAR_DECL]: Copy TLS model.
    (tsubst_copy_and_build) [VAR_DECL]: Use TLS wrapper.
    * semantics.c (finish_id_expression): Don't call TLS wrapper in a
    template.

Added:
    trunk/gcc/testsuite/g++.dg/tls/thread_local10.C
Modified:
    trunk/gcc/cp/ChangeLog
    trunk/gcc/cp/pt.c
    trunk/gcc/cp/semantics.c


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