[Bug target/70733] Wrong code with nested structs and bit field.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70733 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---
[Bug target/70733] Wrong code with nested structs and bit field.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70733 --- Comment #1 from Vsevolod Livinskiy --- (In reply to Vsevolod Livinskiy from comment #0) > Created attachment 38314 [details] > Reproducer. > > Test case produces incorrect result. > > Output: > > clang++ repr.cpp; ./a.out > -4 > > g++ repr.