https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297
--- Comment #4 from Richard Biener ---
typedef unsigned int uint32_t;
typedef uint32_t target_ulong;
typedef uint32_t target_ulong __attribute__((aligned(4)));
typedef struct tcg_context_t {
target_ulong *gen_opc_pc;
} tcg_context_t;
(gdb)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297
Richard Biener changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297
--- Comment #2 from Piotr Zierhoffer ---
Created attachment 38024
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38024&action=edit
Test case with -save-temps
This file does NOT trigger the bug.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70297
--- Comment #1 from Piotr Zierhoffer ---
Created attachment 38023
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38023&action=edit
gcc -v output