This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r191452 - in /branches/gupc: ./ ChangeLog boehm...
- From: gfunck at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Tue, 18 Sep 2012 23:08:36 -0000
- Subject: r191452 - in /branches/gupc: ./ ChangeLog boehm...
Author: gfunck
Date: Tue Sep 18 23:08:34 2012
New Revision: 191452
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191452
Log:
Merge trunk version 191376 into gupc branch.
Added:
branches/gupc/libstdc++-v3/testsuite/ext/random/
- copied from r191376, trunk/libstdc++-v3/testsuite/ext/random/
Removed:
branches/gupc/libstdc++-v3/testsuite/26_numerics/random/beta_distribution/
branches/gupc/libstdc++-v3/testsuite/26_numerics/random/normal_mv_distribution/
branches/gupc/libstdc++-v3/testsuite/26_numerics/random/simd_fast_mersenne_twister_engine/
Modified:
branches/gupc/libstdc++-v3/ChangeLog
branches/gupc/libstdc++-v3/Makefile.in
branches/gupc/libstdc++-v3/acinclude.m4
branches/gupc/libstdc++-v3/configure
branches/gupc/libstdc++-v3/configure.ac
branches/gupc/libstdc++-v3/doc/Makefile.in
branches/gupc/libstdc++-v3/fragment.am
branches/gupc/libstdc++-v3/include/Makefile.in
branches/gupc/libstdc++-v3/include/ext/random
branches/gupc/libstdc++-v3/include/ext/random.tcc
branches/gupc/libstdc++-v3/libsupc++/Makefile.in
branches/gupc/libstdc++-v3/libsupc++/guard.cc
branches/gupc/libstdc++-v3/po/Makefile.in
branches/gupc/libstdc++-v3/python/Makefile.in
branches/gupc/libstdc++-v3/src/Makefile.in
branches/gupc/libstdc++-v3/src/c++11/Makefile.in
branches/gupc/libstdc++-v3/src/c++11/random.cc
branches/gupc/libstdc++-v3/src/c++98/Makefile.in
branches/gupc/libstdc++-v3/testsuite/Makefile.in
Changes in other areas also in this revision:
Added:
branches/gupc/gcc/config/mips/mti-linux.h
- copied unchanged from r191376, trunk/gcc/config/mips/mti-linux.h
branches/gupc/gcc/config/mips/t-mti-linux
- copied unchanged from r191376, trunk/gcc/config/mips/t-mti-linux
branches/gupc/gcc/config/mmix/constraints.md
- copied unchanged from r191376, trunk/gcc/config/mmix/constraints.md
branches/gupc/gcc/config/moxie/moxie.opt
- copied unchanged from r191376, trunk/gcc/config/moxie/moxie.opt
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-compare-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-compare-1.c
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-compare-2.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-compare-2.c
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-shift.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-shift.c
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-shift2.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-shift2.c
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-subscript-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-subscript-1.c
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-subscript-2.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-subscript-2.c
branches/gupc/gcc/testsuite/c-c++-common/torture/vector-subscript-3.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/torture/vector-subscript-3.c
branches/gupc/gcc/testsuite/c-c++-common/vector-compare-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/vector-compare-1.c
branches/gupc/gcc/testsuite/c-c++-common/vector-compare-2.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/vector-compare-2.c
branches/gupc/gcc/testsuite/c-c++-common/vector-compare-3.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/vector-compare-3.c
branches/gupc/gcc/testsuite/c-c++-common/vector-shift.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/vector-shift.c
branches/gupc/gcc/testsuite/c-c++-common/vector-shift1.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/vector-shift1.c
branches/gupc/gcc/testsuite/c-c++-common/vector-shift3.c
- copied unchanged from r191376, trunk/gcc/testsuite/c-c++-common/vector-shift3.c
branches/gupc/gcc/testsuite/g++.dg/cpp0x/constexpr-temp1.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/cpp0x/constexpr-temp1.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle4.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-mangle4.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae40.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae40.C
branches/gupc/gcc/testsuite/g++.dg/cpp0x/sfinae41.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/cpp0x/sfinae41.C
branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/debug/dwarf2/deallocator.C
branches/gupc/gcc/testsuite/g++.dg/other/vector-compare.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/other/vector-compare.C
branches/gupc/gcc/testsuite/g++.dg/template/anonunion2.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/template/anonunion2.C
branches/gupc/gcc/testsuite/g++.dg/template/init10.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/template/init10.C
branches/gupc/gcc/testsuite/g++.dg/torture/builtin-location.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/torture/builtin-location.C
branches/gupc/gcc/testsuite/g++.dg/tree-ssa/pr54515.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/tree-ssa/pr54515.C
branches/gupc/gcc/testsuite/g++.dg/warn/Winit-self.C
- copied unchanged from r191376, trunk/gcc/testsuite/g++.dg/warn/Winit-self.C
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54103-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54103-2.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-2.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54103-3.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-3.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54103-4.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-4.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54103-5.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-5.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54103-6.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54103-6.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54552-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54552-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr54559.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.c-torture/compile/pr54559.c
branches/gupc/gcc/testsuite/gcc.dg/ipa/inlinehint-2.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/ipa/inlinehint-2.c
branches/gupc/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-3.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-3.c
branches/gupc/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-4.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/simulate-thread/speculative-store-4.c
branches/gupc/gcc/testsuite/gcc.dg/tm/memopt-16.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tm/memopt-16.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-20.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-20.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-21.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-21.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-22.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/forwprop-22.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-37.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/ssa-fre-37.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp81.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp81.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp82.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp82.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp83.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp83.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp84.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp84.c
branches/gupc/gcc/testsuite/gcc.target/arm/builtin-bswap-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/arm/builtin-bswap-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/neon-vfma-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/arm/neon-vfma-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/neon-vfms-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/arm/neon-vfms-1.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/fix-types.h
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/fix-types.h
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-hr-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-hr-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-k-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-k-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-llk-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-llk-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-r-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-r-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-uhr-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-uhr-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-uk-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-uk-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-ullk-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-ullk-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/sat-ur-plus-minus.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/sat-ur-plus-minus.c
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-hr.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-hr.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-k.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-k.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-llk.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-llk.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-r.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-r.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-uhr.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-uhr.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-uk.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-uk.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-ullk.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-ullk.def
branches/gupc/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/avr/torture/vals-ur.def
branches/gupc/gcc/testsuite/gcc.target/i386/pr54445-1.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/i386/pr54445-1.c
branches/gupc/gcc/testsuite/gcc.target/i386/pr54445-2.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/i386/pr54445-2.c
branches/gupc/gcc/testsuite/gcc.target/sh/pr54089-3.c
- copied unchanged from r191376, trunk/gcc/testsuite/gcc.target/sh/pr54089-3.c
branches/gupc/gcc/testsuite/gfortran.dg/array_section_3.f90
- copied unchanged from r191376, trunk/gcc/testsuite/gfortran.dg/array_section_3.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_28.f90
- copied unchanged from r191376, trunk/gcc/testsuite/gfortran.dg/coarray_28.f90
branches/gupc/gcc/testsuite/gfortran.dg/implicit_pure_3.f90
- copied unchanged from r191376, trunk/gcc/testsuite/gfortran.dg/implicit_pure_3.f90
branches/gupc/gcc/testsuite/gfortran.dg/namelist_75.f90
- copied unchanged from r191376, trunk/gcc/testsuite/gfortran.dg/namelist_75.f90
branches/gupc/gcc/testsuite/gfortran.dg/proc_ptr_38.f90
- copied unchanged from r191376, trunk/gcc/testsuite/gfortran.dg/proc_ptr_38.f90
branches/gupc/gcc/testsuite/gfortran.dg/typebound_generic_14.f03
- copied unchanged from r191376, trunk/gcc/testsuite/gfortran.dg/typebound_generic_14.f03
branches/gupc/libjava/testsuite/libjava.lang/sourcelocation.jar
- copied unchanged from r191376, trunk/libjava/testsuite/libjava.lang/sourcelocation.jar
branches/gupc/libjava/testsuite/libjava.lang/sourcelocation.java
- copied unchanged from r191376, trunk/libjava/testsuite/libjava.lang/sourcelocation.java
branches/gupc/libjava/testsuite/libjava.lang/sourcelocation.out
- copied unchanged from r191376, trunk/libjava/testsuite/libjava.lang/sourcelocation.out
Removed:
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-compare-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-compare-2.x
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-shift.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-shift2.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-subscript-1.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-subscript-2.c
branches/gupc/gcc/testsuite/gcc.c-torture/execute/vector-subscript-3.c
branches/gupc/gcc/testsuite/gcc.dg/pr52558-2.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/vrp80-2.c
branches/gupc/gcc/testsuite/gcc.dg/vector-compare-1.c
branches/gupc/gcc/testsuite/gcc.dg/vector-compare-2.c
branches/gupc/gcc/testsuite/gcc.dg/vector-shift.c
branches/gupc/gcc/testsuite/gcc.dg/vector-shift1.c
branches/gupc/gcc/testsuite/gcc.dg/vector-shift3.c
Modified:
branches/gupc/ (props changed)
branches/gupc/ChangeLog
branches/gupc/boehm-gc/ChangeLog
branches/gupc/boehm-gc/configure
branches/gupc/configure.ac
branches/gupc/contrib/ChangeLog
branches/gupc/contrib/testsuite-management/x86_64-unknown-linux-gnu.xfail
branches/gupc/gcc/ChangeLog
branches/gupc/gcc/ChangeLog.upc
branches/gupc/gcc/DATESTAMP
branches/gupc/gcc/Makefile.in
branches/gupc/gcc/ada/ChangeLog
branches/gupc/gcc/ada/gcc-interface/decl.c
branches/gupc/gcc/ada/gcc-interface/utils.c
branches/gupc/gcc/alias.c
branches/gupc/gcc/builtin-types.def
branches/gupc/gcc/builtins.def
branches/gupc/gcc/c-family/ChangeLog
branches/gupc/gcc/c-family/c-common.c
branches/gupc/gcc/c-family/c-pragma.c
branches/gupc/gcc/c-family/c.opt
branches/gupc/gcc/c/ChangeLog
branches/gupc/gcc/c/c-decl.c
branches/gupc/gcc/c/c-tree.h
branches/gupc/gcc/c/c-typeck.c
branches/gupc/gcc/calls.c
branches/gupc/gcc/cfghooks.c
branches/gupc/gcc/cfghooks.h
branches/gupc/gcc/cfgrtl.c
branches/gupc/gcc/common.opt
branches/gupc/gcc/config.gcc
branches/gupc/gcc/config.in
branches/gupc/gcc/config/arm/arm.md
branches/gupc/gcc/config/arm/neon.md
branches/gupc/gcc/config/arm/vfp.md
branches/gupc/gcc/config/avr/avr-dimode.md
branches/gupc/gcc/config/avr/avr-fixed.md
branches/gupc/gcc/config/avr/avr-protos.h
branches/gupc/gcc/config/avr/avr.c
branches/gupc/gcc/config/avr/avr.md
branches/gupc/gcc/config/darwin.c
branches/gupc/gcc/config/i386/driver-i386.c
branches/gupc/gcc/config/i386/fmaintrin.h
branches/gupc/gcc/config/i386/i386.c
branches/gupc/gcc/config/i386/i386.h
branches/gupc/gcc/config/i386/i386.md
branches/gupc/gcc/config/i386/predicates.md
branches/gupc/gcc/config/i386/sse.md
branches/gupc/gcc/config/m68k/m68k.c
branches/gupc/gcc/config/mips/gnu-user64.h
branches/gupc/gcc/config/mips/mips.c
branches/gupc/gcc/config/mips/mips.h
branches/gupc/gcc/config/mmix/mmix-protos.h
branches/gupc/gcc/config/mmix/mmix.c
branches/gupc/gcc/config/mmix/mmix.h
branches/gupc/gcc/config/mmix/mmix.md
branches/gupc/gcc/config/mmix/predicates.md
branches/gupc/gcc/config/moxie/moxie.h
branches/gupc/gcc/config/moxie/t-moxie
branches/gupc/gcc/config/pa/pa.c
branches/gupc/gcc/config/rs6000/rs6000-c.c
branches/gupc/gcc/config/rs6000/rs6000.c
branches/gupc/gcc/config/rs6000/rs6000.md
branches/gupc/gcc/config/sh/iterators.md
branches/gupc/gcc/config/sh/newlib.h
branches/gupc/gcc/config/sh/predicates.md
branches/gupc/gcc/config/sh/sh-protos.h
branches/gupc/gcc/config/sh/sh.c
branches/gupc/gcc/config/sh/sh.h
branches/gupc/gcc/config/sh/sh.md
branches/gupc/gcc/config/sparc/predicates.md
branches/gupc/gcc/config/sparc/sparc-protos.h
branches/gupc/gcc/config/sparc/sparc.c
branches/gupc/gcc/config/sparc/sparc.md
branches/gupc/gcc/configure
branches/gupc/gcc/configure.ac
branches/gupc/gcc/cp/ChangeLog
branches/gupc/gcc/cp/call.c
branches/gupc/gcc/cp/class.c
branches/gupc/gcc/cp/cp-gimplify.c
branches/gupc/gcc/cp/cp-lang.c
branches/gupc/gcc/cp/cp-tree.h
branches/gupc/gcc/cp/decl.c
branches/gupc/gcc/cp/decl2.c
branches/gupc/gcc/cp/error.c
branches/gupc/gcc/cp/except.c
branches/gupc/gcc/cp/init.c
branches/gupc/gcc/cp/lex.c
branches/gupc/gcc/cp/mangle.c
branches/gupc/gcc/cp/name-lookup.c
branches/gupc/gcc/cp/optimize.c
branches/gupc/gcc/cp/parser.c
branches/gupc/gcc/cp/pt.c
branches/gupc/gcc/cp/rtti.c
branches/gupc/gcc/cp/search.c
branches/gupc/gcc/cp/semantics.c
branches/gupc/gcc/cp/tree.c
branches/gupc/gcc/cp/typeck.c
branches/gupc/gcc/doc/extend.texi
branches/gupc/gcc/doc/invoke.texi
branches/gupc/gcc/doc/sourcebuild.texi
branches/gupc/gcc/doc/tm.texi
branches/gupc/gcc/doc/tm.texi.in
branches/gupc/gcc/dse.c
branches/gupc/gcc/dwarf2cfi.c
branches/gupc/gcc/dwarf2out.c
branches/gupc/gcc/emit-rtl.c
branches/gupc/gcc/except.c
branches/gupc/gcc/expmed.c
branches/gupc/gcc/expr.c
branches/gupc/gcc/expr.h
branches/gupc/gcc/fold-const.c
branches/gupc/gcc/fortran/ChangeLog
branches/gupc/gcc/fortran/arith.c
branches/gupc/gcc/fortran/array.c
branches/gupc/gcc/fortran/check.c
branches/gupc/gcc/fortran/class.c
branches/gupc/gcc/fortran/dump-parse-tree.c
branches/gupc/gcc/fortran/expr.c
branches/gupc/gcc/fortran/interface.c
branches/gupc/gcc/fortran/match.c
branches/gupc/gcc/fortran/resolve.c
branches/gupc/gcc/fortran/simplify.c
branches/gupc/gcc/fortran/symbol.c
branches/gupc/gcc/fortran/target-memory.c
branches/gupc/gcc/fortran/target-memory.h
branches/gupc/gcc/fortran/trans-decl.c
branches/gupc/gcc/fortran/trans-io.c
branches/gupc/gcc/fortran/trans-openmp.c
branches/gupc/gcc/fortran/trans-stmt.c
branches/gupc/gcc/fortran/trans.c
branches/gupc/gcc/function.c
branches/gupc/gcc/function.h
branches/gupc/gcc/fwprop.c
branches/gupc/gcc/gcc.c
branches/gupc/gcc/gcse.c
branches/gupc/gcc/genautomata.c
branches/gupc/gcc/genextract.c
branches/gupc/gcc/genopinit.c
branches/gupc/gcc/gimple-fold.c
branches/gupc/gcc/gimple-low.c
branches/gupc/gcc/gimple-ssa-strength-reduction.c
branches/gupc/gcc/gimple.c
branches/gupc/gcc/gimple.h
branches/gupc/gcc/gimplify.c
branches/gupc/gcc/go/ChangeLog
branches/gupc/gcc/go/Make-lang.in
branches/gupc/gcc/go/gofrontend/expressions.cc
branches/gupc/gcc/go/gofrontend/gogo-tree.cc
branches/gupc/gcc/go/gofrontend/gogo.cc
branches/gupc/gcc/go/gofrontend/lex.cc
branches/gupc/gcc/go/gofrontend/lex.h
branches/gupc/gcc/go/gofrontend/parse.cc
branches/gupc/gcc/graphite-scop-detection.c
branches/gupc/gcc/graphite-sese-to-poly.c
branches/gupc/gcc/ipa-inline-analysis.c
branches/gupc/gcc/ipa-inline.c
branches/gupc/gcc/ipa-inline.h
branches/gupc/gcc/ipa-prop.c
branches/gupc/gcc/ipa-pure-const.c
branches/gupc/gcc/ipa-reference.c
branches/gupc/gcc/ipa-split.c
branches/gupc/gcc/ipa-utils.c
branches/gupc/gcc/ipa-utils.h
branches/gupc/gcc/ira.c
branches/gupc/gcc/java/class.c
branches/gupc/gcc/java/expr.c
branches/gupc/gcc/lto-cgraph.c
branches/gupc/gcc/lto-streamer.c
branches/gupc/gcc/lto-streamer.h
branches/gupc/gcc/lto/ChangeLog
branches/gupc/gcc/lto/lto-partition.c
branches/gupc/gcc/lto/lto-partition.h
branches/gupc/gcc/lto/lto.c
branches/gupc/gcc/objc/objc-next-runtime-abi-02.c
branches/gupc/gcc/opts-common.c
branches/gupc/gcc/params.def
branches/gupc/gcc/passes.c
branches/gupc/gcc/po/ChangeLog
branches/gupc/gcc/po/vi.po
branches/gupc/gcc/print-rtl.c
branches/gupc/gcc/read-rtl.c
branches/gupc/gcc/ree.c
branches/gupc/gcc/reload.c
branches/gupc/gcc/reload1.c
branches/gupc/gcc/rtl.h
branches/gupc/gcc/sel-sched-ir.c
branches/gupc/gcc/stmt.c
branches/gupc/gcc/system.h
branches/gupc/gcc/testsuite/ChangeLog
branches/gupc/gcc/testsuite/c-c++-common/pr51712.c
branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/nested-3.C
branches/gupc/gcc/testsuite/gcc.dg/c90-const-expr-8.c
branches/gupc/gcc/testsuite/gcc.dg/pr44194-1.c
branches/gupc/gcc/testsuite/gcc.dg/tm/reg-promotion.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/forwprop-6.c
branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/ssa-ccp-17.c
branches/gupc/gcc/testsuite/gcc.target/arm/combine-movs.c
branches/gupc/gcc/testsuite/gcc.target/arm/neon-vmla-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/neon-vmls-1.c
branches/gupc/gcc/testsuite/gcc.target/arm/neon-vset_lanes8.c
branches/gupc/gcc/testsuite/gcc.target/arm/pr48252.c
branches/gupc/gcc/testsuite/gcc.target/arm/pr51835.c
branches/gupc/gcc/testsuite/gfortran.dg/bind_c_array_params_2.f90
branches/gupc/gcc/testsuite/gfortran.dg/coarray_10.f90
branches/gupc/gcc/testsuite/gnat.dg/lto15.adb
branches/gupc/gcc/testsuite/lib/target-supports.exp
branches/gupc/gcc/timevar.def
branches/gupc/gcc/trans-mem.c
branches/gupc/gcc/tree-call-cdce.c
branches/gupc/gcc/tree-cfg.c
branches/gupc/gcc/tree-data-ref.c
branches/gupc/gcc/tree-dfa.c
branches/gupc/gcc/tree-diagnostic.c
branches/gupc/gcc/tree-eh.c
branches/gupc/gcc/tree-emutls.c
branches/gupc/gcc/tree-sra.c
branches/gupc/gcc/tree-ssa-ccp.c
branches/gupc/gcc/tree-ssa-dom.c
branches/gupc/gcc/tree-ssa-forwprop.c
branches/gupc/gcc/tree-ssa-loop-im.c
branches/gupc/gcc/tree-ssa-phiopt.c
branches/gupc/gcc/tree-ssa-pre.c
branches/gupc/gcc/tree-ssa-reassoc.c
branches/gupc/gcc/tree-ssa-sccvn.c
branches/gupc/gcc/tree-ssa-sccvn.h
branches/gupc/gcc/tree-ssa-structalias.c
branches/gupc/gcc/tree-ssa.c
branches/gupc/gcc/tree-switch-conversion.c
branches/gupc/gcc/tree-vect-generic.c
branches/gupc/gcc/tree-vect-loop-manip.c
branches/gupc/gcc/tree-vect-slp.c
branches/gupc/gcc/tree-vectorizer.h
branches/gupc/gcc/tree-vrp.c
branches/gupc/gcc/tree.c
branches/gupc/gcc/tree.h
branches/gupc/gcc/var-tracking.c
branches/gupc/gcc/varasm.c
branches/gupc/gcc/vec.h
branches/gupc/gcc/vecir.h
branches/gupc/libatomic/ChangeLog
branches/gupc/libatomic/configure
branches/gupc/libffi/ChangeLog
branches/gupc/libffi/configure
branches/gupc/libgcc/ChangeLog
branches/gupc/libgcc/config/avr/lib1funcs-fixed.S
branches/gupc/libgcc/config/avr/lib1funcs.S
branches/gupc/libgcc/config/avr/t-avr
branches/gupc/libgcc/config/sh/lib1funcs.S
branches/gupc/libgcc/config/t-slibgcc-libgcc
branches/gupc/libgfortran/ChangeLog
branches/gupc/libgfortran/configure
branches/gupc/libgomp/ChangeLog
branches/gupc/libgomp/configure
branches/gupc/libitm/ChangeLog
branches/gupc/libitm/configure
branches/gupc/libjava/ChangeLog
branches/gupc/libjava/classpath/ChangeLog
branches/gupc/libjava/classpath/configure
branches/gupc/libjava/configure
branches/gupc/libmudflap/ChangeLog
branches/gupc/libmudflap/configure
branches/gupc/libobjc/ChangeLog
branches/gupc/libobjc/configure
branches/gupc/libquadmath/ChangeLog
branches/gupc/libquadmath/configure
branches/gupc/libssp/ChangeLog
branches/gupc/libssp/configure
branches/gupc/libtool.m4
branches/gupc/lto-plugin/ChangeLog
branches/gupc/lto-plugin/configure
branches/gupc/zlib/ChangeLog.gcj
branches/gupc/zlib/configure
Propchange: branches/gupc/
('svn:mergeinfo' modified)