1 /* PR tree-optimization/111009 */
3 /* { dg-options "-O3 -fno-strict-overflow" } */
10 __attribute__((noipa
)) static void __dso_id__cmp_(void) {}
12 __attribute__((noipa
))
13 static int bug(struct dso
* d
, struct dso
*dso
)
20 // prevent null deref below
22 if (dso
== curr
) return 1;
26 if (!(a
&& *a
)) __dso_id__cmp_();
33 __attribute__((noipa
))
35 struct dso d
= { 0, 0, };