r200343 - in /branches/c++-concepts: ./ gcc/Cha...
gdr@gcc.gnu.org
gdr@gcc.gnu.org
Sat Jun 22 22:24:00 GMT 2013
Author: gdr
Date: Sat Jun 22 22:24:47 2013
New Revision: 200343
URL: http://gcc.gnu.org/viewcvs?rev=200343&root=gcc&view=rev
Log:
Merge from trunk to integrate cilk merge.
Added:
branches/c++-concepts/gcc/cp/cp-array-notation.c
- copied unchanged from r200342, trunk/gcc/cp/cp-array-notation.c
branches/c++-concepts/gcc/testsuite/g++.dg/cilk-plus/
- copied from r200342, trunk/gcc/testsuite/g++.dg/cilk-plus/
branches/c++-concepts/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-2.c
- copied unchanged from r200342, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-2.c
branches/c++-concepts/gcc/testsuite/gfortran.dg/finalize_17.f90
- copied unchanged from r200342, trunk/gcc/testsuite/gfortran.dg/finalize_17.f90
branches/c++-concepts/gcc/testsuite/gfortran.dg/realloc_on_assign_18.f90
- copied unchanged from r200342, trunk/gcc/testsuite/gfortran.dg/realloc_on_assign_18.f90
branches/c++-concepts/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C
- copied unchanged from r200342, trunk/libstdc++-v3/testsuite/26_numerics/valarray/dr630-3.C
Modified:
branches/c++-concepts/ (props changed)
branches/c++-concepts/gcc/ChangeLog
branches/c++-concepts/gcc/DATESTAMP
branches/c++-concepts/gcc/c-family/ChangeLog
branches/c++-concepts/gcc/c-family/array-notation-common.c
branches/c++-concepts/gcc/c-family/c-common.c
branches/c++-concepts/gcc/c-family/c-common.h
branches/c++-concepts/gcc/config/sh/sh.c
branches/c++-concepts/gcc/cp/ChangeLog
branches/c++-concepts/gcc/cp/Make-lang.in
branches/c++-concepts/gcc/cp/call.c
branches/c++-concepts/gcc/cp/cp-objcp-common.c
branches/c++-concepts/gcc/cp/cp-tree.h
branches/c++-concepts/gcc/cp/error.c
branches/c++-concepts/gcc/cp/parser.c
branches/c++-concepts/gcc/cp/pt.c
branches/c++-concepts/gcc/cp/semantics.c
branches/c++-concepts/gcc/cp/tree.c
branches/c++-concepts/gcc/cp/typeck.c
branches/c++-concepts/gcc/doc/extend.texi
branches/c++-concepts/gcc/fortran/ChangeLog
branches/c++-concepts/gcc/fortran/trans-array.c
branches/c++-concepts/gcc/fortran/trans-decl.c
branches/c++-concepts/gcc/fortran/trans-expr.c
branches/c++-concepts/gcc/gimple-fold.c
branches/c++-concepts/gcc/go/gofrontend/gogo-tree.cc
branches/c++-concepts/gcc/go/gofrontend/gogo.cc
branches/c++-concepts/gcc/go/gofrontend/gogo.h
branches/c++-concepts/gcc/testsuite/ChangeLog
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/if_test_errors.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/misc.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/parser_errors.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/parser_errors2.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/parser_errors3.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/parser_errors4.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/pr57541.c
branches/c++-concepts/gcc/testsuite/c-c++-common/cilk-plus/AN/vla.c
branches/c++-concepts/gcc/testsuite/g++.dg/dg.exp
branches/c++-concepts/gcc/tree.c
branches/c++-concepts/gcc/tree.h
branches/c++-concepts/libgcc/ChangeLog
branches/c++-concepts/libgcc/config/aarch64/sfp-machine.h
branches/c++-concepts/libgcc/config/arm/sfp-machine.h
branches/c++-concepts/libgcc/config/c6x/sfp-machine.h
branches/c++-concepts/libgcc/config/i386/sfp-machine.h
branches/c++-concepts/libgcc/config/ia64/sfp-machine.h
branches/c++-concepts/libgcc/config/lm32/sfp-machine.h
branches/c++-concepts/libgcc/config/moxie/sfp-machine.h
branches/c++-concepts/libgcc/config/rs6000/sfp-machine.h
branches/c++-concepts/libgcc/config/score/sfp-machine.h
branches/c++-concepts/libgcc/config/tilegx/sfp-machine32.h
branches/c++-concepts/libgcc/config/tilegx/sfp-machine64.h
branches/c++-concepts/libgcc/config/tilepro/sfp-machine.h
branches/c++-concepts/libgcc/soft-fp/adddf3.c
branches/c++-concepts/libgcc/soft-fp/addsf3.c
branches/c++-concepts/libgcc/soft-fp/addtf3.c
branches/c++-concepts/libgcc/soft-fp/divdf3.c
branches/c++-concepts/libgcc/soft-fp/divsf3.c
branches/c++-concepts/libgcc/soft-fp/divtf3.c
branches/c++-concepts/libgcc/soft-fp/double.h
branches/c++-concepts/libgcc/soft-fp/eqdf2.c
branches/c++-concepts/libgcc/soft-fp/eqsf2.c
branches/c++-concepts/libgcc/soft-fp/eqtf2.c
branches/c++-concepts/libgcc/soft-fp/extenddftf2.c
branches/c++-concepts/libgcc/soft-fp/extended.h
branches/c++-concepts/libgcc/soft-fp/extendsfdf2.c
branches/c++-concepts/libgcc/soft-fp/extendsftf2.c
branches/c++-concepts/libgcc/soft-fp/fixdfdi.c
branches/c++-concepts/libgcc/soft-fp/fixdfsi.c
branches/c++-concepts/libgcc/soft-fp/fixsfdi.c
branches/c++-concepts/libgcc/soft-fp/fixsfsi.c
branches/c++-concepts/libgcc/soft-fp/fixtfdi.c
branches/c++-concepts/libgcc/soft-fp/fixtfsi.c
branches/c++-concepts/libgcc/soft-fp/fixunsdfdi.c
branches/c++-concepts/libgcc/soft-fp/fixunsdfsi.c
branches/c++-concepts/libgcc/soft-fp/fixunssfdi.c
branches/c++-concepts/libgcc/soft-fp/fixunssfsi.c
branches/c++-concepts/libgcc/soft-fp/fixunstfdi.c
branches/c++-concepts/libgcc/soft-fp/fixunstfsi.c
branches/c++-concepts/libgcc/soft-fp/floatdidf.c
branches/c++-concepts/libgcc/soft-fp/floatdisf.c
branches/c++-concepts/libgcc/soft-fp/floatditf.c
branches/c++-concepts/libgcc/soft-fp/floatsidf.c
branches/c++-concepts/libgcc/soft-fp/floatsisf.c
branches/c++-concepts/libgcc/soft-fp/floatsitf.c
branches/c++-concepts/libgcc/soft-fp/floatundidf.c
branches/c++-concepts/libgcc/soft-fp/floatundisf.c
branches/c++-concepts/libgcc/soft-fp/floatunditf.c
branches/c++-concepts/libgcc/soft-fp/floatunsidf.c
branches/c++-concepts/libgcc/soft-fp/floatunsisf.c
branches/c++-concepts/libgcc/soft-fp/floatunsitf.c
branches/c++-concepts/libgcc/soft-fp/gedf2.c
branches/c++-concepts/libgcc/soft-fp/gesf2.c
branches/c++-concepts/libgcc/soft-fp/getf2.c
branches/c++-concepts/libgcc/soft-fp/ledf2.c
branches/c++-concepts/libgcc/soft-fp/lesf2.c
branches/c++-concepts/libgcc/soft-fp/letf2.c
branches/c++-concepts/libgcc/soft-fp/muldf3.c
branches/c++-concepts/libgcc/soft-fp/mulsf3.c
branches/c++-concepts/libgcc/soft-fp/multf3.c
branches/c++-concepts/libgcc/soft-fp/negdf2.c
branches/c++-concepts/libgcc/soft-fp/negsf2.c
branches/c++-concepts/libgcc/soft-fp/negtf2.c
branches/c++-concepts/libgcc/soft-fp/op-1.h
branches/c++-concepts/libgcc/soft-fp/op-2.h
branches/c++-concepts/libgcc/soft-fp/op-4.h
branches/c++-concepts/libgcc/soft-fp/op-8.h
branches/c++-concepts/libgcc/soft-fp/op-common.h
branches/c++-concepts/libgcc/soft-fp/quad.h
branches/c++-concepts/libgcc/soft-fp/single.h
branches/c++-concepts/libgcc/soft-fp/soft-fp.h
branches/c++-concepts/libgcc/soft-fp/subdf3.c
branches/c++-concepts/libgcc/soft-fp/subsf3.c
branches/c++-concepts/libgcc/soft-fp/subtf3.c
branches/c++-concepts/libgcc/soft-fp/truncdfsf2.c
branches/c++-concepts/libgcc/soft-fp/trunctfdf2.c
branches/c++-concepts/libgcc/soft-fp/trunctfsf2.c
branches/c++-concepts/libgcc/soft-fp/unorddf2.c
branches/c++-concepts/libgcc/soft-fp/unordsf2.c
branches/c++-concepts/libgcc/soft-fp/unordtf2.c
branches/c++-concepts/libgfortran/ChangeLog
branches/c++-concepts/libgfortran/config/fpu-sysv.h
branches/c++-concepts/libstdc++-v3/ChangeLog
branches/c++-concepts/libstdc++-v3/include/bits/random.h
branches/c++-concepts/libstdc++-v3/include/bits/random.tcc
branches/c++-concepts/libstdc++-v3/include/std/valarray
branches/c++-concepts/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/operators/values.cc
Propchange: branches/c++-concepts/
('svn:mergeinfo' modified)
More information about the Gcc-cvs
mailing list