Merge aosp-toolchain/gcc/gcc-4_9 changes.
[official-gcc.git] / gcc-4_9 / gcc / testsuite / gcc.target / mips / mmcount-ra-address-3.c
blob17bcb76be5018fa66fa7eea435138cd4c38a6a01
1 /* { dg-do compile } */
2 /* { dg-options "-pg -mmcount-ra-address -mabi=64 -mno-abicalls" } */
3 /* { dg-skip-if "requiring a specific frame layout makes this a code quality test" { *-*-* } { "-O0" } { "" } } */
4 /* { dg-final { scan-assembler "\tdla\t\\\$12,200008\\(\\\$sp\\)" } } */
5 int foo (int *);
6 NOMIPS16 int bar(int i)
8 int big[50000];
9 return foo (big) + 2;