Commit 9a5be7f9 by Janis Johnson Committed by Janis Johnson

20020118-1.c: Force 128-bit stack alignment for EABI targets.

	* gcc.target/powerpc/20020118-1.c: Force 128-bit stack alignment
	for EABI targets.
	* gcc.c-torture/execute/nest-align-1.x: New.

From-SVN: r200887
parent be1a0d71
2013-07-10 Janis Johnson <janisjo@codesourcery.com>
* gcc.target/powerpc/20020118-1.c: Force 128-bit stack alignment
for EABI targets.
* gcc.c-torture/execute/nest-align-1.x: New.
2013-07-10 Paolo Carlini <paolo.carlini@oracle.com>
PR c++/57874
......
# Force bigger stack alignment for PowerPC EABI targets.
if { [istarget "powerpc-*-eabi*"] } {
set additional_flags "-mno-eabi"
}
return 0
/* { dg-do run { target powerpc*-*-* } }*/
/* VxWorks only guarantees 64 bits of alignment (STACK_BOUNDARY == 64). */
/* { dg-skip-if "" { "powerpc*-*-vxworks*" } { "*" } { "" } } */
/* Force 128-bit stack alignment for eabi targets. */
/* { dg-options "-mno-eabi" { target powerpc*-*-eabi* } } */
/* Test local alignment. Test new target macro STARTING_FRAME_PHASE. */
/* Origin: Aldy Hernandez <aldyh@redhat.com>. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment