------- Comment #8 from hjl dot tools at gmail dot com 2008-04-29 18:44 ------- On IA32, all 8 byte types should be aligned at 4 byte and 16byte types should be aligned at 16 byte. The only discrepancy is alignment of 8byte DFP type, _Decimal64. Gcc aligns it at 8 byte. But we should treat its alignment like double.
-- hjl dot tools at gmail dot com changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.3] TDmode isn't aligned |[4.3] Alignments of DFP |at 128bit when passing to a |types aren't consistent |function | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35657