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]

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


Author: rguenth
Date: Sat Jul 26 09:58:01 2008
New Revision: 138164

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

        Merge with mainline @138091.

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/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/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/gimple-tuples-branch/gcc/config/i386/i386-c.c
      - copied unchanged from r138076, trunk/gcc/config/i386/i386-c.c
    branches/gimple-tuples-branch/gcc/config/i386/t-i386
      - copied unchanged from r138076, trunk/gcc/config/i386/t-i386
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/Wdeclaration-after-statement-3.c
      - copied unchanged from r138091, trunk/gcc/testsuite/gcc.dg/Wdeclaration-after-statement-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.dg/Wpointer-arith.c
      - copied unchanged from r138091, trunk/gcc/testsuite/gcc.dg/Wpointer-arith.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/cold-1.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/cold-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-1.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-2.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-3.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-3.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-4.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-4.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-5.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-5.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-6.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-6.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-7.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-7.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-8.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-8.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/funcspec-9.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/funcspec-9.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/hot-1.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/hot-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/opt-1.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/opt-1.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/opt-2.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/opt-2.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/sse-22.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/sse-22.c
    branches/gimple-tuples-branch/gcc/testsuite/gcc.target/i386/sse-23.c
      - copied unchanged from r138076, trunk/gcc/testsuite/gcc.target/i386/sse-23.c
    branches/gimple-tuples-branch/gcc/testsuite/gfortran.dg/namelist_52.f90
      - copied unchanged from r138076, trunk/gcc/testsuite/gfortran.dg/namelist_52.f90
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/Makefile.in
    branches/gimple-tuples-branch/gcc/attribs.c
    branches/gimple-tuples-branch/gcc/builtins.c
    branches/gimple-tuples-branch/gcc/c-common.c
    branches/gimple-tuples-branch/gcc/c-common.h
    branches/gimple-tuples-branch/gcc/c-cppbuiltin.c
    branches/gimple-tuples-branch/gcc/c-decl.c
    branches/gimple-tuples-branch/gcc/c-errors.c
    branches/gimple-tuples-branch/gcc/c-lex.c
    branches/gimple-tuples-branch/gcc/c-parser.c
    branches/gimple-tuples-branch/gcc/c-pragma.c
    branches/gimple-tuples-branch/gcc/c-tree.h
    branches/gimple-tuples-branch/gcc/c-typeck.c
    branches/gimple-tuples-branch/gcc/common.opt
    branches/gimple-tuples-branch/gcc/config.gcc
    branches/gimple-tuples-branch/gcc/config/i386/darwin.h
    branches/gimple-tuples-branch/gcc/config/i386/i386-protos.h
    branches/gimple-tuples-branch/gcc/config/i386/i386.c
    branches/gimple-tuples-branch/gcc/config/i386/i386.h
    branches/gimple-tuples-branch/gcc/config/i386/i386.opt
    branches/gimple-tuples-branch/gcc/coretypes.h
    branches/gimple-tuples-branch/gcc/cp/ChangeLog
    branches/gimple-tuples-branch/gcc/cp/call.c
    branches/gimple-tuples-branch/gcc/cp/decl.c
    branches/gimple-tuples-branch/gcc/cp/error.c
    branches/gimple-tuples-branch/gcc/cp/name-lookup.c
    branches/gimple-tuples-branch/gcc/cp/parser.c
    branches/gimple-tuples-branch/gcc/cp/pt.c
    branches/gimple-tuples-branch/gcc/cp/typeck.c
    branches/gimple-tuples-branch/gcc/cp/typeck2.c
    branches/gimple-tuples-branch/gcc/diagnostic.c
    branches/gimple-tuples-branch/gcc/doc/c-tree.texi
    branches/gimple-tuples-branch/gcc/doc/extend.texi
    branches/gimple-tuples-branch/gcc/doc/invoke.texi
    branches/gimple-tuples-branch/gcc/doc/options.texi
    branches/gimple-tuples-branch/gcc/doc/tm.texi
    branches/gimple-tuples-branch/gcc/fortran/ChangeLog
    branches/gimple-tuples-branch/gcc/fortran/f95-lang.c
    branches/gimple-tuples-branch/gcc/function.c
    branches/gimple-tuples-branch/gcc/ipa-inline.c
    branches/gimple-tuples-branch/gcc/opt-functions.awk
    branches/gimple-tuples-branch/gcc/optc-gen.awk
    branches/gimple-tuples-branch/gcc/opth-gen.awk
    branches/gimple-tuples-branch/gcc/opts.c
    branches/gimple-tuples-branch/gcc/print-tree.c
    branches/gimple-tuples-branch/gcc/target-def.h
    branches/gimple-tuples-branch/gcc/target.h
    branches/gimple-tuples-branch/gcc/targhooks.c
    branches/gimple-tuples-branch/gcc/targhooks.h
    branches/gimple-tuples-branch/gcc/testsuite/ChangeLog
    branches/gimple-tuples-branch/gcc/toplev.c
    branches/gimple-tuples-branch/gcc/toplev.h
    branches/gimple-tuples-branch/gcc/tree-inline.c
    branches/gimple-tuples-branch/gcc/tree-inline.h
    branches/gimple-tuples-branch/gcc/tree.c
    branches/gimple-tuples-branch/gcc/tree.def
    branches/gimple-tuples-branch/gcc/tree.h
    branches/gimple-tuples-branch/gcc/treestruct.def
    branches/gimple-tuples-branch/libgfortran/ChangeLog
    branches/gimple-tuples-branch/libgfortran/io/list_read.c

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



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