aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-vectorizer.h
diff options
context:
space:
mode:
authorKewen Lin <linkw@linux.ibm.com>2023-08-15 03:01:20 -0500
committerKewen Lin <linkw@linux.ibm.com>2023-08-15 03:01:20 -0500
commitecb95399f43873e1f34119ac260bbea2ef358e53 (patch)
treed15b2ec0f6ee232c8eb9a4b2f11e73b0b0bdd9ba /gcc/tree-vectorizer.h
parenta74d0d36a3f3373096963bb7a4c7ebbcab01221d (diff)
downloadgcc-ecb95399f43873e1f34119ac260bbea2ef358e53.zip
gcc-ecb95399f43873e1f34119ac260bbea2ef358e53.tar.gz
gcc-ecb95399f43873e1f34119ac260bbea2ef358e53.tar.bz2
Makefile.in: Make recog.h depend on $(TREE_H) [PR111021]
Commit r14-3093 introduced a random build failure on build/gencondmd.cc building. Since r14-3093 make recog.h include tree.h, which further includes (depends on) some files that are generated during the building, such as: all-tree.def, tree-check.h etc, when building file build/gencondmd.cc, the build can fail if these dependences are not ready. So this patch is to teach this dependence. Thank Jan-Benedict Glaw for testing this! PR bootstrap/111021 gcc/ChangeLog: * Makefile.in (RECOG_H): Add $(TREE_H) as dependence.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions