public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/61558] New: ice in insert_to_assembler_name_hash
@ 2014-06-19  7:41 dcb314 at hotmail dot com
  2014-06-19  8:03 ` [Bug c++/61558] [4.10 Regression] ICE: Segmentation fault trippels at gcc dot gnu.org
                   ` (18 more replies)
  0 siblings, 19 replies; 20+ messages in thread
From: dcb314 at hotmail dot com @ 2014-06-19  7:41 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 61558
           Summary: ice in insert_to_assembler_name_hash
           Product: gcc
           Version: 4.9.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

Created attachment 32971
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=32971&action=edit
gzipped C++ source code

The attached source code, when compiled by trunk dated 20140618,
does this 

../results/bin/gcc -c bug150.cc
Swift/Controllers/FileTransfer/FileTransferController.cpp:149:1: internal
compiler error: Segmentation fault
0xa9697f crash_signal
    ../../src/trunk/gcc/toplev.c:337
0x7453b0 insert_to_assembler_name_hash
    ../../src/trunk/gcc/symtab.c:187
0x745f8b insert_to_assembler_name_hash
    ../../src/trunk/gcc/symtab.c:181
0x745f8b symtab_initialize_asm_name_hash()
    ../../src/trunk/gcc/symtab.c:366
0x745f8b symtab_node_for_asm(tree_node const*)
    ../../src/trunk/gcc/symtab.c:379
0x753320 handle_alias_pairs
    ../../src/trunk/gcc/cgraphunit.c:1152
0x756a5c finalize_compilation_unit()
    ../../src/trunk/gcc/cgraphunit.c:2320
0x5b720b cp_write_global_declarations()
    ../../src/trunk/gcc/cp/decl2.c:4647
Please submit a full bug report,
with preprocessed source if appropriate.
Please include the complete backtrace with any bug report.
See <http://gcc.gnu.org/bugs.html> for instructions.

Compiler source code is

      tree name = DECL_ASSEMBLER_NAME (node->decl);

My guess is that node->decl is NULL.


^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2014-12-15  4:12 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-19  7:41 [Bug c++/61558] New: ice in insert_to_assembler_name_hash dcb314 at hotmail dot com
2014-06-19  8:03 ` [Bug c++/61558] [4.10 Regression] ICE: Segmentation fault trippels at gcc dot gnu.org
2014-06-19  8:52 ` [Bug middle-end/61558] " trippels at gcc dot gnu.org
2014-06-25 10:47 ` trippels at gcc dot gnu.org
2014-07-12  5:18 ` trippels at gcc dot gnu.org
2014-08-26 12:28 ` [Bug middle-end/61558] [5 " trippels at gcc dot gnu.org
2014-08-29  9:05 ` trippels at gcc dot gnu.org
2014-09-08  0:44 ` hubicka at gcc dot gnu.org
2014-09-09 13:26 ` kikairoya at gmail dot com
2014-10-01 14:46 ` trippels at gcc dot gnu.org
2014-10-01 14:47 ` trippels at gcc dot gnu.org
2014-10-13  9:31 ` hubicka at gcc dot gnu.org
2014-10-13 11:58 ` hubicka at gcc dot gnu.org
2014-10-14 13:33 ` jason at gcc dot gnu.org
2014-11-19 12:44 ` dcb314 at hotmail dot com
2014-12-12 10:24 ` trippels at gcc dot gnu.org
2014-12-12 13:29 ` rguenth at gcc dot gnu.org
2014-12-12 18:48 ` hubicka at gcc dot gnu.org
2014-12-15  3:45 ` hubicka at gcc dot gnu.org
2014-12-15  4:12 ` hubicka at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).