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]

r171782 - in /branches/google/gcc-4_6: ./ gcc/C...


Author: dnovillo
Date: Thu Mar 31 14:19:08 2011
New Revision: 171782

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171782
Log:

	Merge from google/main rev 171756.


Modified:
    branches/google/gcc-4_6/libstdc++-v3/ChangeLog.google-integration

Changes in other areas also in this revision:
Added:
    branches/google/gcc-4_6/gcc/ChangeLog.annotalysis
      - copied unchanged from r171756, branches/google/main/gcc/ChangeLog.annotalysis
    branches/google/gcc-4_6/gcc/c-family/ChangeLog.annotalysis
      - copied unchanged from r171756, branches/google/main/gcc/c-family/ChangeLog.annotalysis
    branches/google/gcc-4_6/gcc/cp/ChangeLog.annotalysis
      - copied unchanged from r171756, branches/google/main/gcc/cp/ChangeLog.annotalysis
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog.annotalysis
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/ChangeLog.annotalysis
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/thread-ann/
      - copied from r171756, branches/google/main/gcc/testsuite/g++.dg/thread-ann/
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_common_c.h
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_common_c.h
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_lock-23.c
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_lock-23.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_lock-24.c
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_lock-24.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_lock-25.c
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_lock-25.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_lock-26.c
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_lock-26.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_lock-27.c
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_lock-27.c
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/thread_annot_lock-42.c
      - copied unchanged from r171756, branches/google/main/gcc/testsuite/gcc.dg/thread_annot_lock-42.c
    branches/google/gcc-4_6/gcc/tree-threadsafe-analyze.c
      - copied unchanged from r171756, branches/google/main/gcc/tree-threadsafe-analyze.c
    branches/google/gcc-4_6/gcc/tree-threadsafe-analyze.h
      - copied unchanged from r171756, branches/google/main/gcc/tree-threadsafe-analyze.h
Modified:
    branches/google/gcc-4_6/   (props changed)
    branches/google/gcc-4_6/gcc/ChangeLog.google-4_6
    branches/google/gcc-4_6/gcc/ChangeLog.google-main
    branches/google/gcc-4_6/gcc/Makefile.in
    branches/google/gcc-4_6/gcc/attribs.c
    branches/google/gcc-4_6/gcc/c-decl.c
    branches/google/gcc-4_6/gcc/c-family/c-common.c
    branches/google/gcc-4_6/gcc/c-family/c-cppbuiltin.c
    branches/google/gcc-4_6/gcc/c-family/c-pretty-print.c
    branches/google/gcc-4_6/gcc/c-parser.c
    branches/google/gcc-4_6/gcc/common.opt
    branches/google/gcc-4_6/gcc/cp/Make-lang.in
    branches/google/gcc-4_6/gcc/cp/call.c
    branches/google/gcc-4_6/gcc/cp/class.c
    branches/google/gcc-4_6/gcc/cp/cp-lang.c
    branches/google/gcc-4_6/gcc/cp/cp-tree.h
    branches/google/gcc-4_6/gcc/cp/decl2.c
    branches/google/gcc-4_6/gcc/cp/error.c
    branches/google/gcc-4_6/gcc/cp/lex.c
    branches/google/gcc-4_6/gcc/cp/name-lookup.c
    branches/google/gcc-4_6/gcc/cp/name-lookup.h
    branches/google/gcc-4_6/gcc/cp/parser.c
    branches/google/gcc-4_6/gcc/cp/pt.c
    branches/google/gcc-4_6/gcc/cp/semantics.c
    branches/google/gcc-4_6/gcc/cp/typeck.c
    branches/google/gcc-4_6/gcc/cp/typeck2.c
    branches/google/gcc-4_6/gcc/doc/invoke.texi
    branches/google/gcc-4_6/gcc/gimplify.c
    branches/google/gcc-4_6/gcc/langhooks-def.h
    branches/google/gcc-4_6/gcc/langhooks.c
    branches/google/gcc-4_6/gcc/langhooks.h
    branches/google/gcc-4_6/gcc/libgcov.c
    branches/google/gcc-4_6/gcc/passes.c
    branches/google/gcc-4_6/gcc/pointer-set.c
    branches/google/gcc-4_6/gcc/pointer-set.h
    branches/google/gcc-4_6/gcc/testsuite/ChangeLog.google-integration
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/README
    branches/google/gcc-4_6/gcc/testsuite/g++.dg/guality/guality.exp
    branches/google/gcc-4_6/gcc/testsuite/gcc.dg/guality/guality.exp
    branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/guality/guality.exp
    branches/google/gcc-4_6/gcc/timevar.def
    branches/google/gcc-4_6/gcc/toplev.c
    branches/google/gcc-4_6/gcc/tree-pass.h
    branches/google/gcc-4_6/gcc/tree.h
    branches/google/gcc-4_6/libjava/classpath/   (props changed)

Propchange: branches/google/gcc-4_6/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_6/
            ('svnmerge-integrated' modified)

Propchange: branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_6/libjava/classpath/
            ('svn:mergeinfo' modified)



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