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 target/55014] ICE: Segmentation fault while compiling complex_io.cc on x86_64-w64-mingw32


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

SquallATF <squallatf at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |squallatf at gmail dot com

--- Comment #2 from SquallATF <squallatf at gmail dot com> 2012-10-24 13:04:48 UTC ---
I get the same ICE when compiling i686-w64-mingw32 rev 192488 and beyond
this gdb info

Analyzing compilation unit
Performing interprocedural optimizations
 <*free_lang_data> <visibility> <early_local_cleanups> {GC 10079k -> 7915k}
<*free_inline_summary> <emutls> <whole-program> <profile_estimate> <cp>
<inline> <pure-const> <static-var>Assembling functions:
 virtual std::basic_stringbuf<wchar_t>::~basic_stringbuf() virtual
std::basic_stringbuf<char>::~basic_stringbuf() std::basic_istream<_CharT,
_Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&,
std::complex<_Tp>&) [with _Tp = float; _CharT = char; _Traits =
std::char_traits<char>] std::basic_ostream<_CharT, _Traits>&
std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::complex<_Tp>&)
[with _Tp = float; _CharT = char; _Traits = std::char_traits<char>]
Program received signal SIGSEGV, Segmentation fault.
0x00a2afc5 in emit_case_dispatch_table(tree_node*, tree_node*, case_node*,
rtx_def*, tree_node*, tree_node*, tree_node*, basic_block_def*) ()
    at ../../gcc/stmt.c:1919
1919      edge default_edge = EDGE_SUCC(stmt_bb, 0);
(gdb) warning: (Internal error: pc 0xa2afc5 in read in psymtab, but not in
symtab.)

warning: (Internal error: pc 0xa2afc5 in read in psymtab, but not in symtab.)


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