https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108843
--- Comment #5 from David Binderman ---
Created attachment 57711
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57711&action=edit
C source code
Another test case.
foundBugs $ (ulimit -t 60; time ~/gcc/results/bin/gcc -c -w -O3 bug1023.c)
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108843
--- Comment #4 from Martin Liška ---
Reduced test-case where adding -g takes 20x longer to compile:
$ typedef uint16_t;
typedef uint32_t;
typedef uint64_t;
(safe_rshift_func_int8_t_s_s)() {}
struct S0 {
signed f0 : 5
};
union U1 {
short f0;