MAINTAINERS: Change my contact email in MAINTAINERS file.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr105231.c
blob00121fd8d1ea51ba644cc38a55c4ccc07ee5dfb7
1 /* { dg-do compile } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-require-effective-target dfp } */
4 /* { dg-additional-options "-fsanitize-coverage=trace-pc -fnon-call-exceptions --param=max-cse-insns=1 -frounding-math" } */
5 /* { dg-additional-options "-mstack-arg-probe" { target x86_64-*-* i?86-*-* } } */
7 void baz (int *);
8 void bar (double, double, _Decimal64);
10 void
11 foo (void)
13 int s __attribute__((cleanup (baz)));
14 bar (0xfffffffffffffffe, 0xebf3fff2fbebaf7f, 0xffffffffffffff);