[Bug target/70733] Wrong code with nested structs and bit field.

2016-04-20 Thread rguenth at gcc dot gnu.org
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.

2016-04-20 Thread vsevolod.livinskij at frtk dot ru
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.