[Bug bootstrap/63545] ICE building GCC hash_table::find_slot_with_hash

2016-02-21 Thread bugzilla-gcc at thewrittenword dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545 --- Comment #5 from The Written Word --- 4.9.3 exhibits the same problem on 11.23/IA and 11.31/IA.

[Bug bootstrap/63545] ICE building GCC hash_table::find_slot_with_hash

2014-10-17 Thread bill.klees at teamquest dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545 --- Comment #4 from Bill Klees --- Much simpler test case -- struct DWstruct { int high, low; }; typedef union { struct DWstruct s; int ll; } DWunion; int __multi3(int u, int v) { const DWunion uu = { .ll = u

[Bug bootstrap/63545] ICE building GCC hash_table::find_slot_with_hash

2014-10-17 Thread bill.klees at teamquest dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545 --- Comment #3 from Bill Klees --- Simplified Preprocessed source fails with same error typedef int TItype __attribute__((mode(TI))); typedef int DItype __attribute__((mode(DI))); typedef unsi

[Bug bootstrap/63545] ICE building GCC hash_table::find_slot_with_hash

2014-10-16 Thread bill.klees at teamquest dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545 --- Comment #2 from Bill Klees --- Created attachment 33734 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33734&action=edit Preprocessed Source for Failing Compile

[Bug bootstrap/63545] ICE building GCC hash_table::find_slot_with_hash

2014-10-16 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|