This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/35657] [4.3] Alignments of DFP types aren't consistent



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]