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]

r137744 - in /tags/function-specific-branch: Ch...


Author: meissner
Date: Sat Jul 12 13:59:57 2008
New Revision: 137744

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137744
Log:
Merge to 137737

Added:
    tags/function-specific-branch/libstdc++-v3/include/std/ratio
      - copied unchanged from r137737, trunk/libstdc++-v3/include/std/ratio
    tags/function-specific-branch/libstdc++-v3/libsupc++/initializer_list
      - copied unchanged from r137737, trunk/libstdc++-v3/libsupc++/initializer_list
    tags/function-specific-branch/libstdc++-v3/testsuite/20_util/common_type/
      - copied from r137737, trunk/libstdc++-v3/testsuite/20_util/common_type/
    tags/function-specific-branch/libstdc++-v3/testsuite/20_util/ratio/
      - copied from r137737, trunk/libstdc++-v3/testsuite/20_util/ratio/
    tags/function-specific-branch/libstdc++-v3/testsuite/25_algorithms/random_shuffle/1.cc
      - copied unchanged from r137737, trunk/libstdc++-v3/testsuite/25_algorithms/random_shuffle/1.cc
Removed:
    tags/function-specific-branch/libstdc++-v3/include/std/date_time
    tags/function-specific-branch/libstdc++-v3/src/date_time.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/31_date_time/
Modified:
    tags/function-specific-branch/libstdc++-v3/ChangeLog
    tags/function-specific-branch/libstdc++-v3/config/abi/pre/gnu.ver
    tags/function-specific-branch/libstdc++-v3/doc/html/api.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/abi.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/api.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/backwards.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bitmap_allocator.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt01ch01.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt01ch03s02.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt02pr01.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt04ch11.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt06ch14.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt06ch15.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt09pr02.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt12ch30s03.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt12ch31s03.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/bk01pt12pr03.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/codecvt.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/messages.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/parallel_mode.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/shared_ptr.html
    tags/function-specific-branch/libstdc++-v3/doc/html/manual/spine.html
    tags/function-specific-branch/libstdc++-v3/doc/xml/manual/allocator.xml
    tags/function-specific-branch/libstdc++-v3/include/Makefile.am
    tags/function-specific-branch/libstdc++-v3/include/Makefile.in
    tags/function-specific-branch/libstdc++-v3/include/bits/postypes.h
    tags/function-specific-branch/libstdc++-v3/include/bits/stl_map.h
    tags/function-specific-branch/libstdc++-v3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/null_metadata.hpp
    tags/function-specific-branch/libstdc++-v3/include/parallel/balanced_quicksort.h
    tags/function-specific-branch/libstdc++-v3/include/parallel/random_shuffle.h
    tags/function-specific-branch/libstdc++-v3/include/std/system_error
    tags/function-specific-branch/libstdc++-v3/include/std/type_traits
    tags/function-specific-branch/libstdc++-v3/libsupc++/Makefile.am
    tags/function-specific-branch/libstdc++-v3/libsupc++/Makefile.in
    tags/function-specific-branch/libstdc++-v3/libsupc++/eh_arm.cc
    tags/function-specific-branch/libstdc++-v3/libsupc++/eh_personality.cc
    tags/function-specific-branch/libstdc++-v3/libsupc++/unwind-cxx.h
    tags/function-specific-branch/libstdc++-v3/src/Makefile.am
    tags/function-specific-branch/libstdc++-v3/src/Makefile.in
    tags/function-specific-branch/libstdc++-v3/testsuite/17_intro/headers/c++200x/all.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/17_intro/headers/c++200x/all_multiple_inclusion.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/20_util/make_signed/requirements/typedefs-2.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/20_util/make_unsigned/requirements/typedefs-2.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stod.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/stof.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stod.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/stof.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/22_locale/time_put/put/char/4.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/22_locale/time_put/put/wchar_t/4.cc
    tags/function-specific-branch/libstdc++-v3/testsuite/lib/dg-options.exp
    tags/function-specific-branch/libstdc++-v3/testsuite/lib/libstdc++.exp

Changes in other areas also in this revision:
Added:
    tags/function-specific-branch/gcc/config/i386/cross-stdarg.h
      - copied unchanged from r137737, trunk/gcc/config/i386/cross-stdarg.h
    tags/function-specific-branch/gcc/config/i386/libgcc-glibc.ver
      - copied unchanged from r137737, trunk/gcc/config/i386/libgcc-glibc.ver
    tags/function-specific-branch/gcc/config/i386/t-fprules-softfp
      - copied unchanged from r137737, trunk/gcc/config/i386/t-fprules-softfp
    tags/function-specific-branch/gcc/config/i386/t-linux
      - copied unchanged from r137737, trunk/gcc/config/i386/t-linux
    tags/function-specific-branch/gcc/config/m68k/t-linux
      - copied unchanged from r137737, trunk/gcc/config/m68k/t-linux
    tags/function-specific-branch/gcc/config/sync.c
      - copied unchanged from r137737, trunk/gcc/config/sync.c
    tags/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/initlist1.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/cpp0x/initlist1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/initlist2.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/cpp0x/initlist2.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/initlist3.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/cpp0x/initlist3.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/initlist4.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/cpp0x/initlist4.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/initlist5.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/cpp0x/initlist5.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/cpp0x/initlist6.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/cpp0x/initlist6.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/eh/async-unwind1.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/eh/async-unwind1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/ext/no-asm-1.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/ext/no-asm-1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/ext/no-asm-2.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/ext/no-asm-2.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/ext/no-gnu-keywords-1.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/ext/no-gnu-keywords-1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/gomp/pr36790.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/gomp/pr36790.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/other/builtin1.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/other/builtin1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/dtor13.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/parse/dtor13.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error-column.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/parse/error-column.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/tree-ssa/ptrmemfield.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/tree-ssa/ptrmemfield.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-1.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-2.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/warn/Wdisallowed-functions-2.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/warn/pragma-system_header5.C
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/warn/pragma-system_header5.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/warn/pragma-system_header5.h
      - copied unchanged from r137737, trunk/gcc/testsuite/g++.dg/warn/pragma-system_header5.h
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/20080704-1.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/compile/20080704-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/pr36666.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/compile/pr36666.c
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/20030222-1.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/20030222-1.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/20010114-2.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/20010114-2.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/20030331-1.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/20030331-1.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/920518-1.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/920518-1.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/compare-fp-1.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/compare-fp-1.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4f.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-4f.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8f.x
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-8f.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/pr36765.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.c-torture/execute/pr36765.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/Wcxx-compat-2.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/Wcxx-compat-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/callabi/
      - copied from r137737, trunk/gcc/testsuite/gcc.dg/callabi/
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_main.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_main.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_x.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_y.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-16a_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_main.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_x.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-17a_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-18a_main.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-18a_main.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-18a_x.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-18a_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-18a_y.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/struct-by-value-18a_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-1a_main.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/vector-1a_main.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-1a_x.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/vector-1a_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-1a_y.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/vector-1a_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-2a_main.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/vector-2a_main.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-2a_x.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/vector-2a_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-2a_y.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/compat/vector-2a_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/cpp/c90-empty-macro-args.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/cpp/c90-empty-macro-args.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/cpp/c99-empty-macro-args.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/cpp/c99-empty-macro-args.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/gomp/pr36790.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/gomp/pr36790.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/no-asm-1.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/no-asm-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/no-asm-2.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/no-asm-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/no-asm-3.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/no-asm-3.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/no-asm-4.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/no-asm-4.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr35736.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/pr35736.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/torture/ipa-pta-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/torture/pta-ptrarith-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/cswtch.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/tree-ssa/cswtch.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr23455.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr23455.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr35286.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr35286.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pr35287.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr35287.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/tree-ssa/pta-callused.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/wdisallowed-functions-1.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/wdisallowed-functions-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/wdisallowed-functions-2.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.dg/wdisallowed-functions-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/i386/float128-1.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/i386/float128-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/i386/float128-2.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/i386/float128-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/i386/quad-sse.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/i386/quad-sse.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/m68k/interrupt-2.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/m68k/interrupt-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/mips/gcc-have-sync-compare-and-swap-3.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/mips/gcc-have-sync-compare-and-swap-3.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/mips/gcc-have-sync-compare-and-swap-4.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/mips/gcc-have-sync-compare-and-swap-4.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/mips/pr35802.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gcc.target/mips/pr35802.c
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/count_mask_1.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/count_mask_1.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/gomp/pr36726.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/gomp/pr36726.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/matmul_bounds_2.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_2.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/matmul_bounds_3.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_3.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/matmul_bounds_4.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_4.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/matmul_bounds_5.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/matmul_bounds_5.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/namelist_51.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/namelist_51.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_1.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_1.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_2.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_2.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_3.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_3.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_4.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_4.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_5.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_5.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_6.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_6.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_7.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_7.c
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_7.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_7.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_8.c
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_8.c
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_ptr_8.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/proc_ptr_8.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/product_sum_bounds_1.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/product_sum_bounds_1.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/used_types_21.f90
      - copied unchanged from r137737, trunk/gcc/testsuite/gfortran.dg/used_types_21.f90
    tags/function-specific-branch/gcc/testsuite/gnat.dg/loop_optimization3.adb
      - copied unchanged from r137737, trunk/gcc/testsuite/gnat.dg/loop_optimization3.adb
    tags/function-specific-branch/gcc/testsuite/gnat.dg/loop_optimization3_pkg.adb
      - copied unchanged from r137737, trunk/gcc/testsuite/gnat.dg/loop_optimization3_pkg.adb
    tags/function-specific-branch/gcc/testsuite/gnat.dg/loop_optimization3_pkg.ads
      - copied unchanged from r137737, trunk/gcc/testsuite/gnat.dg/loop_optimization3_pkg.ads
    tags/function-specific-branch/gcc/testsuite/gnat.dg/pack10.adb
      - copied unchanged from r137737, trunk/gcc/testsuite/gnat.dg/pack10.adb
    tags/function-specific-branch/gcc/tree-switch-conversion.c
      - copied unchanged from r137737, trunk/gcc/tree-switch-conversion.c
    tags/function-specific-branch/libgcc/config/i386/32/
      - copied from r137737, trunk/libgcc/config/i386/32/
    tags/function-specific-branch/libgcc/config/i386/64/
      - copied from r137737, trunk/libgcc/config/i386/64/
    tags/function-specific-branch/libjava/contrib/
      - copied from r137737, trunk/libjava/contrib/
    tags/function-specific-branch/libjava/gnu/gcj/convert/make-trie.h
      - copied unchanged from r137737, trunk/libjava/gnu/gcj/convert/make-trie.h
Removed:
    tags/function-specific-branch/gcc/config/i386/libgcc-x86_64-glibc.ver
    tags/function-specific-branch/gcc/config/i386/t-fprules-softfp64
    tags/function-specific-branch/gcc/tree-vn.c
    tags/function-specific-branch/maintainer-scripts/update_version
Modified:
    tags/function-specific-branch/ChangeLog
    tags/function-specific-branch/MAINTAINERS
    tags/function-specific-branch/config/ChangeLog
    tags/function-specific-branch/config/mh-mingw
    tags/function-specific-branch/gcc/ChangeLog
    tags/function-specific-branch/gcc/DATESTAMP
    tags/function-specific-branch/gcc/Makefile.in
    tags/function-specific-branch/gcc/ada/ChangeLog
    tags/function-specific-branch/gcc/ada/decl.c
    tags/function-specific-branch/gcc/alloc-pool.c
    tags/function-specific-branch/gcc/auto-inc-dec.c
    tags/function-specific-branch/gcc/bb-reorder.c
    tags/function-specific-branch/gcc/bitmap.c
    tags/function-specific-branch/gcc/bitmap.h
    tags/function-specific-branch/gcc/builtins.c
    tags/function-specific-branch/gcc/c-common.c
    tags/function-specific-branch/gcc/c-common.h
    tags/function-specific-branch/gcc/c-decl.c
    tags/function-specific-branch/gcc/c-parser.c
    tags/function-specific-branch/gcc/c-typeck.c
    tags/function-specific-branch/gcc/calls.c
    tags/function-specific-branch/gcc/cfgexpand.c
    tags/function-specific-branch/gcc/cfglayout.c
    tags/function-specific-branch/gcc/cfgrtl.c
    tags/function-specific-branch/gcc/cgraph.c
    tags/function-specific-branch/gcc/cgraph.h
    tags/function-specific-branch/gcc/combine-stack-adj.c
    tags/function-specific-branch/gcc/combine.c
    tags/function-specific-branch/gcc/common.opt
    tags/function-specific-branch/gcc/config.gcc
    tags/function-specific-branch/gcc/config.in
    tags/function-specific-branch/gcc/config/alpha/alpha.c
    tags/function-specific-branch/gcc/config/alpha/vms_tramp.asm
    tags/function-specific-branch/gcc/config/arm/aout.h
    tags/function-specific-branch/gcc/config/arm/arm.c
    tags/function-specific-branch/gcc/config/arm/crti.asm
    tags/function-specific-branch/gcc/config/arm/crtn.asm
    tags/function-specific-branch/gcc/config/avr/avr-protos.h
    tags/function-specific-branch/gcc/config/avr/avr.c
    tags/function-specific-branch/gcc/config/avr/avr.md
    tags/function-specific-branch/gcc/config/bfin/crti.s
    tags/function-specific-branch/gcc/config/bfin/crtlibid.s
    tags/function-specific-branch/gcc/config/bfin/crtn.s
    tags/function-specific-branch/gcc/config/darwin-driver.c
    tags/function-specific-branch/gcc/config/fr30/crti.asm
    tags/function-specific-branch/gcc/config/fr30/crtn.asm
    tags/function-specific-branch/gcc/config/frv/lib1funcs.asm
    tags/function-specific-branch/gcc/config/h8300/h8300.md
    tags/function-specific-branch/gcc/config/host-solaris.c
    tags/function-specific-branch/gcc/config/i386/i386-protos.h
    tags/function-specific-branch/gcc/config/i386/i386.c
    tags/function-specific-branch/gcc/config/i386/i386.h
    tags/function-specific-branch/gcc/config/i386/i386.md
    tags/function-specific-branch/gcc/config/i386/linux.h
    tags/function-specific-branch/gcc/config/i386/linux64.h
    tags/function-specific-branch/gcc/config/i386/mingw32.h
    tags/function-specific-branch/gcc/config/i386/netware.c
    tags/function-specific-branch/gcc/config/i386/sfp-machine.h
    tags/function-specific-branch/gcc/config/i386/sol2-c1.asm
    tags/function-specific-branch/gcc/config/i386/sol2-ci.asm
    tags/function-specific-branch/gcc/config/i386/sol2-cn.asm
    tags/function-specific-branch/gcc/config/i386/sol2-gc1.asm
    tags/function-specific-branch/gcc/config/i386/t-darwin
    tags/function-specific-branch/gcc/config/i386/t-darwin64
    tags/function-specific-branch/gcc/config/i386/t-linux64
    tags/function-specific-branch/gcc/config/ia64/crti.asm
    tags/function-specific-branch/gcc/config/ia64/crtn.asm
    tags/function-specific-branch/gcc/config/ia64/ia64.c
    tags/function-specific-branch/gcc/config/libgcc-glibc.ver
    tags/function-specific-branch/gcc/config/m32r/libgcc-glibc.ver
    tags/function-specific-branch/gcc/config/m68hc11/larith.asm
    tags/function-specific-branch/gcc/config/m68hc11/m68hc11-crt0.S
    tags/function-specific-branch/gcc/config/m68k/crti.s
    tags/function-specific-branch/gcc/config/m68k/crtn.s
    tags/function-specific-branch/gcc/config/m68k/lb1sf68.asm
    tags/function-specific-branch/gcc/config/m68k/m68k-devices.def
    tags/function-specific-branch/gcc/config/m68k/m68k.c
    tags/function-specific-branch/gcc/config/m68k/t-cf
    tags/function-specific-branch/gcc/config/mcore/crti.asm
    tags/function-specific-branch/gcc/config/mcore/crtn.asm
    tags/function-specific-branch/gcc/config/mips/constraints.md
    tags/function-specific-branch/gcc/config/mips/driver-native.c
    tags/function-specific-branch/gcc/config/mips/mips.c
    tags/function-specific-branch/gcc/config/mips/mips.h
    tags/function-specific-branch/gcc/config/mips/mips.md
    tags/function-specific-branch/gcc/config/mips/t-libgcc-mips16
    tags/function-specific-branch/gcc/config/pa/pa.c
    tags/function-specific-branch/gcc/config/rs6000/crtresfpr.asm
    tags/function-specific-branch/gcc/config/rs6000/crtresgpr.asm
    tags/function-specific-branch/gcc/config/rs6000/crtresxfpr.asm
    tags/function-specific-branch/gcc/config/rs6000/crtresxgpr.asm
    tags/function-specific-branch/gcc/config/rs6000/crtsavfpr.asm
    tags/function-specific-branch/gcc/config/rs6000/crtsavgpr.asm
    tags/function-specific-branch/gcc/config/rs6000/crtsavres.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtres32gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtres64gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtres64gprctr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtrest32gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtrest64gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtresx32gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtresx64gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtsav32gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtsav64gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtsav64gprctr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtsavg32gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtsavg64gpr.asm
    tags/function-specific-branch/gcc/config/rs6000/e500crtsavg64gprctr.asm
    tags/function-specific-branch/gcc/config/rs6000/eabi-ci.asm
    tags/function-specific-branch/gcc/config/rs6000/eabi-cn.asm
    tags/function-specific-branch/gcc/config/rs6000/eabi.asm
    tags/function-specific-branch/gcc/config/rs6000/host-darwin.c
    tags/function-specific-branch/gcc/config/rs6000/rs6000.c
    tags/function-specific-branch/gcc/config/rs6000/rs6000.md
    tags/function-specific-branch/gcc/config/rs6000/sol-ci.asm
    tags/function-specific-branch/gcc/config/rs6000/sol-cn.asm
    tags/function-specific-branch/gcc/config/rs6000/tramp.asm
    tags/function-specific-branch/gcc/config/s390/libgcc-glibc.ver
    tags/function-specific-branch/gcc/config/sh/libgcc-glibc.ver
    tags/function-specific-branch/gcc/config/sh/sh.c
    tags/function-specific-branch/gcc/config/sh/sh.h
    tags/function-specific-branch/gcc/config/sparc/libgcc-sparc-glibc.ver
    tags/function-specific-branch/gcc/config/sparc/sol2-ci.asm
    tags/function-specific-branch/gcc/config/sparc/sol2-cn.asm
    tags/function-specific-branch/gcc/configure
    tags/function-specific-branch/gcc/configure.ac
    tags/function-specific-branch/gcc/cp/ChangeLog
    tags/function-specific-branch/gcc/cp/Make-lang.in
    tags/function-specific-branch/gcc/cp/call.c
    tags/function-specific-branch/gcc/cp/cp-tree.h
    tags/function-specific-branch/gcc/cp/cvt.c
    tags/function-specific-branch/gcc/cp/decl.c
    tags/function-specific-branch/gcc/cp/error.c
    tags/function-specific-branch/gcc/cp/init.c
    tags/function-specific-branch/gcc/cp/lex.c
    tags/function-specific-branch/gcc/cp/name-lookup.c
    tags/function-specific-branch/gcc/cp/parser.c
    tags/function-specific-branch/gcc/cp/pt.c
    tags/function-specific-branch/gcc/cp/rtti.c
    tags/function-specific-branch/gcc/cp/semantics.c
    tags/function-specific-branch/gcc/cp/tree.c
    tags/function-specific-branch/gcc/cp/typeck.c
    tags/function-specific-branch/gcc/cp/typeck2.c
    tags/function-specific-branch/gcc/dbgcnt.def
    tags/function-specific-branch/gcc/df-core.c
    tags/function-specific-branch/gcc/df-problems.c
    tags/function-specific-branch/gcc/doc/install.texi
    tags/function-specific-branch/gcc/doc/invoke.texi
    tags/function-specific-branch/gcc/doc/md.texi
    tags/function-specific-branch/gcc/doc/tm.texi
    tags/function-specific-branch/gcc/dwarf2out.c
    tags/function-specific-branch/gcc/emit-rtl.c
    tags/function-specific-branch/gcc/expr.c
    tags/function-specific-branch/gcc/expr.h
    tags/function-specific-branch/gcc/final.c
    tags/function-specific-branch/gcc/flags.h
    tags/function-specific-branch/gcc/fold-const.c
    tags/function-specific-branch/gcc/fortran/ChangeLog
    tags/function-specific-branch/gcc/fortran/check.c
    tags/function-specific-branch/gcc/fortran/decl.c
    tags/function-specific-branch/gcc/fortran/expr.c
    tags/function-specific-branch/gcc/fortran/f95-lang.c
    tags/function-specific-branch/gcc/fortran/gfc-internals.texi
    tags/function-specific-branch/gcc/fortran/gfortran.h
    tags/function-specific-branch/gcc/fortran/interface.c
    tags/function-specific-branch/gcc/fortran/iresolve.c
    tags/function-specific-branch/gcc/fortran/match.c
    tags/function-specific-branch/gcc/fortran/match.h
    tags/function-specific-branch/gcc/fortran/parse.c
    tags/function-specific-branch/gcc/fortran/primary.c
    tags/function-specific-branch/gcc/fortran/resolve.c
    tags/function-specific-branch/gcc/fortran/symbol.c
    tags/function-specific-branch/gcc/fortran/trans-decl.c
    tags/function-specific-branch/gcc/fortran/trans-expr.c
    tags/function-specific-branch/gcc/function.c
    tags/function-specific-branch/gcc/gcc.c
    tags/function-specific-branch/gcc/gcse.c
    tags/function-specific-branch/gcc/genattrtab.c
    tags/function-specific-branch/gcc/genemit.c
    tags/function-specific-branch/gcc/gengtype.c
    tags/function-specific-branch/gcc/gengtype.h
    tags/function-specific-branch/gcc/genoutput.c
    tags/function-specific-branch/gcc/genrecog.c
    tags/function-specific-branch/gcc/gensupport.c
    tags/function-specific-branch/gcc/ggc-common.c
    tags/function-specific-branch/gcc/ggc-page.c
    tags/function-specific-branch/gcc/ggc-zone.c
    tags/function-specific-branch/gcc/gimplify.c
    tags/function-specific-branch/gcc/haifa-sched.c
    tags/function-specific-branch/gcc/ipa-cp.c
    tags/function-specific-branch/gcc/ipa-prop.c
    tags/function-specific-branch/gcc/ipa-prop.h
    tags/function-specific-branch/gcc/java/ChangeLog
    tags/function-specific-branch/gcc/java/Make-lang.in
    tags/function-specific-branch/gcc/java/gcj.texi
    tags/function-specific-branch/gcc/java/jcf-io.c
    tags/function-specific-branch/gcc/java/jcf.h
    tags/function-specific-branch/gcc/jump.c
    tags/function-specific-branch/gcc/libgcc-std.ver
    tags/function-specific-branch/gcc/loop-doloop.c
    tags/function-specific-branch/gcc/loop-unswitch.c
    tags/function-specific-branch/gcc/lower-subreg.c
    tags/function-specific-branch/gcc/mkmap-symver.awk
    tags/function-specific-branch/gcc/objc/ChangeLog
    tags/function-specific-branch/gcc/objc/objc-act.c
    tags/function-specific-branch/gcc/omp-low.c
    tags/function-specific-branch/gcc/optabs.c
    tags/function-specific-branch/gcc/opts.c
    tags/function-specific-branch/gcc/params.def
    tags/function-specific-branch/gcc/params.h
    tags/function-specific-branch/gcc/passes.c
    tags/function-specific-branch/gcc/predict.c
    tags/function-specific-branch/gcc/recog.c
    tags/function-specific-branch/gcc/reg-stack.c
    tags/function-specific-branch/gcc/regmove.c
    tags/function-specific-branch/gcc/reload.c
    tags/function-specific-branch/gcc/reload1.c
    tags/function-specific-branch/gcc/reorg.c
    tags/function-specific-branch/gcc/resource.c
    tags/function-specific-branch/gcc/rtl.h
    tags/function-specific-branch/gcc/rtlanal.c
    tags/function-specific-branch/gcc/target-def.h
    tags/function-specific-branch/gcc/target.h
    tags/function-specific-branch/gcc/targhooks.c
    tags/function-specific-branch/gcc/targhooks.h
    tags/function-specific-branch/gcc/testsuite/ChangeLog
    tags/function-specific-branch/gcc/testsuite/g++.dg/abi/mangle24.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/abi/mangle25.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/cdce3.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/compat/struct-layout-1.exp
    tags/function-specific-branch/gcc/testsuite/g++.dg/ext/gnu-inline-global-reject.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/inherit/error4.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/init/brace2.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/init/brace6.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/opt/temp1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/opt/vt1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/other/opaque-1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/other/opaque-2.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/other/opaque-3.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/other/semicolon.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/constructor1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/crash36.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/ctor3.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error10.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error11.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error12.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error13.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error14.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error15.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error16.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error17.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error18.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error19.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error2.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error20.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error21.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error22.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error23.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error24.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error25.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error26.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error27.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error28.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error29.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error3.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error30.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error31.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error4.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error5.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error6.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error7.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error8.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/parse/error9.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/torture/type-generic-1.C
    tags/function-specific-branch/gcc/testsuite/g++.dg/warn/Wreturn-type-4.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.brendan/crash16.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.jason/crash11.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.law/ctors5.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.other/comdat5.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.other/crash25.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.other/local-alloc1.C
    tags/function-specific-branch/gcc/testsuite/g++.old-deja/g++.pt/niklas01a.C
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/20001226-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/compile/20080625-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/compare-fp-4.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/fp-cmp-2.x
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/inf-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.c-torture/execute/ieee/mul-subnormal-single-1.x
    tags/function-specific-branch/gcc/testsuite/gcc.dg/20030702-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/builtin-inf-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/builtins-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/builtins-43.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/builtins-44.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/builtins-45.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-16_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-16_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-17_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-17_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-18_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-by-value-18_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1.exp
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/struct-layout-1_generate.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/union-m128-1_main.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/union-m128-1_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/union-m128-1_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-1_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-1_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-2_x.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-2_y.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/compat/vector-defs.h
    tags/function-specific-branch/gcc/testsuite/gcc.dg/const-float128-ped.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/const-float128.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/const-float80-ped.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/const-float80.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/cpp/20000519-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/cpp/avoidpaste1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/cpp/avoidpaste2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/float-range-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/float-range-3.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/float-range-4.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/float-range-5.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/fold-overflow-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/lower-subreg-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/nrv3.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr15784-3.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr27095.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr28243.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr28322-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr28796-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/pr36227.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/builtin-frexp-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/builtin-ldexp-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/builtin-logb-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/builtin-math-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/builtin-modf-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-float80.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/fp-int-convert-timode.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr25947-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr35842.c   (props changed)
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr36373-10.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/type-generic-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/20040204-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/loadpre24.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-3.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/vect/costmodel/spu/costmodel-vect-33.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/vect/costmodel/spu/costmodel-vect-76b.c
    tags/function-specific-branch/gcc/testsuite/gcc.dg/vect/costmodel/spu/costmodel-vect-iv-9.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/arm/neon/polytypes.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/i386/pr32191.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/i386/pr32268.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/mips/gcc-have-sync-compare-and-swap-1.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/mips/gcc-have-sync-compare-and-swap-2.c
    tags/function-specific-branch/gcc/testsuite/gcc.target/powerpc/ppc-negeq0-1.c
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/c_f_pointer_tests_3.f90
    tags/function-specific-branch/gcc/testsuite/gfortran.dg/proc_decl_1.f90
    tags/function-specific-branch/gcc/testsuite/lib/compat.exp
    tags/function-specific-branch/gcc/testsuite/lib/g++.exp
    tags/function-specific-branch/gcc/testsuite/lib/gcc-dg.exp
    tags/function-specific-branch/gcc/testsuite/lib/target-supports.exp
    tags/function-specific-branch/gcc/testsuite/objc.dg/gnu-encoding/gnu-encoding.exp
    tags/function-specific-branch/gcc/timevar.def
    tags/function-specific-branch/gcc/tree-dump.c
    tags/function-specific-branch/gcc/tree-flow-inline.h
    tags/function-specific-branch/gcc/tree-flow.h
    tags/function-specific-branch/gcc/tree-gimple.h
    tags/function-specific-branch/gcc/tree-inline.c
    tags/function-specific-branch/gcc/tree-mudflap.c
    tags/function-specific-branch/gcc/tree-nrv.c
    tags/function-specific-branch/gcc/tree-outof-ssa.c
    tags/function-specific-branch/gcc/tree-pass.h
    tags/function-specific-branch/gcc/tree-pretty-print.c
    tags/function-specific-branch/gcc/tree-sra.c
    tags/function-specific-branch/gcc/tree-ssa-alias.c
    tags/function-specific-branch/gcc/tree-ssa-ccp.c
    tags/function-specific-branch/gcc/tree-ssa-dom.c
    tags/function-specific-branch/gcc/tree-ssa-forwprop.c
    tags/function-specific-branch/gcc/tree-ssa-loop-ivopts.c
    tags/function-specific-branch/gcc/tree-ssa-loop-niter.c
    tags/function-specific-branch/gcc/tree-ssa-pre.c
    tags/function-specific-branch/gcc/tree-ssa-sccvn.c
    tags/function-specific-branch/gcc/tree-ssa-sccvn.h
    tags/function-specific-branch/gcc/tree-ssa-structalias.c
    tags/function-specific-branch/gcc/tree-ssa-structalias.h
    tags/function-specific-branch/gcc/tree-ssa-threadedge.c
    tags/function-specific-branch/gcc/tree-stdarg.c
    tags/function-specific-branch/gcc/tree-tailcall.c
    tags/function-specific-branch/gcc/tree.c
    tags/function-specific-branch/gcc/tree.def
    tags/function-specific-branch/gcc/tree.h
    tags/function-specific-branch/gcc/treestruct.def
    tags/function-specific-branch/gcc/unwind-pe.h
    tags/function-specific-branch/gcc/varray.c
    tags/function-specific-branch/gcc/vec.h
    tags/function-specific-branch/gcc/vmsdbgout.c
    tags/function-specific-branch/include/ChangeLog
    tags/function-specific-branch/include/safe-ctype.h
    tags/function-specific-branch/libcpp/ChangeLog
    tags/function-specific-branch/libcpp/macro.c
    tags/function-specific-branch/libgcc/ChangeLog
    tags/function-specific-branch/libgcc/Makefile.in
    tags/function-specific-branch/libgcc/config.host
    tags/function-specific-branch/libgcc/configure
    tags/function-specific-branch/libgcc/configure.ac
    tags/function-specific-branch/libgfortran/ChangeLog
    tags/function-specific-branch/libgfortran/acinclude.m4
    tags/function-specific-branch/libgfortran/configure
    tags/function-specific-branch/libgfortran/generated/matmul_c10.c
    tags/function-specific-branch/libgfortran/generated/matmul_c16.c
    tags/function-specific-branch/libgfortran/generated/matmul_c4.c
    tags/function-specific-branch/libgfortran/generated/matmul_c8.c
    tags/function-specific-branch/libgfortran/generated/matmul_i1.c
    tags/function-specific-branch/libgfortran/generated/matmul_i16.c
    tags/function-specific-branch/libgfortran/generated/matmul_i2.c
    tags/function-specific-branch/libgfortran/generated/matmul_i4.c
    tags/function-specific-branch/libgfortran/generated/matmul_i8.c
    tags/function-specific-branch/libgfortran/generated/matmul_l16.c
    tags/function-specific-branch/libgfortran/generated/matmul_l4.c
    tags/function-specific-branch/libgfortran/generated/matmul_l8.c
    tags/function-specific-branch/libgfortran/generated/matmul_r10.c
    tags/function-specific-branch/libgfortran/generated/matmul_r16.c
    tags/function-specific-branch/libgfortran/generated/matmul_r4.c
    tags/function-specific-branch/libgfortran/generated/matmul_r8.c
    tags/function-specific-branch/libgfortran/io/list_read.c
    tags/function-specific-branch/libgfortran/m4/matmul.m4
    tags/function-specific-branch/libgfortran/m4/matmull.m4
    tags/function-specific-branch/libgomp/ChangeLog
    tags/function-specific-branch/libgomp/testsuite/lib/libgomp.exp
    tags/function-specific-branch/libgomp/testsuite/libgomp.c++/c++.exp
    tags/function-specific-branch/libgomp/testsuite/libgomp.c/c.exp
    tags/function-specific-branch/libgomp/testsuite/libgomp.fortran/fortran.exp
    tags/function-specific-branch/libjava/ChangeLog
    tags/function-specific-branch/libjava/Makefile.am
    tags/function-specific-branch/libjava/Makefile.in
    tags/function-specific-branch/libjava/configure
    tags/function-specific-branch/libjava/configure.ac
    tags/function-specific-branch/libjava/gcj/Makefile.in
    tags/function-specific-branch/libjava/gnu/gcj/convert/gen-from-JIS.c
    tags/function-specific-branch/libjava/gnu/gcj/convert/make-trie.c
    tags/function-specific-branch/libjava/include/Makefile.in
    tags/function-specific-branch/libjava/libtool-version
    tags/function-specific-branch/libjava/testsuite/Makefile.in
    tags/function-specific-branch/libobjc/ChangeLog
    tags/function-specific-branch/libobjc/Makefile.in
    tags/function-specific-branch/maintainer-scripts/ChangeLog
    tags/function-specific-branch/maintainer-scripts/crontab
    tags/function-specific-branch/maintainer-scripts/gcc_release
    tags/function-specific-branch/maintainer-scripts/update_version_svn
    tags/function-specific-branch/maintainer-scripts/update_web_docs_svn
    tags/function-specific-branch/svn-mergepoint

Propchange: tags/function-specific-branch/gcc/testsuite/gcc.dg/torture/pr35842.c
            ('svn:executable' removed)



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