1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fprofile-use -fopt-info" } */
4 void process(const char *s
);
10 void UInt2Str(struct BaseHolder
*b
, unsigned int x
) {
11 static const char digit
[] = "0123456789abcdefghijklmnopqrstuvwxyz";
15 buf
[--i
] = digit
[x
% b
->base_
];
21 /* Ignore a warning that is irrelevant to the purpose of this test. */
22 /* { dg-prune-output ".*\.gcda not found, execution counts estimated.*" } */