Hi all, This is a simple patch to make arm_align_max_stack_pwr.c and arm_align_max_pwr.c compile test cases, instead of execution tests. In my local machine, those test cases pass. However, they fail on some systems with process memory usage restrictions. Anyway, the required space for those two newly defined macros are too big. By rewriting the test cases, the basic maximum alignment support is checked at compile time. The correct code generation is checked by scanning assembly output. Tested using aarch64-none-linux-gnu and aarch64-none-elf toolchain. They all passes. Okay to commit? gcc/testsuite/ChangeLog: 2015-07-28 Renlin Li * 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.