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]

r106897 - in /branches/dataflow-branch: ./ Chan...


Author: dberlin
Date: Mon Nov 14 19:30:22 2005
New Revision: 106897

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=106897
Log:
Merge from mainline

Added:
    branches/dataflow-branch/libstdc++-v3/config/cpu/generic/cpu_defines.h
      - copied unchanged from r106895, trunk/libstdc++-v3/config/cpu/generic/cpu_defines.h
    branches/dataflow-branch/libstdc++-v3/config/cpu/powerpc/cpu_defines.h
      - copied unchanged from r106895, trunk/libstdc++-v3/config/cpu/powerpc/cpu_defines.h
    branches/dataflow-branch/libstdc++-v3/testsuite/18_support/numeric_limits/
      - copied from r106895, trunk/libstdc++-v3/testsuite/18_support/numeric_limits/
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/24805.cc
      - copied unchanged from r106895, trunk/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/shared_ptr/modifiers/24805.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_object/24808.cc
      - copied unchanged from r106895, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/composite_type_traits/is_object/24808.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_enum/24808.cc
      - copied unchanged from r106895, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_enum/24808.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_function/24808.cc
      - copied unchanged from r106895, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/primary_type_categories/is_function/24808.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/24809.cc
      - copied unchanged from r106895, trunk/libstdc++-v3/testsuite/tr1/4_metaprogramming/type_properties/is_polymorphic/24809.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/6_containers/unordered/hash/
      - copied from r106895, trunk/libstdc++-v3/testsuite/tr1/6_containers/unordered/hash/
Removed:
    branches/dataflow-branch/libstdc++-v3/testsuite/18_support/numeric_limits.cc
Modified:
    branches/dataflow-branch/libstdc++-v3/ChangeLog
    branches/dataflow-branch/libstdc++-v3/Makefile.in
    branches/dataflow-branch/libstdc++-v3/acinclude.m4
    branches/dataflow-branch/libstdc++-v3/configure
    branches/dataflow-branch/libstdc++-v3/configure.ac
    branches/dataflow-branch/libstdc++-v3/configure.host
    branches/dataflow-branch/libstdc++-v3/include/Makefile.am
    branches/dataflow-branch/libstdc++-v3/include/Makefile.in
    branches/dataflow-branch/libstdc++-v3/include/bits/c++config
    branches/dataflow-branch/libstdc++-v3/include/bits/functexcept.h
    branches/dataflow-branch/libstdc++-v3/include/bits/stl_queue.h
    branches/dataflow-branch/libstdc++-v3/include/ext/sso_string_base.h
    branches/dataflow-branch/libstdc++-v3/include/tr1/boost_shared_ptr.h
    branches/dataflow-branch/libstdc++-v3/include/tr1/functional
    branches/dataflow-branch/libstdc++-v3/include/tr1/ref_wrap_iterate.h
    branches/dataflow-branch/libstdc++-v3/include/tr1/type_traits
    branches/dataflow-branch/libstdc++-v3/libmath/Makefile.in
    branches/dataflow-branch/libstdc++-v3/libsupc++/Makefile.in
    branches/dataflow-branch/libstdc++-v3/po/Makefile.in
    branches/dataflow-branch/libstdc++-v3/scripts/testsuite_flags.in
    branches/dataflow-branch/libstdc++-v3/src/Makefile.in
    branches/dataflow-branch/libstdc++-v3/src/mt_allocator.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/Makefile.in
    branches/dataflow-branch/libstdc++-v3/testsuite/lib/libstdc++.exp
    branches/dataflow-branch/libstdc++-v3/testsuite/testsuite_tr1.h
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/not_shared.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/not_shared2.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/2_general_utilities/memory/enable_shared_from_this/not_shared3.cc
    branches/dataflow-branch/libstdc++-v3/testsuite/tr1/3_function_objects/reference_wrapper/invoke.cc

Changes in other areas also in this revision:
Added:
    branches/dataflow-branch/gcc/testsuite/g++.dg/cpp/string-1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/cpp/string-1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/debug/static1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/debug/static1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/debug/using2.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/debug/using2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/eh/spec8.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/eh/spec8.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/expr/cond8.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/expr/cond8.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/array2.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/ext/array2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/c99struct1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/ext/c99struct1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/stmtexpr7.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/ext/stmtexpr7.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/inherit/thunk4.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/inherit/thunk4.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/init/switch1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/init/switch1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/opt/pr24780.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/opt/pr24780.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/other/pr24623.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/other/pr24623.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/parse/ambig4.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/parse/ambig4.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/parse/dot1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/parse/dot1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/parse/typename10.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/parse/typename10.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/parse/typename9.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/parse/typename9.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/template/asm1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/template/asm1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/template/crash42.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/template/crash42.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/template/dependent-name3.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/template/dependent-name3.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/template/dependent-name4.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/template/dependent-name4.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/template/sfinae2.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/template/sfinae2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tls/diag-3.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tls/diag-3.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tls/diag-4.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tls/diag-4.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tls/static-1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tls/static-1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tls/static-1a.cc
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tls/static-1a.cc
    branches/dataflow-branch/gcc/testsuite/g++.dg/tree-ssa/pr23046.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tree-ssa/pr23046.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tree-ssa/pr24351-1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tree-ssa/pr24351-1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tree-ssa/pr24351-2.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tree-ssa/pr24351-2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tree-ssa/pr24351-3.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/tree-ssa/pr24351-3.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/warn/inline2.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/warn/inline2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/warn/undefined1.C
      - copied unchanged from r106895, trunk/gcc/testsuite/g++.dg/warn/undefined1.C
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/execute/20051104-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.c-torture/execute/20051104-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/execute/20051110-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.c-torture/execute/20051110-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/execute/20051110-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.c-torture/execute/20051110-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/execute/pr22429.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.c-torture/execute/pr22429.c
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/execute/pr24716.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.c-torture/execute/pr24716.c
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/execute/zero-struct-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.c-torture/execute/zero-struct-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/attr-weakref-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/attr-weakref-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/attr-weakref-1a.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/attr-weakref-1a.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/cpp/strify4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/cpp/strify4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/delay-slot-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/delay-slot-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/format/unnamed-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/format/unnamed-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ifcvt-fabs-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/ifcvt-fabs-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/nested-calls-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/nested-calls-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/overflow-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/overflow-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr19340.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr19340.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24101-1.i
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24101-1.i
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24101-2.i
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24101-2.i
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24445.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24445.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24600.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24600.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24615.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24615.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24620.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24620.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24624.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24624.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24683.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24683.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24820.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/pr24820.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/sparc-getcontext-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/sparc-getcontext-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tls/opt-10.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/tls/opt-10.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/torture/pr23424-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/torture/pr23424-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/torture/pr24750-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/torture/pr24750-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23115.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23115.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23382.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tree-ssa/pr24627.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr24627.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tree-ssa/pr24670.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr24670.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/union-cast-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/union-cast-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/union-cast-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/union-cast-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/union-cast-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.dg/union-cast-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/20000715-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/20000715-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/20011018-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/20011018-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/980217-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/980217-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/asm-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/asm-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/base-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/base-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/base-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/base-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/cix-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/cix-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/cix-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/cix-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/max-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/max-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/max-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/max-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/alpha/pr24178.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/alpha/pr24178.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/cris/cris.exp
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/cris/cris.exp
    branches/dataflow-branch/gcc/testsuite/gcc.target/cris/rld-legit1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/cris/rld-legit1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/cris/rld-legit2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/cris/rld-legit2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/cris/torture/pr24750-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/cris/torture/pr24750-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20000609-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20000609-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20000614-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20000614-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20000614-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20000614-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20000720-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20000720-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20000807-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20000807-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20000904-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20000904-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20001127-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20001127-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20010202-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20010202-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20010520-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20010520-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20011009-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20011009-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20011029-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20011029-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20011107-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20011107-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20011119-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20011119-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020201-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020201-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020218-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020218-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020224-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020224-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020426-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020426-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020523-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020523-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020523-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020523-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020531-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020531-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020616-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020616-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20020729-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20020729-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20030217-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20030217-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20030926-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20030926-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20040112-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20040112-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/20050113-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/20050113-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-6.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-7.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-7.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/387-8.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/387-8.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/3dnow-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/3dnow-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/3dnow-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/3dnow-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/3dnowA-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/3dnowA-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/3dnowA-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/3dnowA-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/980211-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/980211-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/980226-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/980226-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/980414-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/980414-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/980520-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/980520-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/980709-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/980709-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/990117-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/990117-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/990130-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/990130-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/990213-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/990213-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/990214-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/990214-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/990424-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/990424-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/990524-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/990524-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/991129-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/991129-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/991209-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/991209-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/991214-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/991214-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/991230-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/991230-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/asm-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/asm-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/asm-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/asm-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/asm-4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/asm-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/asm-5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/asm-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/bitfield1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/bitfield1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/bitfield2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/bitfield2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/bitfield3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/bitfield3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cadd.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cadd.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/call-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/call-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/clobbers.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/clobbers.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cmov1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cmov1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cmov2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cmov2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cmov3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cmov3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cmov4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cmov4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cmov5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cmov5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/cvt-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/cvt-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/fastcall-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/fastcall-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/fpcvt-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/fpcvt-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/fpcvt-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/fpcvt-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/fpcvt-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/fpcvt-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/fpcvt-4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/fpcvt-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/lea.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/lea.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/local.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/local.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/local2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/local2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/loop-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/loop-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/loop-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/loop-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/loop-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/loop-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/memset-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/memset-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/minmax-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/minmax-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/minmax-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/minmax-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mmx-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mmx-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mmx-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mmx-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mmx-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mmx-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mmx-4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mmx-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mmx-5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mmx-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mmx-6.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mmx-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/mul.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/mul.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pentium4-not-mull.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pentium4-not-mull.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pic-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pic-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr12092-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr12092-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr14289-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr14289-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr18614-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr18614-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr19236-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr19236-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr20204.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr20204.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr22432.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr22432.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr23376.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr23376.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr23943.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr23943.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/pr9771-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/pr9771-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/regparm.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/regparm.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/rotate-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/rotate-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sibcall-5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sibcall-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/signbit-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/signbit-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/signbit-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/signbit-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/signbit-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/signbit-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-10.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-10.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-11.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-11.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-12.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-12.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-13.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-13.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-14.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-14.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-15.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-15.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-16.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-16.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-6.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-7.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-7.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-8.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-8.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-9.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-9.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/sse-vect-types.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/sse-vect-types.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssefn-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssefn-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssefn-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssefn-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssefn-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssefn-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssefn-4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssefn-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssefp-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssefp-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssefp-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssefp-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssetype-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssetype-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssetype-2.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssetype-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssetype-3.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssetype-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssetype-4.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssetype-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/ssetype-5.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/ssetype-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/unroll-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/unroll-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/volatile-1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/volatile-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/i386/xorps.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gcc.target/i386/xorps.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/powerpc/
      - copied from r106895, trunk/gcc/testsuite/gcc.target/powerpc/
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/arrayio_0.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/arrayio_0.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/automatic_module_variable.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/automatic_module_variable.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/complex_intrinsic_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/complex_intrinsic_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/complex_intrinsic_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/complex_intrinsic_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/data_constraints_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/data_constraints_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/data_constraints_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/data_constraints_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/data_initialized.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/data_initialized.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/fgetc_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/fgetc_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/fgetc_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/fgetc_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/fgetc_3.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/fgetc_3.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/fmt_t_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/fmt_t_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/ftell_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/ftell_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/ftell_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/ftell_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/gnu_logical_1.F
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/gnu_logical_1.F
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/gnu_logical_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/gnu_logical_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/implicit_6.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/implicit_6.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/implicit_7.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/implicit_7.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/large_real_kind_form_io_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/large_real_kind_form_io_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/namelist_empty.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/namelist_empty.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/nested_modules_4.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/nested_modules_4.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/nested_modules_5.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/nested_modules_5.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/pointer_assign_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/pointer_assign_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/pure_byref_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/pure_byref_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/pure_byref_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/pure_byref_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/read_eor.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/read_eor.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/read_noadvance.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/read_noadvance.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/read_x_eor.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/read_x_eor.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/scan_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/scan_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/static_linking_1.c
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/static_linking_1.c
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/static_linking_1.f
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.dg/static_linking_1.f
    branches/dataflow-branch/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_1.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_1.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_2.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_3.f90
      - copied unchanged from r106895, trunk/gcc/testsuite/gfortran.fortran-torture/compile/defined_type_3.f90
    branches/dataflow-branch/libgfortran/intrinsics/ctime.c
      - copied unchanged from r106895, trunk/libgfortran/intrinsics/ctime.c
    branches/dataflow-branch/libgfortran/intrinsics/fget.c
      - copied unchanged from r106895, trunk/libgfortran/intrinsics/fget.c
    branches/dataflow-branch/libgfortran/intrinsics/ftell.c
      - copied unchanged from r106895, trunk/libgfortran/intrinsics/ftell.c
    branches/dataflow-branch/libgfortran/io/size_from_kind.c
      - copied unchanged from r106895, trunk/libgfortran/io/size_from_kind.c
Removed:
    branches/dataflow-branch/gcc/testsuite/g++.dg/crash38.C
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000609-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000614-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000614-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000715-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000720-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000807-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20000904-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20001127-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20010202-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20010520-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20011009-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20011018-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20011029-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20011107-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20011119-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020118-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020201-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020218-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020224-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020426-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020523-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020523-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020531-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020616-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20020729-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20030217-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20030218-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20030505.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20030926-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20040112-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20040121-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20040622-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20041111-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20050113-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20050603-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20050603-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/20050830-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980211-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980217-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980226-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980414-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980520-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980709-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/980827-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/990117-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/990130-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/990213-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/990214-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/990424-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/990524-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/991129-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/991209-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/991214-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/991230-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/alpha-base-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/alpha-base-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/alpha-cix-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/alpha-cix-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/alpha-max-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/alpha-max-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-10.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-11.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-12.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-13.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-14.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-15.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-16.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-17.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-18.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-19.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-20.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-21.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-22.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-7.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-8.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-9.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-pr22085.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-types-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-types-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-types-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-types-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-varargs-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec-vec-merge.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/altivec_check.h
    branches/dataflow-branch/gcc/testsuite/gcc.dg/asm-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/clobbers.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/compress-float-ppc-pic.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/compress-float-ppc.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-abi-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-abi-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-bool-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-bool-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-longdouble.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-longlong.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/darwin-misaligned.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/doloop-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-7.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-387-8.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-3dnow-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-3dnow-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-3dnowA-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-3dnowA-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-asm-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-asm-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-asm-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-asm-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-bitfield1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-bitfield2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-bitfield3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cadd.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-call-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cmov1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cmov2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cmov3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cmov4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cmov5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-cvt-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-fastcall-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-fpcvt-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-fpcvt-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-fpcvt-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-fpcvt-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-local.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-local2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-loop-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-loop-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-loop-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-memset-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mmx-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mmx-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mmx-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mmx-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mmx-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mmx-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-mul.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-pentium4-not-mull.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-pic-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-regparm.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-rotate-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-signbit-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-signbit-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-signbit-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-10.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-11.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-12.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-6.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-7.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-8.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-9.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-sse-vect-types.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssefn-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssefn-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssefn-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssefn-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssefp-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssefp-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssetype-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssetype-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssetype-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssetype-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-ssetype-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-unroll-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-volatile-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/i386-xorps.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/macho-lo-sum.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-and-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-bitfield1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-compare-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-eabi.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-fmadd-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-fmadd-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-fmadd-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-fsel-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-fsel-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-fsel-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-ldstruct.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-mov-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-sdata-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-sdata-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-spe.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-spe64-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-stackalign-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-stfiwx.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-vector-memcpy.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc-vector-memset.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc64-abi-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc64-abi-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc64-abi-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/ppc64-toc.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr12092-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr14289-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr16155.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr16286.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr18096-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr18614-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr19236-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr20204.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr23943.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr9771-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/rs6000-fpint-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/rs6000-fpint.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/rs6000-ldouble-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/rs6000-ldouble-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/rs6000-power2-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/rs6000-power2-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/sibcall-5.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/spe1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/stabs-attrib-vect-darwin.c
    branches/dataflow-branch/gcc/testsuite/gcc.target/x86_64/pr23376.c
Modified:
    branches/dataflow-branch/   (props changed)
    branches/dataflow-branch/ChangeLog
    branches/dataflow-branch/MAINTAINERS
    branches/dataflow-branch/Makefile.def
    branches/dataflow-branch/Makefile.in
    branches/dataflow-branch/Makefile.tpl
    branches/dataflow-branch/configure
    branches/dataflow-branch/configure.in
    branches/dataflow-branch/contrib/ChangeLog
    branches/dataflow-branch/contrib/gcc_build
    branches/dataflow-branch/fixincludes/ChangeLog
    branches/dataflow-branch/fixincludes/check.tpl
    branches/dataflow-branch/gcc/   (props changed)
    branches/dataflow-branch/gcc/ChangeLog
    branches/dataflow-branch/gcc/DATESTAMP
    branches/dataflow-branch/gcc/Makefile.in
    branches/dataflow-branch/gcc/ada/ChangeLog
    branches/dataflow-branch/gcc/ada/init.c
    branches/dataflow-branch/gcc/ada/osint-m.adb
    branches/dataflow-branch/gcc/ada/trans.c
    branches/dataflow-branch/gcc/builtins.c
    branches/dataflow-branch/gcc/c-common.c
    branches/dataflow-branch/gcc/c-decl.c
    branches/dataflow-branch/gcc/c-opts.c
    branches/dataflow-branch/gcc/c-pretty-print.c
    branches/dataflow-branch/gcc/c-typeck.c
    branches/dataflow-branch/gcc/c.opt
    branches/dataflow-branch/gcc/calls.c
    branches/dataflow-branch/gcc/combine.c
    branches/dataflow-branch/gcc/common.opt
    branches/dataflow-branch/gcc/config.in
    branches/dataflow-branch/gcc/config/alpha/alpha.c
    branches/dataflow-branch/gcc/config/arm/arm-protos.h
    branches/dataflow-branch/gcc/config/arm/arm.c
    branches/dataflow-branch/gcc/config/arm/arm.h
    branches/dataflow-branch/gcc/config/arm/arm.md
    branches/dataflow-branch/gcc/config/arm/arm.opt
    branches/dataflow-branch/gcc/config/arm/lib1funcs.asm
    branches/dataflow-branch/gcc/config/arm/libunwind.S
    branches/dataflow-branch/gcc/config/arm/t-bpabi
    branches/dataflow-branch/gcc/config/bfin/bfin.c
    branches/dataflow-branch/gcc/config/bfin/bfin.h
    branches/dataflow-branch/gcc/config/bfin/bfin.md
    branches/dataflow-branch/gcc/config/bfin/t-bfin-elf
    branches/dataflow-branch/gcc/config/cris/cris-protos.h
    branches/dataflow-branch/gcc/config/cris/cris.c
    branches/dataflow-branch/gcc/config/cris/cris.h
    branches/dataflow-branch/gcc/config/cris/predicates.md
    branches/dataflow-branch/gcc/config/i386/i386.c
    branches/dataflow-branch/gcc/config/i386/i386.h
    branches/dataflow-branch/gcc/config/i386/i386.md
    branches/dataflow-branch/gcc/config/i386/netware.h
    branches/dataflow-branch/gcc/config/ia64/ia64.c
    branches/dataflow-branch/gcc/config/m32c/cond.md
    branches/dataflow-branch/gcc/config/ms1/crtn.asm
    branches/dataflow-branch/gcc/config/ms1/ms1.c
    branches/dataflow-branch/gcc/config/ms1/ms1.h
    branches/dataflow-branch/gcc/config/ms1/ms1.md
    branches/dataflow-branch/gcc/config/pa/pa.c
    branches/dataflow-branch/gcc/config/rs6000/altivec.md
    branches/dataflow-branch/gcc/config/rs6000/predicates.md
    branches/dataflow-branch/gcc/config/rs6000/rs6000-protos.h
    branches/dataflow-branch/gcc/config/rs6000/rs6000.c
    branches/dataflow-branch/gcc/config/rs6000/rs6000.h
    branches/dataflow-branch/gcc/config/rs6000/rs6000.md
    branches/dataflow-branch/gcc/config/rs6000/t-fprules
    branches/dataflow-branch/gcc/config/s390/predicates.md
    branches/dataflow-branch/gcc/config/s390/s390-protos.h
    branches/dataflow-branch/gcc/config/s390/s390.c
    branches/dataflow-branch/gcc/config/s390/s390.md
    branches/dataflow-branch/gcc/configure
    branches/dataflow-branch/gcc/configure.ac
    branches/dataflow-branch/gcc/cp/   (props changed)
    branches/dataflow-branch/gcc/cp/ChangeLog
    branches/dataflow-branch/gcc/cp/call.c
    branches/dataflow-branch/gcc/cp/class.c
    branches/dataflow-branch/gcc/cp/cp-tree.h
    branches/dataflow-branch/gcc/cp/cxx-pretty-print.c
    branches/dataflow-branch/gcc/cp/decl.c
    branches/dataflow-branch/gcc/cp/decl2.c
    branches/dataflow-branch/gcc/cp/error.c
    branches/dataflow-branch/gcc/cp/init.c
    branches/dataflow-branch/gcc/cp/method.c
    branches/dataflow-branch/gcc/cp/name-lookup.c
    branches/dataflow-branch/gcc/cp/parser.c
    branches/dataflow-branch/gcc/cp/pt.c
    branches/dataflow-branch/gcc/cp/typeck.c
    branches/dataflow-branch/gcc/cse.c
    branches/dataflow-branch/gcc/defaults.h
    branches/dataflow-branch/gcc/diagnostic.c
    branches/dataflow-branch/gcc/diagnostic.h
    branches/dataflow-branch/gcc/doc/extend.texi
    branches/dataflow-branch/gcc/doc/invoke.texi
    branches/dataflow-branch/gcc/doc/md.texi
    branches/dataflow-branch/gcc/doc/tm.texi
    branches/dataflow-branch/gcc/dwarf2asm.c
    branches/dataflow-branch/gcc/dwarf2asm.h
    branches/dataflow-branch/gcc/dwarf2out.c
    branches/dataflow-branch/gcc/except.c
    branches/dataflow-branch/gcc/expmed.c
    branches/dataflow-branch/gcc/expr.c
    branches/dataflow-branch/gcc/final.c
    branches/dataflow-branch/gcc/flow.c
    branches/dataflow-branch/gcc/fold-const.c
    branches/dataflow-branch/gcc/fortran/   (props changed)
    branches/dataflow-branch/gcc/fortran/ChangeLog
    branches/dataflow-branch/gcc/fortran/check.c
    branches/dataflow-branch/gcc/fortran/data.c
    branches/dataflow-branch/gcc/fortran/decl.c
    branches/dataflow-branch/gcc/fortran/dump-parse-tree.c
    branches/dataflow-branch/gcc/fortran/error.c
    branches/dataflow-branch/gcc/fortran/expr.c
    branches/dataflow-branch/gcc/fortran/gfortran.h
    branches/dataflow-branch/gcc/fortran/gfortran.texi
    branches/dataflow-branch/gcc/fortran/intrinsic.c
    branches/dataflow-branch/gcc/fortran/intrinsic.h
    branches/dataflow-branch/gcc/fortran/intrinsic.texi
    branches/dataflow-branch/gcc/fortran/invoke.texi
    branches/dataflow-branch/gcc/fortran/io.c
    branches/dataflow-branch/gcc/fortran/iresolve.c
    branches/dataflow-branch/gcc/fortran/lang-specs.h
    branches/dataflow-branch/gcc/fortran/match.c
    branches/dataflow-branch/gcc/fortran/module.c
    branches/dataflow-branch/gcc/fortran/primary.c
    branches/dataflow-branch/gcc/fortran/resolve.c
    branches/dataflow-branch/gcc/fortran/simplify.c
    branches/dataflow-branch/gcc/fortran/symbol.c
    branches/dataflow-branch/gcc/fortran/trans-array.c
    branches/dataflow-branch/gcc/fortran/trans-decl.c
    branches/dataflow-branch/gcc/fortran/trans-expr.c
    branches/dataflow-branch/gcc/fortran/trans-intrinsic.c
    branches/dataflow-branch/gcc/fortran/trans-io.c
    branches/dataflow-branch/gcc/fortran/trans.h
    branches/dataflow-branch/gcc/function.c
    branches/dataflow-branch/gcc/gcse.c
    branches/dataflow-branch/gcc/gimplify.c
    branches/dataflow-branch/gcc/gthr-dce.h
    branches/dataflow-branch/gcc/gthr-posix.h
    branches/dataflow-branch/gcc/gthr-posix95.h
    branches/dataflow-branch/gcc/gthr-solaris.h
    branches/dataflow-branch/gcc/gthr-tpf.h
    branches/dataflow-branch/gcc/ifcvt.c
    branches/dataflow-branch/gcc/ipa-inline.c
    branches/dataflow-branch/gcc/ipa-prop.c
    branches/dataflow-branch/gcc/java/   (props changed)
    branches/dataflow-branch/gcc/java/ChangeLog
    branches/dataflow-branch/gcc/java/gjavah.c
    branches/dataflow-branch/gcc/java/zextract.c
    branches/dataflow-branch/gcc/lambda-code.c
    branches/dataflow-branch/gcc/lambda.h
    branches/dataflow-branch/gcc/local-alloc.c
    branches/dataflow-branch/gcc/longlong.h
    branches/dataflow-branch/gcc/loop-invariant.c
    branches/dataflow-branch/gcc/loop.c
    branches/dataflow-branch/gcc/mklibgcc.in
    branches/dataflow-branch/gcc/objc/   (props changed)
    branches/dataflow-branch/gcc/objcp/   (props changed)
    branches/dataflow-branch/gcc/params.def
    branches/dataflow-branch/gcc/postreload-gcse.c
    branches/dataflow-branch/gcc/postreload.c
    branches/dataflow-branch/gcc/predict.c
    branches/dataflow-branch/gcc/predict.def
    branches/dataflow-branch/gcc/recog.c
    branches/dataflow-branch/gcc/reg-stack.c
    branches/dataflow-branch/gcc/reload.c
    branches/dataflow-branch/gcc/rtlanal.c
    branches/dataflow-branch/gcc/target-def.h
    branches/dataflow-branch/gcc/target.h
    branches/dataflow-branch/gcc/targhooks.c
    branches/dataflow-branch/gcc/targhooks.h
    branches/dataflow-branch/gcc/testsuite/ChangeLog
    branches/dataflow-branch/gcc/testsuite/g++.dg/abi/empty6.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-1.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-10.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-11.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-12.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-13.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-3.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-4.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-5.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-6.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-7.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-8.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/ext/altivec-9.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/lookup/ambig4.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/lookup/ambig5.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/lookup/strong-using-2.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/parse/crash22.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/parse/typename8.C
    branches/dataflow-branch/gcc/testsuite/g++.dg/tc1/dr101.C
    branches/dataflow-branch/gcc/testsuite/g++.old-deja/g++.abi/vtable2.C
    branches/dataflow-branch/gcc/testsuite/gcc.c-torture/unsorted/unsorted.exp
    branches/dataflow-branch/gcc/testsuite/gcc.dg/dg.exp
    branches/dataflow-branch/gcc/testsuite/gcc.dg/nested-func-4.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pack-test-1.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/pr24225.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-2.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-3.c
    branches/dataflow-branch/gcc/testsuite/gcc.dg/vect/pr24300.c
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/automatic_char_len_1.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/char_array_structure_constructor.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/char_pointer_comp_assign.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/derived_pointer_recursion.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/derived_recursion.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_4.c   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_4.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_5.c   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_5.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/README   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/cpp.F   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/cpp2.F   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/cpp3.F   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/implicit_actual.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/iomsg_1.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/module_blank_common.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/module_double_reuse.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/private_type_2.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/private_type_3.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/recursive_statement_functions.f90
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/spread_scalar_source.f90   (props changed)
    branches/dataflow-branch/gcc/testsuite/gfortran.dg/x_slash_1.f   (props changed)
    branches/dataflow-branch/gcc/testsuite/lib/g++.exp
    branches/dataflow-branch/gcc/testsuite/lib/gfortran.exp
    branches/dataflow-branch/gcc/testsuite/lib/obj-c++.exp
    branches/dataflow-branch/gcc/testsuite/lib/objc.exp
    branches/dataflow-branch/gcc/testsuite/lib/target-libpath.exp
    branches/dataflow-branch/gcc/testsuite/lib/target-supports.exp
    branches/dataflow-branch/gcc/toplev.c
    branches/dataflow-branch/gcc/tree-data-ref.c
    branches/dataflow-branch/gcc/tree-data-ref.h
    branches/dataflow-branch/gcc/tree-flow-inline.h
    branches/dataflow-branch/gcc/tree-flow.h
    branches/dataflow-branch/gcc/tree-if-conv.c
    branches/dataflow-branch/gcc/tree-loop-linear.c
    branches/dataflow-branch/gcc/tree-scalar-evolution.c
    branches/dataflow-branch/gcc/tree-ssa-dce.c
    branches/dataflow-branch/gcc/tree-ssa-dom.c
    branches/dataflow-branch/gcc/tree-ssa-dse.c
    branches/dataflow-branch/gcc/tree-ssa-loop-ivopts.c
    branches/dataflow-branch/gcc/tree-ssa-loop-niter.c
    branches/dataflow-branch/gcc/tree-ssa-operands.c
    branches/dataflow-branch/gcc/tree-ssa-structalias.c
    branches/dataflow-branch/gcc/tree-ssa.c
    branches/dataflow-branch/gcc/tree-vect-analyze.c
    branches/dataflow-branch/gcc/tree-vectorizer.c
    branches/dataflow-branch/gcc/tree-vrp.c
    branches/dataflow-branch/gcc/tree.c
    branches/dataflow-branch/gcc/tree.h
    branches/dataflow-branch/gcc/treelang/   (props changed)
    branches/dataflow-branch/gcc/treelang/ChangeLog
    branches/dataflow-branch/gcc/treelang/treetree.c
    branches/dataflow-branch/gcc/varasm.c
    branches/dataflow-branch/libcpp/ChangeLog
    branches/dataflow-branch/libcpp/charset.c
    branches/dataflow-branch/libcpp/errors.c
    branches/dataflow-branch/libcpp/files.c
    branches/dataflow-branch/libcpp/include/cpplib.h
    branches/dataflow-branch/libcpp/init.c
    branches/dataflow-branch/libcpp/macro.c
    branches/dataflow-branch/libgfortran/ChangeLog
    branches/dataflow-branch/libgfortran/Makefile.am
    branches/dataflow-branch/libgfortran/Makefile.in
    branches/dataflow-branch/libgfortran/config.h.in
    branches/dataflow-branch/libgfortran/configure
    branches/dataflow-branch/libgfortran/configure.ac
    branches/dataflow-branch/libgfortran/intrinsics/string_intrinsics.c
    branches/dataflow-branch/libgfortran/intrinsics/tty.c
    branches/dataflow-branch/libgfortran/io/io.h
    branches/dataflow-branch/libgfortran/io/list_read.c
    branches/dataflow-branch/libgfortran/io/transfer.c
    branches/dataflow-branch/libgfortran/io/unix.c
    branches/dataflow-branch/libgfortran/io/write.c
    branches/dataflow-branch/libgfortran/libgfortran.h
    branches/dataflow-branch/libgfortran/runtime/error.c
    branches/dataflow-branch/libgfortran/runtime/main.c
    branches/dataflow-branch/libgfortran/runtime/stop.c
    branches/dataflow-branch/libiberty/ChangeLog
    branches/dataflow-branch/libiberty/splay-tree.c
    branches/dataflow-branch/libjava/ChangeLog
    branches/dataflow-branch/libjava/gnu/classpath/SystemProperties.java
    branches/dataflow-branch/libjava/gnu/gcj/convert/IOConverter.java
    branches/dataflow-branch/libjava/gnu/java/net/natPlainSocketImplWin32.cc
    branches/dataflow-branch/libjava/include/sh-signal.h
    branches/dataflow-branch/libjava/java/lang/natPosixProcess.cc
    branches/dataflow-branch/libjava/java/net/natVMNetworkInterfaceWin32.cc
    branches/dataflow-branch/libjava/mauve-libgcj
    branches/dataflow-branch/libjava/scripts/encodings.pl
    branches/dataflow-branch/libjava/scripts/makemake.tcl
    branches/dataflow-branch/libjava/testsuite/lib/libjava.exp
    branches/dataflow-branch/libjava/testsuite/libjava.jacks/jacks.xfail
    branches/dataflow-branch/libobjc/ChangeLog
    branches/dataflow-branch/libobjc/thr-objc.c
    branches/dataflow-branch/maintainer-scripts/ChangeLog
    branches/dataflow-branch/maintainer-scripts/crontab
    branches/dataflow-branch/maintainer-scripts/gcc_release

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

Propchange: branches/dataflow-branch/gcc/
            ('svn:ignore' modified)

Propchange: branches/dataflow-branch/gcc/cp/
            ('svn:ignore' modified)

Propchange: branches/dataflow-branch/gcc/fortran/
            ('svn:ignore' modified)

Propchange: branches/dataflow-branch/gcc/java/
            ('svn:ignore' modified)

Propchange: branches/dataflow-branch/gcc/objc/
            ('svn:ignore' modified)

Propchange: branches/dataflow-branch/gcc/objcp/
            ('svn:ignore' added)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/automatic_char_len_1.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/char_array_structure_constructor.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/char_initialiser_actual.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/char_pointer_comp_assign.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/derived_pointer_recursion.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/derived_recursion.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_4.c
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_4.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_5.c
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/f2c_5.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/README
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/cpp.F
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/cpp2.F
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/g77/cpp3.F
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/implicit_actual.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/iomsg_1.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/module_blank_common.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/module_double_reuse.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/private_type_3.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/spread_scalar_source.f90
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/testsuite/gfortran.dg/x_slash_1.f
            ('svn:executable' removed)

Propchange: branches/dataflow-branch/gcc/treelang/
            ('svn:ignore' modified)



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