This is the mail archive of the gcc-patches@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]

Re: PATCH: PR middle-end/36253: Caller-save stack slot may not have proper alignment


On Sat, 17 May 2008, H.J. Lu wrote:

> > Here is the updatd patch to use gcc_assert instead.

Please build at least their cc1 when you change targets like
this.

> -#define LOCAL_ALIGNMENT(TYPE, BASIC_ALIGN) \
> - mmix_local_alignment (TYPE, BASIC_ALIGN)
> +#define LOCAL_ALIGNMENT(TYPE, (MODE), BASIC_ALIGN) \

Typo.

> + mmix_local_alignment (TYPE, (MODE), BASIC_ALIGN)

Needless parenthization (sp?).

I agree with Richi to change your change into a NOP.

brgds, H-P


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