1 /* Contributed by Joost VandeVondele <jv244@cam.ac.uk> */
4 /* { dg-require-profiling "-pg" } */
5 /* { dg-options "-O2 -pg" } */
6 /* { dg-options "-O2 -pg -static" { target hppa*-*-hpux* } } */
8 extern void abort (void);
13 __attribute__((noinline
))
20 __attribute__((noinline
))
23 if (stack_pointer
+ 1 > 10)
26 stack_pointer
= stack_pointer
+ 1;
32 return stack_pointer
- 1;