Commit 925e30ff by Jakub Jelinek Committed by Jakub Jelinek

* ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.

From-SVN: r193722
parent e13d9d5a
2012-11-22 Jakub Jelinek <jakub@redhat.com>
* ree.c (struct ext_modified): Add ATTRIBUTE_PACKED.
2012-11-22 Georg-Johann Lay <avr@gjlay.de> 2012-11-22 Georg-Johann Lay <avr@gjlay.de>
Adjust decimal point of signed accum mode to GCC default. Adjust decimal point of signed accum mode to GCC default.
...@@ -475,7 +475,7 @@ enum ext_modified_kind ...@@ -475,7 +475,7 @@ enum ext_modified_kind
EXT_MODIFIED_SEXT EXT_MODIFIED_SEXT
}; };
struct ext_modified struct ATTRIBUTE_PACKED ext_modified
{ {
/* Mode from which ree has zero or sign extended the destination. */ /* Mode from which ree has zero or sign extended the destination. */
ENUM_BITFIELD(machine_mode) mode : 8; ENUM_BITFIELD(machine_mode) mode : 8;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment