comparison gcc/testsuite/gcc.dg/tree-ssa/loadpre6.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile { target nonpic } } */ 1 /* { dg-do compile { target { nonpic || pie_enabled } } } */
2 /* { dg-options "-O2 -fdump-tree-pre-stats -fdump-tree-fre1" } */ 2 /* { dg-options "-O2 -fdump-tree-pre-stats -fdump-tree-fre1" } */
3 #include <stddef.h> 3 #include <stddef.h>
4 4
5 union tree_node; 5 union tree_node;
6 typedef union tree_node *tree; 6 typedef union tree_node *tree;