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.
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63545
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|