https://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147
Martin Sebor changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
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/
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.
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.
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.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147
Andrew Pinski changed:
What|Removed |Added
Severity|major |normal
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51147
Paul Koning changed:
What|Removed |Added
Priority|P3 |P2
Known to fail|