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

Marek Polacek <mpolacek at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2014-11-11
     Ever confirmed|0                           |1

--- Comment #1 from Marek Polacek <mpolacek at gcc dot gnu.org> ---
I see a different ICE:

<built-in>: internal compiler error: Segmentation fault
0xec336e crash_signal
    /home/marek/src/gcc/gcc/toplev.c:358
0x18092ea ht_lookup_with_hash(ht*, unsigned char const*, unsigned long,
unsigned int, ht_lookup_option)
    /home/marek/src/gcc/libcpp/symtab.c:111
0x17fe12f lex_identifier
    /home/marek/src/gcc/libcpp/lex.c:1343
0x180086b _cpp_lex_direct
    /home/marek/src/gcc/libcpp/lex.c:2394
0x180160b _cpp_lex_token
    /home/marek/src/gcc/libcpp/lex.c:2162
0x17f255f lex_macro_node
    /home/marek/src/gcc/libcpp/directives.c:553
0x17f30f2 do_define
    /home/marek/src/gcc/libcpp/directives.c:594
0x17f5aae run_directive
    /home/marek/src/gcc/libcpp/directives.c:541
0x17f5b3b cpp_define(cpp_reader*, char const*)
    /home/marek/src/gcc/libcpp/directives.c:2392
0x948d78 builtin_define_with_hex_fp_value
    /home/marek/src/gcc/gcc/c-family/c-cppbuiltin.c:1442
0x9442f8 builtin_define_float_constants
    /home/marek/src/gcc/gcc/c-family/c-cppbuiltin.c:254
0x9476fc c_cpp_builtins(cpp_reader*)
    /home/marek/src/gcc/gcc/c-family/c-cppbuiltin.c:947
0x95a741 c_finish_options
    /home/marek/src/gcc/gcc/c-family/c-opts.c:1288
0x959f9c c_common_parse_file()
    /home/marek/src/gcc/gcc/c-family/c-opts.c:1032
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.

Reply via email to