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
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
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
Priority: P3
Component: bootstrap
Assignee: unassigned at gcc dot gnu.org
Reporter: bill.klees at teamquest dot com
Target: ia64-hp-hpux11.23
Created attachment 33726
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33726&action=edit
con
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63502
--- Comment #1 from Bill Klees ---
Setting breakpoint at s390_add_constant
Breakpoint 5, s390_add_constant (pool=0x80da0880, val=0x20003889cc0,
mode=BLKmod
at /home/bjk/gcc/gcc-4.9.1/./gcc/config/s390/s390.c:6400
6400 for (i = 0; i < NR
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: bill.klees at teamquest dot com
Created attachment 33673
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=33673&action=edit
ii file.
System
--
Linux 2.6.18-238.el5 #1 SMP Sun