[Bug target/15087] IA64: Wrong alignment for structure > 8 byte

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Apr 23 01:59:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-23 01:40 -------
Confirmed, the problem is the following define:
#define DATA_ALIGNMENT(TYPE, ALIGN)             \
  (TREE_CODE (TYPE) == ARRAY_TYPE               \
   && TYPE_MODE (TREE_TYPE (TYPE)) == QImode    \
   && (ALIGN) < BITS_PER_WORD ? BITS_PER_WORD : (ALIGN))

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
           Keywords|                            |ABI, wrong-code
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-23 01:40:38
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15087



More information about the Gcc-bugs mailing list