Re: The macro STACK_BOUNDARY may overflow

2024-01-12 Thread Paul Iannetta via Gcc
On Sat, Mar 25, 2023 at 10:28:02AM -0600, Jeff Law via Gcc wrote: > On 3/24/23 07:48, Paul Iannetta via Gcc wrote: > > Hi, > > > > Currently, the macro STACK_BOUNDARY is defined as > > > >Macro: STACK_BOUNDARY > > Define this macro to the minimum alignment enforced by hardware for > >

Re: The macro STACK_BOUNDARY may overflow

2023-03-25 Thread Jeff Law via Gcc
On 3/24/23 07:48, Paul Iannetta via Gcc wrote: Hi, Currently, the macro STACK_BOUNDARY is defined as Macro: STACK_BOUNDARY Define this macro to the minimum alignment enforced by hardware for the stack pointer on this machine. The definition is a C expression for the des

The macro STACK_BOUNDARY may overflow

2023-03-24 Thread Paul Iannetta via Gcc
Hi, Currently, the macro STACK_BOUNDARY is defined as Macro: STACK_BOUNDARY Define this macro to the minimum alignment enforced by hardware for the stack pointer on this machine. The definition is a C expression for the desired alignment (measured in bits). This value is u