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]

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


Author: rguenth
Date: Sat Jul 26 13:03:47 2008
New Revision: 138171

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138171
Log:
2008-07-26  Richard Guenther  <rguenther@suse.de>

        Merge with mainline @138159.

        * 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/configure
    branches/gimple-tuples-branch/libstdc++-v3/doc/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/include/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/include/std/chrono
    branches/gimple-tuples-branch/libstdc++-v3/include/std/condition_variable
    branches/gimple-tuples-branch/libstdc++-v3/include/std/mutex
    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.am
    branches/gimple-tuples-branch/libstdc++-v3/src/Makefile.in
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/30_threads/mutex/cons/assign_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/30_threads/mutex/cons/copy_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/assign_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/30_threads/recursive_mutex/cons/copy_neg.cc
    branches/gimple-tuples-branch/libstdc++-v3/testsuite/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/defaulted1.C
      - copied unchanged from r138159, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted1.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/cpp0x/defaulted2.C
      - copied unchanged from r138159, trunk/gcc/testsuite/g++.dg/cpp0x/defaulted2.C
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/20080723-1.c
      - copied unchanged from r138159, trunk/gcc/testsuite/gcc.target/i386/20080723-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/cmov8.c
      - copied unchanged from r138159, trunk/gcc/testsuite/gcc.target/i386/cmov8.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-10.c
      - copied unchanged from r138159, trunk/gcc/testsuite/gcc.target/i386/funcspec-10.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-11.c
      - copied unchanged from r138159, trunk/gcc/testsuite/gcc.target/i386/funcspec-11.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/spu/vector-ansi.c
      - copied unchanged from r138159, trunk/gcc/testsuite/gcc.target/spu/vector-ansi.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/spu/vector.c
      - copied unchanged from r138159, trunk/gcc/testsuite/gcc.target/spu/vector.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/array_temporaries_1.f90
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/array_temporaries_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_shadow_1.f03
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_shadow_1.f03
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_shadow_2.f03
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_shadow_2.f03
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_shadow_3.f03
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_shadow_3.f03
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_std_1.f90
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_std_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_std_2.f90
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_std_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_std_3.f90
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_std_3.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/intrinsic_std_4.f90
      - copied unchanged from r138159, trunk/gcc/testsuite/gfortran.dg/intrinsic_std_4.f90
Removed:
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pch/valid-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/pch/valid-3.hs
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/winline-4.c
Modified:
    branches/gimple-tuples-branch/   (props changed)
    branches/gimple-tuples-branch/gcc/ChangeLog
    branches/gimple-tuples-branch/gcc/ChangeLog.tuples
    branches/gimple-tuples-branch/gcc/DATESTAMP
    branches/gimple-tuples-branch/gcc/ada/ChangeLog
    branches/gimple-tuples-branch/gcc/ada/misc.c
    branches/gimple-tuples-branch/gcc/ada/raise-gcc.c
    branches/gimple-tuples-branch/gcc/ada/utils.c
    branches/gimple-tuples-branch/gcc/c-common.c
    branches/gimple-tuples-branch/gcc/c-decl.c
    branches/gimple-tuples-branch/gcc/c-opts.c
    branches/gimple-tuples-branch/gcc/c-pch.c
    branches/gimple-tuples-branch/gcc/cfgexpand.c
    branches/gimple-tuples-branch/gcc/cgraph.c
    branches/gimple-tuples-branch/gcc/cgraphbuild.c
    branches/gimple-tuples-branch/gcc/cgraphunit.c
    branches/gimple-tuples-branch/gcc/combine.c
    branches/gimple-tuples-branch/gcc/config/arm/arm.c
    branches/gimple-tuples-branch/gcc/config/arm/iwmmxt.md
    branches/gimple-tuples-branch/gcc/config/bfin/bfin.c
    branches/gimple-tuples-branch/gcc/config/i386/i386.c
    branches/gimple-tuples-branch/gcc/config/ia64/ia64.c
    branches/gimple-tuples-branch/gcc/config/rs6000/rs6000-c.c
    branches/gimple-tuples-branch/gcc/config/sh/sh.h
    branches/gimple-tuples-branch/gcc/config/sparc/sparc.h
    branches/gimple-tuples-branch/gcc/config/spu/spu-c.c
    branches/gimple-tuples-branch/gcc/configure
    branches/gimple-tuples-branch/gcc/configure.ac
    branches/gimple-tuples-branch/gcc/cp/ChangeLog
    branches/gimple-tuples-branch/gcc/cp/call.c
    branches/gimple-tuples-branch/gcc/cp/class.c
    branches/gimple-tuples-branch/gcc/cp/cp-tree.h
    branches/gimple-tuples-branch/gcc/cp/decl.c
    branches/gimple-tuples-branch/gcc/cp/decl2.c
    branches/gimple-tuples-branch/gcc/cp/error.c
    branches/gimple-tuples-branch/gcc/cp/init.c
    branches/gimple-tuples-branch/gcc/cp/lex.c
    branches/gimple-tuples-branch/gcc/cp/mangle.c
    branches/gimple-tuples-branch/gcc/cp/method.c
    branches/gimple-tuples-branch/gcc/cp/parser.c
    branches/gimple-tuples-branch/gcc/cp/pt.c
    branches/gimple-tuples-branch/gcc/cp/search.c
    branches/gimple-tuples-branch/gcc/cp/typeck.c
    branches/gimple-tuples-branch/gcc/doc/extend.texi
    branches/gimple-tuples-branch/gcc/doc/install.texi
    branches/gimple-tuples-branch/gcc/doc/tm.texi
    branches/gimple-tuples-branch/gcc/dwarf2out.c
    branches/gimple-tuples-branch/gcc/fortran/ChangeLog
    branches/gimple-tuples-branch/gcc/fortran/decl.c
    branches/gimple-tuples-branch/gcc/fortran/expr.c
    branches/gimple-tuples-branch/gcc/fortran/gfortran.h
    branches/gimple-tuples-branch/gcc/fortran/intrinsic.c
    branches/gimple-tuples-branch/gcc/fortran/invoke.texi
    branches/gimple-tuples-branch/gcc/fortran/lang.opt
    branches/gimple-tuples-branch/gcc/fortran/match.c
    branches/gimple-tuples-branch/gcc/fortran/options.c
    branches/gimple-tuples-branch/gcc/fortran/primary.c
    branches/gimple-tuples-branch/gcc/fortran/resolve.c
    branches/gimple-tuples-branch/gcc/fortran/trans-array.c
    branches/gimple-tuples-branch/gcc/fortran/trans-array.h
    branches/gimple-tuples-branch/gcc/fortran/trans-expr.c
    branches/gimple-tuples-branch/gcc/fortran/trans-intrinsic.c
    branches/gimple-tuples-branch/gcc/fortran/trans-io.c
    branches/gimple-tuples-branch/gcc/fortran/trans-stmt.c
    branches/gimple-tuples-branch/gcc/ipa-inline.c
    branches/gimple-tuples-branch/gcc/ipa-prop.c
    branches/gimple-tuples-branch/gcc/ipa-pure-const.c
    branches/gimple-tuples-branch/gcc/ipa-reference.c
    branches/gimple-tuples-branch/gcc/ipa-type-escape.c
    branches/gimple-tuples-branch/gcc/java/ChangeLog
    branches/gimple-tuples-branch/gcc/java/decl.c
    branches/gimple-tuples-branch/gcc/java/lang.c
    branches/gimple-tuples-branch/gcc/opts.c
    branches/gimple-tuples-branch/gcc/opts.h
    branches/gimple-tuples-branch/gcc/passes.c
    branches/gimple-tuples-branch/gcc/target-def.h
    branches/gimple-tuples-branch/gcc/target.h
    branches/gimple-tuples-branch/gcc/testsuite/ChangeLog
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/inherit/thunk8.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/parse/crash27.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/parse/error15.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/crash60.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/template/crash7.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.dg/warn/pr23075.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.old-deja/g++.brendan/crash52.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.old-deja/g++.jason/report.C
    branches/gimple-tuples-branch/gcc/testsuite/g++.old-deja/g++.pt/error2.C
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/c_sizeof_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/fmt_g0_2.f08
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/gamma_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/selected_char_kind_3.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/warn_std_1.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/warn_std_2.f90
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/warn_std_3.f90
    branches/gimple-tuples-branch/gcc/testsuite/lib/target-supports.exp
    branches/gimple-tuples-branch/gcc/toplev.c
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree-inline.h
    branches/gimple-tuples-branch/gcc/tree-optimize.c
    branches/gimple-tuples-branch/gcc/tree-pass.h
    branches/gimple-tuples-branch/gcc/tree-profile.c
    branches/gimple-tuples-branch/gcc/tree-ssa-alias.c
    branches/gimple-tuples-branch/gcc/tree-ssa-structalias.c
    branches/gimple-tuples-branch/gcc/tree-vrp.c
    branches/gimple-tuples-branch/gcc/varasm.c
    branches/gimple-tuples-branch/gcc/varpool.c
    branches/gimple-tuples-branch/libiberty/ChangeLog
    branches/gimple-tuples-branch/libiberty/Makefile.in
    branches/gimple-tuples-branch/libiberty/maint-tool

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]