aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/include/Makefile.in
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2004-12-19 21:52:55 +0000
committerDaniel Berlin <dberlin@dberlin.org>2004-12-19 21:52:55 +0000
commit1be715122a4a7b8aa0b4eec73fd5ffc73ba790b3 (patch)
treea36d76fa71baf1e6608ee2780467597e76ab8b1f /libstdc++-v3/include/Makefile.in
parenta0929106fda5086c00348c12e6ef755bcb7b0aa0 (diff)
Mainline merge, revert partial def/use changes.
Plus 2004-12-22 Daniel Berlin <dberlin@dberlin.org> * tree-ssa-alias.c: Include vec.h. (get_fake_vars_for_var): New function. (get_fake_vars_for_component_ref): Ditto. (compute_flow_insensitive_aliasing): Use get_fake_vars_for_var. (setup_pointers_and_addressables): Ditto here. (add_pointed_to_var): If we were really passed a component ref, try to get a set of fake variables from it. Otherwise, make sure to include all the approriate fake variables into the pointed-to set. (bitpos_of_field): New function. (push_fields_onto_fieldstack): Ditto. (var_subvar_hash): Ditto. (var_subvar_free): Ditto. (var_subvar_eq): Ditto. (lookup_subvars_for_var): Ditto. (get_subvars_for_var): Ditto. (create_overlap_variables_for): Ditto. (create_structure_vars): Ditto. (ref_contains_array_ref): Ditto. (pass_create_structure_vars): New structure. * tree-flow.h (get_fake_vars_for_component_ref): Prototype. (get_fake_vars_for_var): Ditto. (mem_tag_kind): Add STRUCT_FIELD. * tree-ssa-operands.c (note_addressable): Add fake vars into addressable set. (get_expr_operands): Add fake variables when we add regular variable. git-svn-id: https://gcc.gnu.org/svn/gcc/branches/structure-aliasing-branch@92391 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/include/Makefile.in')
-rw-r--r--libstdc++-v3/include/Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/include/Makefile.in b/libstdc++-v3/include/Makefile.in
index 90ddb9b9704..44723bef1d5 100644
--- a/libstdc++-v3/include/Makefile.in
+++ b/libstdc++-v3/include/Makefile.in
@@ -1,4 +1,4 @@
-# Makefile.in generated by automake 1.9.1 from Makefile.am.
+# Makefile.in generated by automake 1.9.3 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
@@ -446,7 +446,10 @@ tr1_srcdir = ${glibcxx_srcdir}/include/tr1
tr1_builddir = ./tr1
tr1_headers = \
${tr1_srcdir}/array \
- ${tr1_srcdir}/tuple
+ ${tr1_srcdir}/functional \
+ ${tr1_srcdir}/tuple \
+ ${tr1_srcdir}/utility \
+ ${tr1_srcdir}/type_traits
# This is the common subset of files that all three "C" header models use.