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]

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


Author: espindola
Date: Tue Apr 22 09:57:18 2008
New Revision: 134555

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=134555
Log:
2008-04-22  Rafael Espindola <espindola@google.com>

	Merge with mainline @134552.

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


Modified:
    branches/gimple-tuples-branch/libstdc++-v3/ChangeLog
    branches/gimple-tuples-branch/libstdc++-v3/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/acinclude.m4
    branches/gimple-tuples-branch/libstdc++-v3/aclocal.m4
    branches/gimple-tuples-branch/libstdc++-v3/configure
    branches/gimple-tuples-branch/libstdc++-v3/configure.ac
    branches/gimple-tuples-branch/libstdc++-v3/doc/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/include/Makefile.am
    branches/gimple-tuples-branch/libstdc++-v3/include/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/include/bits/c++config
    branches/gimple-tuples-branch/libstdc++-v3/libmath/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/libsupc++/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/po/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/src/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/src/atomic.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/gimple-tuples-branch/config/override.m4
      - copied unchanged from r134552, trunk/config/override.m4
    branches/gimple-tuples-branch/gcc/config/bfin/constraints.md
      - copied unchanged from r134552, trunk/gcc/config/bfin/constraints.md
    branches/gimple-tuples-branch/gcc/df-byte-scan.c
      - copied unchanged from r134552, trunk/gcc/df-byte-scan.c
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/fixed1.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/fixed1.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-badconcat.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-badconcat.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-cvt.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-cvt.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-cxx0x.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-cxx0x.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-cxx98.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-cxx98.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-dflt.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-dflt.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-gnuxx0x.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-gnuxx0x.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-gnuxx98.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-gnuxx98.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-mangle.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-mangle.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-typedef-cxx0x.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-typedef-cxx0x.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-typedef-cxx98.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-typedef-cxx98.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf-typespec.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf-typespec.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf16-1.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf16-1.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf16-2.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf16-2.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf16-3.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf16-3.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf16-4.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf16-4.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf32-1.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf32-1.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf32-2.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf32-2.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf32-3.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf32-3.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/ext/utf32-4.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/ext/utf32-4.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/gomp/pr35751.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/gomp/pr35751.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/other/i386-4.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/other/i386-4.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/overload/autoptr1.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/overload/autoptr1.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/ttp27.C
      - copied unchanged from r134552, trunk/gcc/testsuite/g++.dg/template/ttp27.C
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/Wstrict-overflow-22.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/Wstrict-overflow-22.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/cpp/pr33415.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/cpp/pr33415.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/dfp/pr35739.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/dfp/pr35739.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/gomp/pr35751.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/gomp/pr35751.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/long-long-compare-1.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/long-long-compare-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/no-strict-overflow-7.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/no-strict-overflow-7.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pr35899.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/pr35899.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/strict-overflow-6.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/strict-overflow-6.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-35.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-17.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-17.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf-badconcat.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf-badconcat.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf-cvt.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf-cvt.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf-dflt.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf-dflt.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf16-1.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf16-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf16-2.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf16-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf16-3.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf16-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf16-4.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf16-4.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf32-1.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf32-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf32-2.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf32-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf32-3.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf32-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/utf32-4.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.dg/utf32-4.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/pr31486.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.target/i386/pr31486.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/powerpc/pr35907.c
      - copied unchanged from r134552, trunk/gcc/testsuite/gcc.target/powerpc/pr35907.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/alloc_comp_default_init_2.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/alloc_comp_default_init_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/array_constructor_23.f
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/array_constructor_23.f
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/continuation_10.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/continuation_10.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/eoshift_2.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/eoshift_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_char_1.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/intrinsic_char_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/pr35662.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/pr35662.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/pr35944-1.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/pr35944-1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/pr35944-2.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/pr35944-2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/reshape_zerosize_1.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/reshape_zerosize_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/zero_sized_4.f90
      - copied unchanged from r134552, trunk/gcc/testsuite/gfortran.dg/zero_sized_4.f90
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/alignment4.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/alignment4.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/alignment5.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/alignment5.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/alignment6.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/alignment6.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/ancestor_type.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/ancestor_type.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/ancestor_type.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/ancestor_type.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/bltins.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/bltins.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/deep_old.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/deep_old.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/dynamic_elab1.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/dynamic_elab1.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/dynamic_elab1.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/dynamic_elab1.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/dynamic_elab2.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/dynamic_elab2.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/dynamic_elab2.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/dynamic_elab2.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/dynamic_elab_pkg.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/dynamic_elab_pkg.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/incomplete1.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/incomplete1.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/incomplete2.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/incomplete2.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/incomplete2.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/incomplete2.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/loop_address2.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/loop_address2.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/loop_optimization1.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/loop_optimization1.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/loop_optimization1.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/loop_optimization1.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/prot_def.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/prot_def.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/corr_discr.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/corr_discr.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/linker_section.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/linker_section.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/renamings.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/renamings.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/storage.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/storage.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/varsize_return.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/varsize_return.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/varsize_return_pkg1.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/varsize_return_pkg1.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/varsize_return_pkg1.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/varsize_return_pkg1.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/varsize_return_pkg2.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/varsize_return_pkg2.adb
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/specs/varsize_return_pkg2.ads
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/specs/varsize_return_pkg2.ads
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/string_slice2.adb
      - copied unchanged from r134552, trunk/gcc/testsuite/gnat.dg/string_slice2.adb
Removed:
    branches/gimple-tuples-branch/config/confsubdir.m4
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/debug/pr35154-dwarf2.f
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/debug/pr35154-stabs.f
Modified:
    branches/gimple-tuples-branch/   (props changed)
    branches/gimple-tuples-branch/ChangeLog
    branches/gimple-tuples-branch/MAINTAINERS
    branches/gimple-tuples-branch/Makefile.in
    branches/gimple-tuples-branch/Makefile.tpl
    branches/gimple-tuples-branch/boehm-gc/ChangeLog
    branches/gimple-tuples-branch/boehm-gc/aclocal.m4
    branches/gimple-tuples-branch/boehm-gc/configure
    branches/gimple-tuples-branch/config.guess
    branches/gimple-tuples-branch/config.sub
    branches/gimple-tuples-branch/config/ChangeLog
    branches/gimple-tuples-branch/configure
    branches/gimple-tuples-branch/configure.ac
    branches/gimple-tuples-branch/fixincludes/ChangeLog
    branches/gimple-tuples-branch/fixincludes/Makefile.in
    branches/gimple-tuples-branch/fixincludes/aclocal.m4
    branches/gimple-tuples-branch/gcc/ChangeLog
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/DATESTAMP
    branches/gimple-tuples-branch/gcc/Makefile.in
    branches/gimple-tuples-branch/gcc/aclocal.m4
    branches/gimple-tuples-branch/gcc/ada/ChangeLog
    branches/gimple-tuples-branch/gcc/ada/Make-lang.in
    branches/gimple-tuples-branch/gcc/ada/a-calcon.ads
    branches/gimple-tuples-branch/gcc/ada/a-calend-vms.adb
    branches/gimple-tuples-branch/gcc/ada/a-calend.adb
    branches/gimple-tuples-branch/gcc/ada/a-crdlli.ads
    branches/gimple-tuples-branch/gcc/ada/ada-tree.h
    branches/gimple-tuples-branch/gcc/ada/bcheck.adb
    branches/gimple-tuples-branch/gcc/ada/checks.adb
    branches/gimple-tuples-branch/gcc/ada/debug.adb
    branches/gimple-tuples-branch/gcc/ada/decl.c
    branches/gimple-tuples-branch/gcc/ada/einfo.ads
    branches/gimple-tuples-branch/gcc/ada/errout.adb
    branches/gimple-tuples-branch/gcc/ada/erroutc.adb
    branches/gimple-tuples-branch/gcc/ada/erroutc.ads
    branches/gimple-tuples-branch/gcc/ada/exp_attr.adb
    branches/gimple-tuples-branch/gcc/ada/exp_ch11.adb
    branches/gimple-tuples-branch/gcc/ada/exp_ch2.adb
    branches/gimple-tuples-branch/gcc/ada/exp_ch5.adb
    branches/gimple-tuples-branch/gcc/ada/exp_ch9.adb
    branches/gimple-tuples-branch/gcc/ada/exp_ch9.ads
    branches/gimple-tuples-branch/gcc/ada/exp_pakd.adb
    branches/gimple-tuples-branch/gcc/ada/exp_util.adb
    branches/gimple-tuples-branch/gcc/ada/fe.h
    branches/gimple-tuples-branch/gcc/ada/fmap.adb
    branches/gimple-tuples-branch/gcc/ada/g-soccon-linux-mips.ads
    branches/gimple-tuples-branch/gcc/ada/g-soccon-rtems.ads
    branches/gimple-tuples-branch/gcc/ada/g-socket.adb
    branches/gimple-tuples-branch/gcc/ada/g-socket.ads
    branches/gimple-tuples-branch/gcc/ada/g-timsta.adb
    branches/gimple-tuples-branch/gcc/ada/g-timsta.ads
    branches/gimple-tuples-branch/gcc/ada/gen-soccon.c
    branches/gimple-tuples-branch/gcc/ada/gigi.h
    branches/gimple-tuples-branch/gcc/ada/gnat_rm.texi
    branches/gimple-tuples-branch/gcc/ada/i-forbla.adb
    branches/gimple-tuples-branch/gcc/ada/lib-writ.ads
    branches/gimple-tuples-branch/gcc/ada/mlib-tgt-specific-linux.adb
    branches/gimple-tuples-branch/gcc/ada/mlib-tgt-specific-tru64.adb
    branches/gimple-tuples-branch/gcc/ada/s-interr-vxworks.adb
    branches/gimple-tuples-branch/gcc/ada/s-interr.adb
    branches/gimple-tuples-branch/gcc/ada/s-osinte-lynxos.ads
    branches/gimple-tuples-branch/gcc/ada/s-rident.ads
    branches/gimple-tuples-branch/gcc/ada/s-secsta.adb
    branches/gimple-tuples-branch/gcc/ada/s-sequio.ads
    branches/gimple-tuples-branch/gcc/ada/s-shasto.ads
    branches/gimple-tuples-branch/gcc/ada/s-soflin.ads
    branches/gimple-tuples-branch/gcc/ada/s-stalib.ads
    branches/gimple-tuples-branch/gcc/ada/s-stausa.adb
    branches/gimple-tuples-branch/gcc/ada/s-stausa.ads
    branches/gimple-tuples-branch/gcc/ada/s-strxdr.adb
    branches/gimple-tuples-branch/gcc/ada/s-taenca.adb
    branches/gimple-tuples-branch/gcc/ada/s-taenca.ads
    branches/gimple-tuples-branch/gcc/ada/s-taprob.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-hpux-dce.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-irix.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-linux.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-mingw.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-posix.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-solaris.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-tru64.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-vms.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop-vxworks.adb
    branches/gimple-tuples-branch/gcc/ada/s-taprop.ads
    branches/gimple-tuples-branch/gcc/ada/s-tarest.adb
    branches/gimple-tuples-branch/gcc/ada/s-tarest.ads
    branches/gimple-tuples-branch/gcc/ada/s-tasini.adb
    branches/gimple-tuples-branch/gcc/ada/s-tasini.ads
    branches/gimple-tuples-branch/gcc/ada/s-taskin.ads
    branches/gimple-tuples-branch/gcc/ada/s-tasque.ads
    branches/gimple-tuples-branch/gcc/ada/s-tassta.adb
    branches/gimple-tuples-branch/gcc/ada/s-tassta.ads
    branches/gimple-tuples-branch/gcc/ada/s-tasuti.ads
    branches/gimple-tuples-branch/gcc/ada/s-tpoben.adb
    branches/gimple-tuples-branch/gcc/ada/s-tpoben.ads
    branches/gimple-tuples-branch/gcc/ada/s-tpobop.adb
    branches/gimple-tuples-branch/gcc/ada/s-tpopsp-posix.adb
    branches/gimple-tuples-branch/gcc/ada/s-tpopsp-rtems.adb
    branches/gimple-tuples-branch/gcc/ada/s-tposen.adb
    branches/gimple-tuples-branch/gcc/ada/s-tposen.ads
    branches/gimple-tuples-branch/gcc/ada/s-traceb-hpux.adb
    branches/gimple-tuples-branch/gcc/ada/s-traces.ads
    branches/gimple-tuples-branch/gcc/ada/s-trafor-default.ads
    branches/gimple-tuples-branch/gcc/ada/s-unstyp.ads
    branches/gimple-tuples-branch/gcc/ada/s-utf_32.ads
    branches/gimple-tuples-branch/gcc/ada/s-vaflop.adb
    branches/gimple-tuples-branch/gcc/ada/s-vaflop.ads
    branches/gimple-tuples-branch/gcc/ada/s-valrea.adb
    branches/gimple-tuples-branch/gcc/ada/s-valuti.adb
    branches/gimple-tuples-branch/gcc/ada/s-wchstw.ads
    branches/gimple-tuples-branch/gcc/ada/s-wchwts.adb
    branches/gimple-tuples-branch/gcc/ada/s-wchwts.ads
    branches/gimple-tuples-branch/gcc/ada/s-win32.ads
    branches/gimple-tuples-branch/gcc/ada/scans.ads
    branches/gimple-tuples-branch/gcc/ada/scn.adb
    branches/gimple-tuples-branch/gcc/ada/scng.adb
    branches/gimple-tuples-branch/gcc/ada/seh_init.c
    branches/gimple-tuples-branch/gcc/ada/sem.ads
    branches/gimple-tuples-branch/gcc/ada/sem_aggr.adb
    branches/gimple-tuples-branch/gcc/ada/sem_attr.adb
    branches/gimple-tuples-branch/gcc/ada/sem_attr.ads
    branches/gimple-tuples-branch/gcc/ada/sem_case.adb
    branches/gimple-tuples-branch/gcc/ada/sem_case.ads
    branches/gimple-tuples-branch/gcc/ada/sem_cat.adb
    branches/gimple-tuples-branch/gcc/ada/sem_cat.ads
    branches/gimple-tuples-branch/gcc/ada/sem_ch10.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch10.ads
    branches/gimple-tuples-branch/gcc/ada/sem_ch12.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch12.ads
    branches/gimple-tuples-branch/gcc/ada/sem_ch13.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch13.ads
    branches/gimple-tuples-branch/gcc/ada/sem_ch3.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch4.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch5.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch6.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch6.ads
    branches/gimple-tuples-branch/gcc/ada/sem_ch7.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch8.adb
    branches/gimple-tuples-branch/gcc/ada/sem_ch8.ads
    branches/gimple-tuples-branch/gcc/ada/sem_ch9.adb
    branches/gimple-tuples-branch/gcc/ada/sem_elab.adb
    branches/gimple-tuples-branch/gcc/ada/sem_elab.ads
    branches/gimple-tuples-branch/gcc/ada/sem_elim.ads
    branches/gimple-tuples-branch/gcc/ada/sem_eval.adb
    branches/gimple-tuples-branch/gcc/ada/sem_eval.ads
    branches/gimple-tuples-branch/gcc/ada/sem_intr.adb
    branches/gimple-tuples-branch/gcc/ada/sem_mech.adb
    branches/gimple-tuples-branch/gcc/ada/sem_mech.ads
    branches/gimple-tuples-branch/gcc/ada/sem_prag.adb
    branches/gimple-tuples-branch/gcc/ada/sem_prag.ads
    branches/gimple-tuples-branch/gcc/ada/sem_res.adb
    branches/gimple-tuples-branch/gcc/ada/sem_res.ads
    branches/gimple-tuples-branch/gcc/ada/sem_type.adb
    branches/gimple-tuples-branch/gcc/ada/sem_util.adb
    branches/gimple-tuples-branch/gcc/ada/sem_util.ads
    branches/gimple-tuples-branch/gcc/ada/sem_warn.adb
    branches/gimple-tuples-branch/gcc/ada/sem_warn.ads
    branches/gimple-tuples-branch/gcc/ada/sfn_scan.adb
    branches/gimple-tuples-branch/gcc/ada/sfn_scan.ads
    branches/gimple-tuples-branch/gcc/ada/sinfo.ads
    branches/gimple-tuples-branch/gcc/ada/sinput-d.ads
    branches/gimple-tuples-branch/gcc/ada/sinput-l.adb
    branches/gimple-tuples-branch/gcc/ada/sinput-l.ads
    branches/gimple-tuples-branch/gcc/ada/sinput.ads
    branches/gimple-tuples-branch/gcc/ada/snames.ads
    branches/gimple-tuples-branch/gcc/ada/sprint.adb
    branches/gimple-tuples-branch/gcc/ada/stand.ads
    branches/gimple-tuples-branch/gcc/ada/stringt.ads
    branches/gimple-tuples-branch/gcc/ada/styleg.adb
    branches/gimple-tuples-branch/gcc/ada/styleg.ads
    branches/gimple-tuples-branch/gcc/ada/stylesw.adb
    branches/gimple-tuples-branch/gcc/ada/stylesw.ads
    branches/gimple-tuples-branch/gcc/ada/switch.ads
    branches/gimple-tuples-branch/gcc/ada/sysdep.c
    branches/gimple-tuples-branch/gcc/ada/table.adb
    branches/gimple-tuples-branch/gcc/ada/table.ads
    branches/gimple-tuples-branch/gcc/ada/targparm.ads
    branches/gimple-tuples-branch/gcc/ada/tb-gcc.c
    branches/gimple-tuples-branch/gcc/ada/tbuild.ads
    branches/gimple-tuples-branch/gcc/ada/tracebak.c
    branches/gimple-tuples-branch/gcc/ada/trans.c
    branches/gimple-tuples-branch/gcc/ada/tree_io.adb
    branches/gimple-tuples-branch/gcc/ada/treepr.adb
    branches/gimple-tuples-branch/gcc/ada/types.adb
    branches/gimple-tuples-branch/gcc/ada/types.ads
    branches/gimple-tuples-branch/gcc/ada/uintp.adb
    branches/gimple-tuples-branch/gcc/ada/uintp.ads
    branches/gimple-tuples-branch/gcc/ada/utils.c
    branches/gimple-tuples-branch/gcc/ada/utils2.c
    branches/gimple-tuples-branch/gcc/ada/validsw.ads
    branches/gimple-tuples-branch/gcc/ada/vms_conv.adb
    branches/gimple-tuples-branch/gcc/ada/vms_conv.ads
    branches/gimple-tuples-branch/gcc/ada/vms_data.ads
    branches/gimple-tuples-branch/gcc/ada/widechar.adb
    branches/gimple-tuples-branch/gcc/ada/widechar.ads
    branches/gimple-tuples-branch/gcc/ada/xeinfo.adb
    branches/gimple-tuples-branch/gcc/ada/xgnatugn.adb
    branches/gimple-tuples-branch/gcc/ada/xr_tabls.adb
    branches/gimple-tuples-branch/gcc/ada/xr_tabls.ads
    branches/gimple-tuples-branch/gcc/ada/xref_lib.adb
    branches/gimple-tuples-branch/gcc/ada/xref_lib.ads
    branches/gimple-tuples-branch/gcc/ada/xsinfo.adb
    branches/gimple-tuples-branch/gcc/basic-block.h
    branches/gimple-tuples-branch/gcc/bitmap.h
    branches/gimple-tuples-branch/gcc/c-common.c
    branches/gimple-tuples-branch/gcc/c-common.h
    branches/gimple-tuples-branch/gcc/c-decl.c
    branches/gimple-tuples-branch/gcc/c-lex.c
    branches/gimple-tuples-branch/gcc/c-parser.c
    branches/gimple-tuples-branch/gcc/c-pretty-print.c
    branches/gimple-tuples-branch/gcc/calls.c
    branches/gimple-tuples-branch/gcc/cfgbuild.c
    branches/gimple-tuples-branch/gcc/cfgexpand.c
    branches/gimple-tuples-branch/gcc/cfgrtl.c
    branches/gimple-tuples-branch/gcc/cgraphbuild.c
    branches/gimple-tuples-branch/gcc/config/alpha/alpha.c
    branches/gimple-tuples-branch/gcc/config/arc/arc.c
    branches/gimple-tuples-branch/gcc/config/i386/i386.c
    branches/gimple-tuples-branch/gcc/config/i386/i386.md
    branches/gimple-tuples-branch/gcc/config/i386/winnt.c
    branches/gimple-tuples-branch/gcc/config/ia64/ia64.c
    branches/gimple-tuples-branch/gcc/config/ia64/ia64.md
    branches/gimple-tuples-branch/gcc/config/m32c/m32c.c
    branches/gimple-tuples-branch/gcc/config/m68k/cf.md
    branches/gimple-tuples-branch/gcc/config/m68k/m68k-protos.h
    branches/gimple-tuples-branch/gcc/config/m68k/m68k.c
    branches/gimple-tuples-branch/gcc/config/m68k/m68k.h
    branches/gimple-tuples-branch/gcc/config/m68k/m68k.md
    branches/gimple-tuples-branch/gcc/config/rs6000/rs6000.c
    branches/gimple-tuples-branch/gcc/config/sh/sh.c
    branches/gimple-tuples-branch/gcc/configure.ac
    branches/gimple-tuples-branch/gcc/coverage.c
    branches/gimple-tuples-branch/gcc/cp/ChangeLog
    branches/gimple-tuples-branch/gcc/cp/call.c
    branches/gimple-tuples-branch/gcc/cp/cvt.c
    branches/gimple-tuples-branch/gcc/cp/decl.c
    branches/gimple-tuples-branch/gcc/cp/lex.c
    branches/gimple-tuples-branch/gcc/cp/mangle.c
    branches/gimple-tuples-branch/gcc/cp/optimize.c
    branches/gimple-tuples-branch/gcc/cp/parser.c
    branches/gimple-tuples-branch/gcc/cp/pt.c
    branches/gimple-tuples-branch/gcc/cp/tree.c
    branches/gimple-tuples-branch/gcc/cp/typeck.c
    branches/gimple-tuples-branch/gcc/dbgcnt.c
    branches/gimple-tuples-branch/gcc/dbgcnt.def
    branches/gimple-tuples-branch/gcc/dce.c
    branches/gimple-tuples-branch/gcc/df-core.c
    branches/gimple-tuples-branch/gcc/df-problems.c
    branches/gimple-tuples-branch/gcc/df-scan.c
    branches/gimple-tuples-branch/gcc/df.h
    branches/gimple-tuples-branch/gcc/doc/cpp.texi
    branches/gimple-tuples-branch/gcc/doc/invoke.texi
    branches/gimple-tuples-branch/gcc/dse.c
    branches/gimple-tuples-branch/gcc/dwarf2asm.c
    branches/gimple-tuples-branch/gcc/dwarf2out.c
    branches/gimple-tuples-branch/gcc/except.c
    branches/gimple-tuples-branch/gcc/except.h
    branches/gimple-tuples-branch/gcc/explow.c
    branches/gimple-tuples-branch/gcc/expr.c
    branches/gimple-tuples-branch/gcc/final.c
    branches/gimple-tuples-branch/gcc/flags.h
    branches/gimple-tuples-branch/gcc/fold-const.c
    branches/gimple-tuples-branch/gcc/fortran/ChangeLog
    branches/gimple-tuples-branch/gcc/fortran/expr.c
    branches/gimple-tuples-branch/gcc/fortran/f95-lang.c
    branches/gimple-tuples-branch/gcc/fortran/gfortranspec.c
    branches/gimple-tuples-branch/gcc/fortran/iresolve.c
    branches/gimple-tuples-branch/gcc/fortran/options.c
    branches/gimple-tuples-branch/gcc/fortran/scanner.c
    branches/gimple-tuples-branch/gcc/fortran/trans-array.c
    branches/gimple-tuples-branch/gcc/fortran/trans-common.c
    branches/gimple-tuples-branch/gcc/fortran/trans-decl.c
    branches/gimple-tuples-branch/gcc/fortran/trans-intrinsic.c
    branches/gimple-tuples-branch/gcc/fortran/trans.h
    branches/gimple-tuples-branch/gcc/function.c
    branches/gimple-tuples-branch/gcc/function.h
    branches/gimple-tuples-branch/gcc/fwprop.c
    branches/gimple-tuples-branch/gcc/gcc.h
    branches/gimple-tuples-branch/gcc/gengtype.c
    branches/gimple-tuples-branch/gcc/gimple-low.c
    branches/gimple-tuples-branch/gcc/gimple.c
    branches/gimple-tuples-branch/gcc/gimplify.c
    branches/gimple-tuples-branch/gcc/gthr-posix.h
    branches/gimple-tuples-branch/gcc/gthr-posix95.h
    branches/gimple-tuples-branch/gcc/ipa-reference.c
    branches/gimple-tuples-branch/gcc/ipa-struct-reorg.c
    branches/gimple-tuples-branch/gcc/ipa-type-escape.c
    branches/gimple-tuples-branch/gcc/libgcc2.c
    branches/gimple-tuples-branch/gcc/omp-low.c
    branches/gimple-tuples-branch/gcc/passes.c
    branches/gimple-tuples-branch/gcc/print-rtl.c
    branches/gimple-tuples-branch/gcc/print-tree.c
    branches/gimple-tuples-branch/gcc/reload1.c
    branches/gimple-tuples-branch/gcc/reorg.c
    branches/gimple-tuples-branch/gcc/rtl-factoring.c
    branches/gimple-tuples-branch/gcc/sbitmap.c
    branches/gimple-tuples-branch/gcc/sbitmap.h
    branches/gimple-tuples-branch/gcc/sched-vis.c
    branches/gimple-tuples-branch/gcc/testsuite/ChangeLog
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/fold-compare-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/profile-dir-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/profile-dir-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/profile-dir-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/forwprop-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/loop-25.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/tree-ssa/pr21086.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/no-vfa-vect-depend-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/pr33804.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/pr33953.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/slp-25.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/slp-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/vect-iv-6.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/vect-outer-4c.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/vect-outer-5.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/vect/vect-vfa-slp.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/alloc_comp_basics_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/alloc_comp_constructor_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/continuation_3.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/continuation_5.f
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/internal_pack_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_pack_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_spread_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_unpack_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gnat.dg/frame_overflow.adb
    branches/gimple-tuples-branch/gcc/timevar.def
    branches/gimple-tuples-branch/gcc/tree-affine.c
    branches/gimple-tuples-branch/gcc/tree-cfg.c
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree-nrv.c
    branches/gimple-tuples-branch/gcc/tree-pass.h
    branches/gimple-tuples-branch/gcc/tree-predcom.c
    branches/gimple-tuples-branch/gcc/tree-pretty-print.c
    branches/gimple-tuples-branch/gcc/tree-sra.c
    branches/gimple-tuples-branch/gcc/tree-ssa-live.c
    branches/gimple-tuples-branch/gcc/tree-ssa-propagate.c
    branches/gimple-tuples-branch/gcc/tree-ssa-sccvn.c
    branches/gimple-tuples-branch/gcc/tree-ssa-sccvn.h
    branches/gimple-tuples-branch/gcc/tree-ssa-structalias.c
    branches/gimple-tuples-branch/gcc/tree-vn.c
    branches/gimple-tuples-branch/gcc/tree-vrp.c
    branches/gimple-tuples-branch/gcc/varasm.c
    branches/gimple-tuples-branch/intl/ChangeLog
    branches/gimple-tuples-branch/intl/aclocal.m4
    branches/gimple-tuples-branch/intl/configure
    branches/gimple-tuples-branch/libcpp/ChangeLog
    branches/gimple-tuples-branch/libcpp/Makefile.in
    branches/gimple-tuples-branch/libcpp/aclocal.m4
    branches/gimple-tuples-branch/libcpp/charset.c
    branches/gimple-tuples-branch/libcpp/configure
    branches/gimple-tuples-branch/libcpp/directives.c
    branches/gimple-tuples-branch/libcpp/errors.c
    branches/gimple-tuples-branch/libcpp/expr.c
    branches/gimple-tuples-branch/libcpp/files.c
    branches/gimple-tuples-branch/libcpp/include/cpp-id-data.h
    branches/gimple-tuples-branch/libcpp/include/cpplib.h
    branches/gimple-tuples-branch/libcpp/init.c
    branches/gimple-tuples-branch/libcpp/internal.h
    branches/gimple-tuples-branch/libcpp/lex.c
    branches/gimple-tuples-branch/libcpp/macro.c
    branches/gimple-tuples-branch/libdecnumber/ChangeLog
    branches/gimple-tuples-branch/libdecnumber/Makefile.in
    branches/gimple-tuples-branch/libdecnumber/aclocal.m4
    branches/gimple-tuples-branch/libdecnumber/configure
    branches/gimple-tuples-branch/libffi/ChangeLog
    branches/gimple-tuples-branch/libffi/aclocal.m4
    branches/gimple-tuples-branch/libffi/configure
    branches/gimple-tuples-branch/libgfortran/ChangeLog
    branches/gimple-tuples-branch/libgfortran/Makefile.in
    branches/gimple-tuples-branch/libgfortran/acinclude.m4
    branches/gimple-tuples-branch/libgfortran/aclocal.m4
    branches/gimple-tuples-branch/libgfortran/config.h.in
    branches/gimple-tuples-branch/libgfortran/configure
    branches/gimple-tuples-branch/libgfortran/configure.ac
    branches/gimple-tuples-branch/libgfortran/generated/reshape_c10.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_c16.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_c4.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_c8.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_i16.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_i4.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_i8.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_r10.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_r16.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_r4.c
    branches/gimple-tuples-branch/libgfortran/generated/reshape_r8.c
    branches/gimple-tuples-branch/libgfortran/intrinsics/cshift0.c
    branches/gimple-tuples-branch/libgfortran/intrinsics/pack_generic.c
    branches/gimple-tuples-branch/libgfortran/intrinsics/reshape_generic.c
    branches/gimple-tuples-branch/libgfortran/intrinsics/signal.c
    branches/gimple-tuples-branch/libgfortran/intrinsics/spread_generic.c
    branches/gimple-tuples-branch/libgfortran/intrinsics/unpack_generic.c
    branches/gimple-tuples-branch/libgfortran/libgfortran.h
    branches/gimple-tuples-branch/libgfortran/m4/reshape.m4
    branches/gimple-tuples-branch/libgfortran/runtime/backtrace.c
    branches/gimple-tuples-branch/libgfortran/runtime/in_pack_generic.c
    branches/gimple-tuples-branch/libgfortran/runtime/in_unpack_generic.c
    branches/gimple-tuples-branch/libgomp/ChangeLog
    branches/gimple-tuples-branch/libgomp/Makefile.in
    branches/gimple-tuples-branch/libgomp/acinclude.m4
    branches/gimple-tuples-branch/libgomp/aclocal.m4
    branches/gimple-tuples-branch/libgomp/configure
    branches/gimple-tuples-branch/libgomp/testsuite/Makefile.in
    branches/gimple-tuples-branch/libiberty/ChangeLog
    branches/gimple-tuples-branch/libiberty/aclocal.m4
    branches/gimple-tuples-branch/libiberty/configure
    branches/gimple-tuples-branch/libiberty/configure.ac
    branches/gimple-tuples-branch/libiberty/testsuite/demangle-expected
    branches/gimple-tuples-branch/libjava/ChangeLog
    branches/gimple-tuples-branch/libjava/aclocal.m4
    branches/gimple-tuples-branch/libjava/classpath/ChangeLog
    branches/gimple-tuples-branch/libjava/classpath/ChangeLog.gcj
    branches/gimple-tuples-branch/libjava/classpath/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/aclocal.m4
    branches/gimple-tuples-branch/libjava/classpath/configure
    branches/gimple-tuples-branch/libjava/classpath/configure.ac
    branches/gimple-tuples-branch/libjava/classpath/doc/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/doc/api/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/examples/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/external/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/external/jsr166/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/external/relaxngDatatype/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/external/sax/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/external/w3c_dom/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/include/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/lib/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/lib/gen-classlist.sh.in
    branches/gimple-tuples-branch/libjava/classpath/m4/gcc_attribute.m4
    branches/gimple-tuples-branch/libjava/classpath/native/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/fdlibm/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jawt/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/classpath/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/gconf-peer/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/gstreamer-peer/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/gtk-peer/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/java-io/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/java-lang/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/java-net/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/java-nio/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/java-util/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/midi-alsa/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/midi-dssi/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/native-lib/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/qt-peer/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/jni/xmlj/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/native/plugin/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/resource/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/scripts/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/tools/Makefile.am
    branches/gimple-tuples-branch/libjava/classpath/tools/Makefile.in
    branches/gimple-tuples-branch/libjava/classpath/tools/classes/gnu/classpath/tools/jar/Entry.class
    branches/gimple-tuples-branch/libjava/classpath/tools/gnu/classpath/tools/jar/Entry.java
    branches/gimple-tuples-branch/libjava/configure
    branches/gimple-tuples-branch/libjava/jni.cc
    branches/gimple-tuples-branch/libjava/libgcj_bc.c
    branches/gimple-tuples-branch/libjava/libltdl/ChangeLog
    branches/gimple-tuples-branch/libjava/libltdl/aclocal.m4
    branches/gimple-tuples-branch/libjava/libltdl/configure
    branches/gimple-tuples-branch/libmudflap/ChangeLog
    branches/gimple-tuples-branch/libmudflap/aclocal.m4
    branches/gimple-tuples-branch/libmudflap/configure
    branches/gimple-tuples-branch/libobjc/ChangeLog
    branches/gimple-tuples-branch/libobjc/aclocal.m4
    branches/gimple-tuples-branch/libobjc/configure
    branches/gimple-tuples-branch/libssp/ChangeLog
    branches/gimple-tuples-branch/libssp/aclocal.m4
    branches/gimple-tuples-branch/libssp/configure
    branches/gimple-tuples-branch/zlib/aclocal.m4
    branches/gimple-tuples-branch/zlib/configure

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



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