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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #13 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Note the thread_local10.C test fails on the 4.8 branch.
The problem is that the 4.8 branch doesn't contain the
https://gcc.gnu.org/viewcvs/gcc/trunk/gcc/testsuite/g%2B%2B.dg/plugin/plugin.exp?r1=208416&r2=208415&pathrev=208416&limit_changes=0&view=patch
the change and thus if plugin.exp is run before tls.exp, the default flags
include -ansi.
Jason, do you think that change (just the plugin.exp one) is ok for 4.8.4, or
alternatively we can add something like
// { dg-options "" }
to the test.


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