------- Comment #5 from ubizjak at gmail dot com  2008-03-08 18:18 -------
(In reply to comment #3)
> Created an attachment (id=15283)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15283&action=view) [edit]
> A real patch
> 
> Correct patch.

> -ADJUST_ALIGNMENT (DI, (TARGET_64BIT || TARGET_ALIGN_DOUBLE) ? 8 : 4);
> +ADJUST_ALIGNMENT (DI, (TARGET_64BIT
> +                    || TARGET_MACHO
> +                    || TARGET_ALIGN_DOUBLE) ? 8 : 4);

This failure is not darwin specific, so the fix is wrong. Please see Comment
#4.


-- 


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

Reply via email to