[Bug c/39843] -funsigned-bitfields discards "aligned" attribute

2021-08-05 Thread jakub at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39843 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #5

[Bug c/39843] -funsigned-bitfields discards "aligned" attribute

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39843 Andrew Pinski changed: What|Removed |Added Target||ILP32 --- Comment #4 from Andrew Pinski

[Bug c/39843] -funsigned-bitfields discards "aligned" attribute

2021-08-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39843 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2021-08-05 Ever confirmed|0

[Bug c/39843] -funsigned-bitfields discards aligned attribute

2009-06-04 Thread mikpe at it dot uu dot se
--- Comment #2 from mikpe at it dot uu dot se 2009-06-04 09:22 --- (In reply to comment #0) % gcc-snapshot -funsigned-bitfields testsuite/gcc.dg/bitfld-3.c % ./a.out Abort Confirmed with gcc-4.4-20090602 and gcc-4.3-20090531 on i686-pc-linux-gnu. I haven't been able to reproduce the

[Bug c/39843] -funsigned-bitfields discards aligned attribute

2009-04-22 Thread mikpe at it dot uu dot se
--- Comment #1 from mikpe at it dot uu dot se 2009-04-22 08:05 --- (In reply to comment #0) % gcc-snapshot -funsigned-bitfields testsuite/gcc.dg/bitfld-3.c % ./a.out Abort Confirmed with gcc-4.3-20090419 on i686-pc-linux-gnu. -- mikpe at it dot uu dot se changed: