3 /* { dg-options "-O2 -pg" } */
4 /* { dg-error "profiler" "No profiler support" { target mmix-*-* } 0 } */
5 /* Support for -pg on irix relies on gcrt1.o which doesn't exist yet.
6 See: http://gcc.gnu.org/ml/gcc/2002-10/msg00169.html */
7 /* { dg-error "gcrt1.o" "Profiler support missing" { target mips*-*-irix* } 0 } */
12 long bar (long z
) { return z
* 2; }
14 for (i
= 0; i
< x
; i
++)