Daily bump.
[official-gcc.git] / gcc / testsuite / gcc.target / s390 / pr57559.c
blob15c3878c4cfaa4154641f7d5ce612774db7238de
1 /* PR rtl-optimization/57559 */
3 /* { dg-do compile } */
4 /* { dg-options "-march=z10 -m64 -mzarch -O1" } */
6 typedef int int32_t;
7 typedef unsigned char uint8_t;
8 typedef unsigned int uint32_t;
9 struct _IO_marker
12 static const int32_t mfcone = 1;
13 static const uint8_t *mfctop = (const uint8_t *) &mfcone;
14 int32_t
15 decContextTestEndian (uint8_t quiet)
17 int32_t res = 0;
18 uint32_t dle = (uint32_t) 0;
19 if (*(int *) 10 != 0)
21 res = (int32_t) * mfctop - dle;
23 return res;