This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r130303 - in /branches/gimple-tuples-branch: ./...


Author: dnovillo
Date: Tue Nov 20 01:37:40 2007
New Revision: 130303

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=130303
Log:

	Merge with mainline @130291.

	* configure.ac (ACX_PKGVERSION): Update revision merge string.
	* configure: Regenerate.

2007-11-19  Diego Novillo  <dnovillo@google.com>

	* tree-flow-inline.h (get_lineno): Call IS_LOCATION_EMPTY
	and LOCATION_LINE instead of accessing location fields
	directly.
	* gimple-low.c (lower_function_body): Use
	UNKNOWN_LOCATION instead of unknown_location.


Added:
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/abi.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/17_intro/abi.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/api.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/17_intro/api.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/c++0x_status.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/17_intro/c++0x_status.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/c++1998_status.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/17_intro/c++1998_status.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/tr1_status.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/17_intro/tr1_status.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/debug_mode.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/ext/debug_mode.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/parallel_mode.html
      - copied unchanged from r130291, trunk/libstdc++-v3/docs/html/ext/parallel_mode.html
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/22_locale/ctype/dr695.cc
      - copied unchanged from r130291, trunk/libstdc++-v3/testsuite/22_locale/ctype/dr695.cc
Removed:
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/BUGS
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/CHECKLIST
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/HEADER_POLICY
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/PROBLEMS
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/RELEASE-NOTES
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/concept_check.diff
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/headers_cc.txt
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/porting-howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/Makefile
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/abi.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/debug_mode.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/explanations.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/tr1.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/faq/index.txt
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/makedoc.awk
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/parallel_mode.html
    branches/gimple-tuples-branch/libstdc++-v3/include/tr1_impl/type_traitsfwd.h
Modified:
    branches/gimple-tuples-branch/libstdc++-v3/ChangeLog
    branches/gimple-tuples-branch/libstdc++-v3/acinclude.m4
    branches/gimple-tuples-branch/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gimple-tuples-branch/libstdc++-v3/config/io/basic_file_stdio.cc
    branches/gimple-tuples-branch/libstdc++-v3/configure
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/configury.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/license.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/17_intro/porting.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/18_support/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/19_diagnostics/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/20_util/allocator.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/20_util/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/21_strings/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/22_locale/codecvt.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/22_locale/ctype.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/22_locale/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/22_locale/messages.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/23_containers/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/24_iterators/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/25_algorithms/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/26_numerics/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/27_io/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/configopts.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/debug.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/documentation.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/ballocator_doc.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/howto.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/lwg-active.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/lwg-closed.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/lwg-defects.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/mt_allocator.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/ext/sgiexts.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/faq/index.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/install.html
    branches/gimple-tuples-branch/libstdc++-v3/docs/html/test.html
    branches/gimple-tuples-branch/libstdc++-v3/include/Makefile.am
    branches/gimple-tuples-branch/libstdc++-v3/include/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/include/backward/auto_ptr.h
    branches/gimple-tuples-branch/libstdc++-v3/include/backward/binders.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/algorithmfwd.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/c++config
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/char_traits.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/deque.tcc
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/istream.tcc
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/list.tcc
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/locale_facets.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/locale_facets.tcc
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_algo.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_algobase.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_bvector.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_deque.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_function.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_heap.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_list.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_map.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_multimap.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_multiset.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_pair.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_set.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_uninitialized.h
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/stl_vector.h
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/deque
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/list
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/map.h
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/multimap.h
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/multiset.h
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/set.h
    branches/gimple-tuples-branch/libstdc++-v3/include/debug/vector
    branches/gimple-tuples-branch/libstdc++-v3/include/ext/numeric_traits.h
    branches/gimple-tuples-branch/libstdc++-v3/include/parallel/algobase.h
    branches/gimple-tuples-branch/libstdc++-v3/include/parallel/multiway_merge.h
    branches/gimple-tuples-branch/libstdc++-v3/include/parallel/partition.h
    branches/gimple-tuples-branch/libstdc++-v3/include/std/fstream
    branches/gimple-tuples-branch/libstdc++-v3/include/std/memory
    branches/gimple-tuples-branch/libstdc++-v3/include/std/ostream
    branches/gimple-tuples-branch/libstdc++-v3/include/std/streambuf
    branches/gimple-tuples-branch/libstdc++-v3/include/std/type_traits
    branches/gimple-tuples-branch/libstdc++-v3/include/tr1/type_traits
    branches/gimple-tuples-branch/libstdc++-v3/include/tr1_impl/boost_shared_ptr.h
    branches/gimple-tuples-branch/libstdc++-v3/include/tr1_impl/complex
    branches/gimple-tuples-branch/libstdc++-v3/include/tr1_impl/tuple
    branches/gimple-tuples-branch/libstdc++-v3/include/tr1_impl/type_traits
    branches/gimple-tuples-branch/libstdc++-v3/src/globals_io.cc
    branches/gimple-tuples-branch/libstdc++-v3/src/ios_init.cc
    branches/gimple-tuples-branch/libstdc++-v3/src/locale_facets.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/20_util/decay/requirements/typedefs.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/20_util/pair/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/capacity/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/cons/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/modifiers/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/assign_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/deque/requirements/dr438/insert_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/assign_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/list/requirements/dr438/insert_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/map/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/multimap/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/multiset/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/set/moveable.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/27_io/basic_filebuf/open/char/4.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/util/testsuite_abi.cc

Changes in other areas also in this revision:
Added:
    branches/gimple-tuples-branch/gcc/config/xtensa/unwind-dw2-xtensa.c
      - copied unchanged from r130291, trunk/gcc/config/xtensa/unwind-dw2-xtensa.c
    branches/gimple-tuples-branch/gcc/config/xtensa/unwind-dw2-xtensa.h
      - copied unchanged from r130291, trunk/gcc/config/xtensa/unwind-dw2-xtensa.h
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/pr34054.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/cpp0x/pr34054.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/pr34056.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/cpp0x/pr34056.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/pr34057.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/cpp0x/pr34057.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/pr34058.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/cpp0x/pr34058.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/pr34060.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/cpp0x/pr34060.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/variadic-init.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/cpp0x/variadic-init.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/pr17577.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/ext/pr17577.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/pr17577.h
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/ext/pr17577.h
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/inherit/pr30297.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/inherit/pr30297.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/opt/anchor1.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/opt/anchor1.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/opt/cfg5.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/opt/cfg5.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/opt/inline14.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/opt/inline14.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/opt/pr34036.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/opt/pr34036.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/crash72.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/template/crash72.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/crash73.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/template/crash73.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/pseudodtor3.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/template/pseudodtor3.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/pseudodtor4.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/template/pseudodtor4.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/torture/pr34099.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/torture/pr34099.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/tree-ssa/pr33604.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/tree-ssa/pr33604.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/tree-ssa/pr34063.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/tree-ssa/pr34063.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/warn/noreturn-4.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/warn/noreturn-4.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/warn/noreturn-5.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/warn/noreturn-5.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/warn/noreturn-6.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/warn/noreturn-6.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/warn/noreturn-7.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/warn/noreturn-7.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/warn/pr8570.C
      - copied unchanged from r130291, trunk/gcc/testsuite/g++.dg/warn/pr8570.C
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/compile/20071108-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/compile/20071108-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/compile/20071114-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/compile/20071114-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/compile/20071118-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/compile/20071118-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/compile/pr34030.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/compile/pr34030.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/compile/pr34113.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/compile/pr34113.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/compile/pr34127.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/compile/pr34127.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/20071108-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/20071108-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/pr33870-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/pr33870-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/pr34070-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/pr34070-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/pr34070-2.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/pr34070-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/pr34099-2.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/pr34099-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/pr34099.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/pr34099.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.c-torture/execute/pr34130.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.c-torture/execute/pr34130.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr33826.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/pr33826.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr33923.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/pr33923.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr34027-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/pr34027-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr34027-2.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/pr34027-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr34088.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/pr34088.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/torture/pr33870.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/torture/pr33870.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/alias-16.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/tree-ssa/alias-16.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23848-1.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23848-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23848-2.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23848-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23848-3.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23848-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23848-4.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23848-4.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/pr33953.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.dg/vect/pr33953.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/pr34012.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.target/i386/pr34012.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/spu/compare-dp.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gcc.target/spu/compare-dp.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/allocatable_function_3.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/allocatable_function_3.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/bind_c_usage_10.f03
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_10.f03
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/bind_c_usage_10_c.c
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_10_c.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/bind_c_usage_9.f03
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/bind_c_usage_9.f03
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/char_cast_2.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/char_cast_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/entry_14.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/entry_14.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/entry_15.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/entry_15.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/fmt_label_1.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/fmt_label_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/initialization_15.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/initialization_15.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/interface_22.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/interface_22.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/interface_assignment_3.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/interface_assignment_3.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/optional_dim_2.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/optional_dim_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_10.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_10.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_11.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_11.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_5.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_5.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_6.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_6.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_7.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_7.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_8.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_8.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_9.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/proc_decl_9.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/streamio_12.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/streamio_12.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/transfer_assumed_size_1.f90
      - copied unchanged from r130291, trunk/gcc/testsuite/gfortran.dg/transfer_assumed_size_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/release_unc_maxalign.adb
      - copied unchanged from r130291, trunk/gcc/testsuite/gnat.dg/release_unc_maxalign.adb
    branches/gimple-tuples-branch/libffi/testsuite/libffi.call/return_ldl.c
      - copied unchanged from r130291, trunk/libffi/testsuite/libffi.call/return_ldl.c
    branches/gimple-tuples-branch/libgomp/testsuite/libgomp.fortran/pr34020.f90
      - copied unchanged from r130291, trunk/libgomp/testsuite/libgomp.fortran/pr34020.f90
Removed:
    branches/gimple-tuples-branch/gcc/ada/s-osinte-interix.ads
Modified:
    branches/gimple-tuples-branch/   (props changed)
    branches/gimple-tuples-branch/ChangeLog
    branches/gimple-tuples-branch/MAINTAINERS
    branches/gimple-tuples-branch/config-ml.in
    branches/gimple-tuples-branch/gcc/ChangeLog
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/DATESTAMP
    branches/gimple-tuples-branch/gcc/Makefile.in
    branches/gimple-tuples-branch/gcc/ada/ChangeLog
    branches/gimple-tuples-branch/gcc/ada/a-tasatt.adb
    branches/gimple-tuples-branch/gcc/ada/adaint.c
    branches/gimple-tuples-branch/gcc/ada/i-cstrin.ads
    branches/gimple-tuples-branch/gcc/ada/init.c
    branches/gimple-tuples-branch/gcc/ada/initialize.c
    branches/gimple-tuples-branch/gcc/ada/link.c
    branches/gimple-tuples-branch/gcc/ada/sem_prag.adb
    branches/gimple-tuples-branch/gcc/ada/trans.c
    branches/gimple-tuples-branch/gcc/ada/utils2.c
    branches/gimple-tuples-branch/gcc/bitmap.c
    branches/gimple-tuples-branch/gcc/bitmap.h
    branches/gimple-tuples-branch/gcc/c-parser.c
    branches/gimple-tuples-branch/gcc/cfg.c
    branches/gimple-tuples-branch/gcc/collect2.c
    branches/gimple-tuples-branch/gcc/common.opt
    branches/gimple-tuples-branch/gcc/config.gcc
    branches/gimple-tuples-branch/gcc/config/arm/bpabi.h
    branches/gimple-tuples-branch/gcc/config/arm/linux-eabi.h
    branches/gimple-tuples-branch/gcc/config/arm/linux-elf.h
    branches/gimple-tuples-branch/gcc/config/avr/avr.c
    branches/gimple-tuples-branch/gcc/config/avr/avr.h
    branches/gimple-tuples-branch/gcc/config/avr/t-avr
    branches/gimple-tuples-branch/gcc/config/i386/cygming.h
    branches/gimple-tuples-branch/gcc/config/i386/i386-interix.h
    branches/gimple-tuples-branch/gcc/config/i386/i386.c
    branches/gimple-tuples-branch/gcc/config/i386/i386.h
    branches/gimple-tuples-branch/gcc/config/i386/i386.md
    branches/gimple-tuples-branch/gcc/config/i386/sse.md
    branches/gimple-tuples-branch/gcc/config/ia64/ia64.h
    branches/gimple-tuples-branch/gcc/config/mips/linux-unwind.h
    branches/gimple-tuples-branch/gcc/config/mips/mips.c
    branches/gimple-tuples-branch/gcc/config/sh/sh.c
    branches/gimple-tuples-branch/gcc/config/spu/spu-protos.h
    branches/gimple-tuples-branch/gcc/config/spu/spu.c
    branches/gimple-tuples-branch/gcc/config/spu/spu.md
    branches/gimple-tuples-branch/gcc/config/xtensa/t-xtensa
    branches/gimple-tuples-branch/gcc/config/xtensa/xtensa.c
    branches/gimple-tuples-branch/gcc/config/xtensa/xtensa.h
    branches/gimple-tuples-branch/gcc/config/xtensa/xtensa.md
    branches/gimple-tuples-branch/gcc/configure
    branches/gimple-tuples-branch/gcc/configure.ac
    branches/gimple-tuples-branch/gcc/cp/ChangeLog
    branches/gimple-tuples-branch/gcc/cp/call.c
    branches/gimple-tuples-branch/gcc/cp/class.c
    branches/gimple-tuples-branch/gcc/cp/decl.c
    branches/gimple-tuples-branch/gcc/cp/lex.c
    branches/gimple-tuples-branch/gcc/cp/pt.c
    branches/gimple-tuples-branch/gcc/cp/semantics.c
    branches/gimple-tuples-branch/gcc/cp/tree.c
    branches/gimple-tuples-branch/gcc/cse.c
    branches/gimple-tuples-branch/gcc/doc/extend.texi
    branches/gimple-tuples-branch/gcc/doc/invoke.texi
    branches/gimple-tuples-branch/gcc/dse.c
    branches/gimple-tuples-branch/gcc/fold-const.c
    branches/gimple-tuples-branch/gcc/fortran/ChangeLog
    branches/gimple-tuples-branch/gcc/fortran/check.c
    branches/gimple-tuples-branch/gcc/fortran/decl.c
    branches/gimple-tuples-branch/gcc/fortran/expr.c
    branches/gimple-tuples-branch/gcc/fortran/gfortran.h
    branches/gimple-tuples-branch/gcc/fortran/interface.c
    branches/gimple-tuples-branch/gcc/fortran/io.c
    branches/gimple-tuples-branch/gcc/fortran/iresolve.c
    branches/gimple-tuples-branch/gcc/fortran/module.c
    branches/gimple-tuples-branch/gcc/fortran/primary.c
    branches/gimple-tuples-branch/gcc/fortran/resolve.c
    branches/gimple-tuples-branch/gcc/fortran/trans-array.c
    branches/gimple-tuples-branch/gcc/fortran/trans-common.c
    branches/gimple-tuples-branch/gcc/fortran/trans-expr.c
    branches/gimple-tuples-branch/gcc/fortran/trans-intrinsic.c
    branches/gimple-tuples-branch/gcc/fortran/trans-stmt.c
    branches/gimple-tuples-branch/gcc/fortran/trans-types.c
    branches/gimple-tuples-branch/gcc/fortran/trans.c
    branches/gimple-tuples-branch/gcc/function.c
    branches/gimple-tuples-branch/gcc/function.h
    branches/gimple-tuples-branch/gcc/fwprop.c
    branches/gimple-tuples-branch/gcc/gcc.c
    branches/gimple-tuples-branch/gcc/gcse.c
    branches/gimple-tuples-branch/gcc/gengtype.c
    branches/gimple-tuples-branch/gcc/gimple-low.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/global.c
    branches/gimple-tuples-branch/gcc/haifa-sched.c
    branches/gimple-tuples-branch/gcc/ipa-pure-const.c
    branches/gimple-tuples-branch/gcc/ipa-struct-reorg.c
    branches/gimple-tuples-branch/gcc/ipa-utils.c
    branches/gimple-tuples-branch/gcc/java/ChangeLog
    branches/gimple-tuples-branch/gcc/java/constants.c
    branches/gimple-tuples-branch/gcc/optabs.c
    branches/gimple-tuples-branch/gcc/optabs.h
    branches/gimple-tuples-branch/gcc/opts.c
    branches/gimple-tuples-branch/gcc/po/ChangeLog
    branches/gimple-tuples-branch/gcc/po/be.po
    branches/gimple-tuples-branch/gcc/po/ca.po
    branches/gimple-tuples-branch/gcc/po/da.po
    branches/gimple-tuples-branch/gcc/po/de.po
    branches/gimple-tuples-branch/gcc/po/el.po
    branches/gimple-tuples-branch/gcc/po/es.po
    branches/gimple-tuples-branch/gcc/po/fr.po
    branches/gimple-tuples-branch/gcc/po/gcc.pot
    branches/gimple-tuples-branch/gcc/po/ja.po
    branches/gimple-tuples-branch/gcc/po/nl.po
    branches/gimple-tuples-branch/gcc/po/ru.po
    branches/gimple-tuples-branch/gcc/po/sr.po
    branches/gimple-tuples-branch/gcc/po/sv.po
    branches/gimple-tuples-branch/gcc/po/tr.po
    branches/gimple-tuples-branch/gcc/po/zh_CN.po
    branches/gimple-tuples-branch/gcc/po/zh_TW.po
    branches/gimple-tuples-branch/gcc/reload.c
    branches/gimple-tuples-branch/gcc/sched-deps.c
    branches/gimple-tuples-branch/gcc/testsuite/ChangeLog
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/parse/crash36.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.old-deja/g++.ns/template13.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.old-deja/g++.pt/friend23.C
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/empty-source-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/empty-source-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gomp/barrier-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/label-decl-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/label-decl-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr32721.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr33007.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/20030714-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/recip-5.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/mips/dse-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/powerpc/altivec-23.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/arrayio_derived_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/bounds_check_8.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/char_cast_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/equiv_7.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/g77/20030326-1.f
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/interface_abstract_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/list_read_7.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/proc_decl_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/subref_array_pointer_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.fortran-torture/execute/der_io.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.fortran-torture/execute/elemental.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.fortran-torture/execute/equiv_5.f
    branches/gimple-tuples-branch/gcc/toplev.c
    branches/gimple-tuples-branch/gcc/tree-chrec.c
    branches/gimple-tuples-branch/gcc/tree-chrec.h
    branches/gimple-tuples-branch/gcc/tree-data-ref.c
    branches/gimple-tuples-branch/gcc/tree-dfa.c
    branches/gimple-tuples-branch/gcc/tree-flow-inline.h
    branches/gimple-tuples-branch/gcc/tree-flow.h
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree-inline.h
    branches/gimple-tuples-branch/gcc/tree-parloops.c
    branches/gimple-tuples-branch/gcc/tree-ssa-alias.c
    branches/gimple-tuples-branch/gcc/tree-ssa-ccp.c
    branches/gimple-tuples-branch/gcc/tree-ssa-forwprop.c
    branches/gimple-tuples-branch/gcc/tree-ssa-loop-ivcanon.c
    branches/gimple-tuples-branch/gcc/tree-ssa-operands.c
    branches/gimple-tuples-branch/gcc/tree-ssa-structalias.c
    branches/gimple-tuples-branch/gcc/tree-ssa.c
    branches/gimple-tuples-branch/gcc/tree-vect-transform.c
    branches/gimple-tuples-branch/gcc/tree.h
    branches/gimple-tuples-branch/libcpp/ChangeLog
    branches/gimple-tuples-branch/libcpp/files.c
    branches/gimple-tuples-branch/libcpp/include/cpplib.h
    branches/gimple-tuples-branch/libcpp/po/ChangeLog
    branches/gimple-tuples-branch/libcpp/po/be.po
    branches/gimple-tuples-branch/libcpp/po/ca.po
    branches/gimple-tuples-branch/libcpp/po/cpplib.pot
    branches/gimple-tuples-branch/libcpp/po/da.po
    branches/gimple-tuples-branch/libcpp/po/de.po
    branches/gimple-tuples-branch/libcpp/po/el.po
    branches/gimple-tuples-branch/libcpp/po/es.po
    branches/gimple-tuples-branch/libcpp/po/fr.po
    branches/gimple-tuples-branch/libcpp/po/ja.po
    branches/gimple-tuples-branch/libcpp/po/nl.po
    branches/gimple-tuples-branch/libcpp/po/sv.po
    branches/gimple-tuples-branch/libcpp/po/tr.po
    branches/gimple-tuples-branch/libcpp/po/uk.po
    branches/gimple-tuples-branch/libcpp/po/vi.po
    branches/gimple-tuples-branch/libcpp/po/zh_CN.po
    branches/gimple-tuples-branch/libcpp/po/zh_TW.po
    branches/gimple-tuples-branch/libffi/ChangeLog
    branches/gimple-tuples-branch/libffi/src/powerpc/ffi.c
    branches/gimple-tuples-branch/libffi/src/powerpc/linux64.S
    branches/gimple-tuples-branch/libffi/src/powerpc/sysv.S
    branches/gimple-tuples-branch/libgfortran/ChangeLog
    branches/gimple-tuples-branch/libgfortran/c99_protos.h
    branches/gimple-tuples-branch/libgfortran/config.h.in
    branches/gimple-tuples-branch/libgfortran/configure
    branches/gimple-tuples-branch/libgfortran/configure.ac
    branches/gimple-tuples-branch/libgfortran/intrinsics/c99_functions.c
    branches/gimple-tuples-branch/libgfortran/mk-kinds-h.sh
    branches/gimple-tuples-branch/libgomp/ChangeLog
    branches/gimple-tuples-branch/libiberty/ChangeLog
    branches/gimple-tuples-branch/libiberty/floatformat.c

Propchange: branches/gimple-tuples-branch/
            ('svnmerge-integrated' modified)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]