2 /* { dg-require-effective-target stdint_types } */
3 /* { dg-options "-fdump-tree-alias-details" } */
4 /* { dg-skip-if "" { *-*-* } { "-O0" "-fno-fat-lto-objects" } { "" } } */
9 uintptr_t __attribute__((noinline
,const)) bar(int ***p
) { return (uintptr_t)p
; }
10 void __attribute__((noinline
))
20 *x
= &i
; /* *ANYTHING = &i has to make sure that y points to i. */
23 extern void abort (void);
33 /* { dg-final { scan-tree-dump "y.\?.._. = { i }" "alias" } } */
34 /* { dg-final { scan-tree-dump "y.\?.._., points-to NULL, points-to vars: { D..... }" "alias" } } */