Commit fc9cfd23 by Nicola Pero

Fixed compilation of bitfields of enumerations in args and ivars

From-SVN: r47928
parent ad1a6d45
......@@ -6832,7 +6832,8 @@ encode_complete_bitfield (int position, tree type, int size)
charType = 'q';
}
}
else if (code == ENUMERAL_TYPE)
charType = 'i';
else
abort ();
......
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