r174777 - in /branches/google/gcc-4_6: ./ gcc/C...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Tue Jun 7 22:30:00 GMT 2011
Author: dnovillo
Date: Tue Jun 7 22:30:30 2011
New Revision: 174777
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=174777
Log:
Merge from google/main rev 174706.
Added:
branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle2.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/cpp0x/regress/ptrmem1.C
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/cpp0x/regress/ptrmem1.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/diagnostic/bitfld2.C
branches/google/gcc-4_6/gcc/testsuite/g++.dg/opt/pr49264.C
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/g++.dg/opt/pr49264.C
branches/google/gcc-4_6/gcc/testsuite/gcc.c-torture/execute/pr49186.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.c-torture/execute/pr49186.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr49235.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr49235.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/pr49243.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/pr49243.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/torture/pr48702.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/torture/pr48702.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr49299-1.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/tree-prof/pr49299-2.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/vect/pr49038.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/vect/pr49038.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/vect/pr49093.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/vect/pr49093.c
branches/google/gcc-4_6/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gcc.dg/vect/vect-strided-u8-i8-gap4-unknown.c
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/PR49268.f90
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/PR49268.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/module_procedure_double_colon_1.f90
branches/google/gcc-4_6/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
- copied unchanged from r174739, branches/gcc-4_6-branch/gcc/testsuite/gfortran.dg/module_procedure_double_colon_2.f90
Modified:
branches/google/gcc-4_6/ (props changed)
branches/google/gcc-4_6/gcc/ChangeLog
branches/google/gcc-4_6/gcc/DATESTAMP
branches/google/gcc-4_6/gcc/calls.c
branches/google/gcc-4_6/gcc/cgraph.c
branches/google/gcc-4_6/gcc/config/bfin/bfin.c
branches/google/gcc-4_6/gcc/config/ia64/ia64.c
branches/google/gcc-4_6/gcc/config/picochip/picochip.c
branches/google/gcc-4_6/gcc/config/rs6000/rs6000.c (props changed)
branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h (contents, props changed)
branches/google/gcc-4_6/gcc/config/sh/sh.c
branches/google/gcc-4_6/gcc/config/sparc/sparc.c
branches/google/gcc-4_6/gcc/config/spu/spu.c
branches/google/gcc-4_6/gcc/cp/ChangeLog
branches/google/gcc-4_6/gcc/cp/mangle.c
branches/google/gcc-4_6/gcc/cp/semantics.c
branches/google/gcc-4_6/gcc/cp/tree.c
branches/google/gcc-4_6/gcc/doc/tm.texi
branches/google/gcc-4_6/gcc/doc/tm.texi.in
branches/google/gcc-4_6/gcc/fortran/ChangeLog
branches/google/gcc-4_6/gcc/fortran/decl.c
branches/google/gcc-4_6/gcc/fortran/parse.c
branches/google/gcc-4_6/gcc/fortran/trans-decl.c
branches/google/gcc-4_6/gcc/gimple-fold.c
branches/google/gcc-4_6/gcc/longlong.h
branches/google/gcc-4_6/gcc/sched-rgn.c
branches/google/gcc-4_6/gcc/target.def
branches/google/gcc-4_6/gcc/testsuite/ChangeLog
branches/google/gcc-4_6/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed)
branches/google/gcc-4_6/gcc/tree-inline.c
branches/google/gcc-4_6/gcc/tree-ssa-address.c
branches/google/gcc-4_6/gcc/tree-ssa-alias.c
branches/google/gcc-4_6/gcc/tree-vect-data-refs.c
branches/google/gcc-4_6/gcc/tree-vect-loop-manip.c
branches/google/gcc-4_6/gcc/tree-vect-loop.c
branches/google/gcc-4_6/gcc/tree-vectorizer.h
branches/google/gcc-4_6/gcc/value-prof.c
branches/google/gcc-4_6/gcc/var-tracking.c
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/config/rs6000/rs6000.c
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_6/gcc/config/rs6000/rs6000.h
('svn:mergeinfo' 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)
More information about the Gcc-cvs
mailing list