[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2016-02-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 Martin Sebor changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2016-02-24 Thread msebor at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 --- Comment #4 from Martin Sebor --- Author: msebor Date: Wed Feb 24 23:26:42 2016 New Revision: 233686 URL: https://gcc.gnu.org/viewcvs?rev=233686&root=gcc&view=rev Log: PR c/51147 - attribute((mode(byte))) on an enum generates wrong code gcc/

[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2011-11-18 Thread pkoning at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 --- Comment #3 from Paul Koning 2011-11-18 11:49:56 UTC --- That workaround seems to do the right thing for what I need, so I'm no longer stuck. Thanks for the suggestion.

[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2011-11-15 Thread pkoning at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 --- Comment #2 from Paul Koning 2011-11-16 01:47:27 UTC --- Thanks, I'll give that a try for another workaround.

[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2011-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 --- Comment #1 from Andrew Pinski 2011-11-15 23:06:26 UTC --- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15224 fixed the ICE .. Note using attribute packed is more likely what you want to do rather than using mode.

[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2011-11-15 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 Andrew Pinski changed: What|Removed |Added Severity|major |normal

[Bug c/51147] attribute((mode(byte))) on an enum generates wrong code

2011-11-15 Thread pkoning at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147 Paul Koning changed: What|Removed |Added Priority|P3 |P2 Known to fail|