[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-08-24 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 Sebastian Huber changed: What|Removed |Added Resolution|FIXED |DUPLICATE --- Comment #7 from Sebastian

[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-08-24 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 --- Comment #6 from Mikael Pettersson 2011-08-24 10:25:39 UTC --- For the record, this was fixed on 4.6 branch by r176438, the fix for PR49768. The test cases are essentially the same, so PR49119 is a dupe of PR49768.

[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-08-24 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 Sebastian Huber changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Known to work|

[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-08-23 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 --- Comment #4 from Sebastian Huber 2011-08-23 15:01:59 UTC --- Created attachment 25084 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=25084 Generated assembler file. Command line: powerpc-rtems4.11-gcc -O2 -save-temps -fverbose-asm -c bs

[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-08-22 Thread mikpe at it dot uu.se
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 Mikael Pettersson changed: What|Removed |Added CC||mikpe at it dot uu.se --- Comment #3

[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-08-22 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 --- Comment #2 from Sebastian Huber 2011-08-22 12:19:24 UTC --- This bug is not present in GCC 4.7.0 20110820. Does anyone know which commit fixed this problem? Is it possible to integrate the fix in GCC 4.6?

[Bug c/49119] PowerPC: Wrong code with designated initializers and bit fields

2011-05-23 Thread sebastian.hu...@embedded-brains.de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49119 --- Comment #1 from Sebastian Huber 2011-05-23 08:00:49 UTC --- Created attachment 24334 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24334 C source code corresponding to the assembler code.