On 28 July 2015 at 16:51, Renlin Li <renlin...@arm.com> wrote: > 2015-07-28 Renlin Li <renlin...@arm.com> > > * gcc.target/aarch64/arm_align_max_pwr.c: Make it a compile test case, > check the assembly. > * gcc.target/aarch64/arm_align_max_stack_pwr.c: Likewise.
Hi, #include <stdio.h> #include <assert.h> Test cases should not rely on external headers, see https://gcc.gnu.org/wiki/HowToPrepareATestcase and it looks like neither of these headers are actually required so OK with the includes removed (and tested). Cheers /Marcus