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]

r209881 - in /branches/gupc: ./ ChangeLog MAINT...


Author: gfunck
Date: Mon Apr 28 22:05:45 2014
New Revision: 209881

URL: http://gcc.gnu.org/viewcvs?rev=209881&root=gcc&view=rev
Log:
	Merge trunk version 209848 into gupc branch.

Added:
    branches/gupc/libstdc++-v3/config/os/solaris/solaris2.10/
      - copied from r209848, trunk/libstdc++-v3/config/os/solaris/solaris2.10/
Removed:
    branches/gupc/libstdc++-v3/config/abi/post/solaris2.9/
    branches/gupc/libstdc++-v3/config/os/solaris/solaris2.9/
Modified:
    branches/gupc/libstdc++-v3/ChangeLog
    branches/gupc/libstdc++-v3/acinclude.m4
    branches/gupc/libstdc++-v3/config/abi/post/ia64-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/m68k-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/post/x86_64-linux-gnu/baseline_symbols.txt
    branches/gupc/libstdc++-v3/config/abi/pre/gnu.ver
    branches/gupc/libstdc++-v3/configure
    branches/gupc/libstdc++-v3/configure.host
    branches/gupc/libstdc++-v3/crossconfig.m4
    branches/gupc/libstdc++-v3/doc/xml/manual/configure.xml
    branches/gupc/libstdc++-v3/include/bits/regex.tcc
    branches/gupc/libstdc++-v3/include/bits/regex_automaton.h
    branches/gupc/libstdc++-v3/include/bits/regex_automaton.tcc
    branches/gupc/libstdc++-v3/include/bits/regex_compiler.h
    branches/gupc/libstdc++-v3/include/bits/regex_compiler.tcc
    branches/gupc/libstdc++-v3/include/bits/regex_executor.h
    branches/gupc/libstdc++-v3/include/bits/regex_executor.tcc
    branches/gupc/libstdc++-v3/include/bits/regex_scanner.tcc
    branches/gupc/libstdc++-v3/include/experimental/optional
    branches/gupc/libstdc++-v3/include/tr1/regex
    branches/gupc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/char/12.cc
    branches/gupc/libstdc++-v3/testsuite/27_io/basic_istream/extractors_arithmetic/wchar_t/12.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/algorithms/regex_match/ecma/char/emptygroup.cc
    branches/gupc/libstdc++-v3/testsuite/28_regex/basic_regex/multiple_quantifiers.cc
    branches/gupc/libstdc++-v3/testsuite/experimental/optional/relops/1.cc
    branches/gupc/libstdc++-v3/testsuite/experimental/optional/relops/2.cc
    branches/gupc/libstdc++-v3/testsuite/experimental/optional/relops/3.cc
    branches/gupc/libstdc++-v3/testsuite/experimental/optional/relops/4.cc
    branches/gupc/libstdc++-v3/testsuite/experimental/optional/relops/5.cc
    branches/gupc/libstdc++-v3/testsuite/experimental/optional/relops/6.cc
    branches/gupc/libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_abi.cc
    branches/gupc/libstdc++-v3/testsuite/util/testsuite_regex.h

Changes in other areas also in this revision:
Added:
    branches/gupc/gcc/common/config/msp430/
      - copied from r209848, trunk/gcc/common/config/msp430/
    branches/gupc/gcc/config/msp430/msp430-opts.h
      - copied unchanged from r209848, trunk/gcc/config/msp430/msp430-opts.h
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr59073.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/gomp/pr59073.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr60823-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/gomp/pr60823-1.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr60823-2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/gomp/pr60823-2.c
    branches/gupc/gcc/testsuite/c-c++-common/gomp/pr60823-3.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/gomp/pr60823-3.c
    branches/gupc/gcc/testsuite/c-c++-common/pr60156.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/pr60156.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/div-by-zero-6.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/ubsan/div-by-zero-6.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/div-by-zero-7.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/ubsan/div-by-zero-7.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-add-3.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/ubsan/overflow-add-3.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c
      - copied unchanged from r209848, trunk/gcc/testsuite/c-c++-common/ubsan/overflow-add-4.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/pr57958.C
      - copied unchanged from r209848, trunk/gcc/testsuite/g++.dg/cpp0x/pr57958.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf4-nested.C
      - copied unchanged from r209848, trunk/gcc/testsuite/g++.dg/debug/dwarf2/dwarf4-nested.C
    branches/gupc/gcc/testsuite/g++.dg/opt/pr60912.C
      - copied unchanged from r209848, trunk/gcc/testsuite/g++.dg/opt/pr60912.C
    branches/gupc/gcc/testsuite/g++.dg/torture/pr60895.C
      - copied unchanged from r209848, trunk/gcc/testsuite/g++.dg/torture/pr60895.C
    branches/gupc/gcc/testsuite/g++.dg/vect/pr60896.cc
      - copied unchanged from r209848, trunk/gcc/testsuite/g++.dg/vect/pr60896.cc
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/20140425-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.c-torture/execute/20140425-1.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr60822.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.c-torture/execute/pr60822.c
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr60822.x
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.c-torture/execute/pr60822.x
    branches/gupc/gcc/testsuite/gcc.c-torture/execute/pr60960.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.c-torture/execute/pr60960.c
    branches/gupc/gcc/testsuite/gcc.dg/fuse-caller-save.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/fuse-caller-save.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/pr60911_0.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/lto/pr60911_0.c
    branches/gupc/gcc/testsuite/gcc.dg/memcpy-5.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/memcpy-5.c
    branches/gupc/gcc/testsuite/gcc.dg/pr18079-2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/pr18079-2.c
    branches/gupc/gcc/testsuite/gcc.dg/pr18079.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/pr18079.c
    branches/gupc/gcc/testsuite/gcc.dg/pr60114.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/pr60114.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr60891.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/torture/pr60891.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr60903.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/torture/pr60903.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr60930.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/torture/pr60930.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-bswap16.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap16.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-bswap32.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap32.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/vect-bswap64.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.dg/vect/vect-bswap64.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/cvtf_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/cvtf_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/rev16_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/rev16_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vdup_lane_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vdup_lane_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vdup_lane_2.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vdup_n_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vdup_n_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vqabs_s64_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vqabs_s64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vqneg_s64_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vqneg_s64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vreinterpret_f64_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vreinterpret_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/aarch64/vrnd_f64_1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/aarch64/vrnd_f64_1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/anddi_notdi-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/arm/anddi_notdi-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/iordi_notdi-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/arm/iordi_notdi-1.c
    branches/gupc/gcc/testsuite/gcc.target/arm/rev16.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/arm/rev16.c
    branches/gupc/gcc/testsuite/gcc.target/arm/tail-long-call.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/arm/tail-long-call.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr60868.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/i386/pr60868.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr60902.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/i386/pr60902.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr60909-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/i386/pr60909-1.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr60909-2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/i386/pr60909-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/bcd-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/bcd-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/bcd-2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/bcd-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/bcd-3.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/bcd-3.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/dfp-builtin-2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/dfp-builtin-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/extend-divide-1.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/extend-divide-1.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/extend-divide-2.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/extend-divide-2.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pack01.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/pack01.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pack02.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/pack02.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pack03.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/pack03.c
    branches/gupc/gcc/testsuite/gcc.target/powerpc/pr60735.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/powerpc/pr60735.c
    branches/gupc/gcc/testsuite/gcc.target/sh/hiconst.c
      - copied unchanged from r209848, trunk/gcc/testsuite/gcc.target/sh/hiconst.c
    branches/gupc/gcc/testsuite/gfortran.dg/coarray/alloc_comp_3.f90
      - copied unchanged from r209848, trunk/gcc/testsuite/gfortran.dg/coarray/alloc_comp_3.f90
    branches/gupc/gcc/testsuite/gfortran.dg/namelist_utf8.f90
      - copied unchanged from r209848, trunk/gcc/testsuite/gfortran.dg/namelist_utf8.f90
    branches/gupc/gcc/testsuite/gfortran.dg/no_range_check_3.f90
      - copied unchanged from r209848, trunk/gcc/testsuite/gfortran.dg/no_range_check_3.f90
    branches/gupc/libgomp/testsuite/libgomp.c/loop-16.c
      - copied unchanged from r209848, trunk/libgomp/testsuite/libgomp.c/loop-16.c
    branches/gupc/libgomp/testsuite/libgomp.c/simd-7.c
      - copied unchanged from r209848, trunk/libgomp/testsuite/libgomp.c/simd-7.c
    branches/gupc/libgomp/testsuite/libgomp.c/simd-8.c
      - copied unchanged from r209848, trunk/libgomp/testsuite/libgomp.c/simd-8.c
    branches/gupc/libgomp/testsuite/libgomp.c/simd-9.c
      - copied unchanged from r209848, trunk/libgomp/testsuite/libgomp.c/simd-9.c
Removed:
    branches/gupc/fixincludes/tests/base/iso/setjmp_iso.h
    branches/gupc/fixincludes/tests/base/sys/int_types.h
    branches/gupc/fixincludes/tests/base/sys/va_list.h
    branches/gupc/gcc/config/i386/sol2-9.h
Modified:
    branches/gupc/   (props changed)
    branches/gupc/ChangeLog
    branches/gupc/MAINTAINERS
    branches/gupc/boehm-gc/ChangeLog
    branches/gupc/boehm-gc/Makefile.am
    branches/gupc/boehm-gc/Makefile.in
    branches/gupc/boehm-gc/include/Makefile.am
    branches/gupc/boehm-gc/include/Makefile.in
    branches/gupc/boehm-gc/testsuite/Makefile.am
    branches/gupc/boehm-gc/testsuite/Makefile.in
    branches/gupc/config/ChangeLog
    branches/gupc/config/mt-gnu
    branches/gupc/contrib/ChangeLog
    branches/gupc/contrib/config-list.mk
    branches/gupc/contrib/gennews
    branches/gupc/fixincludes/ChangeLog
    branches/gupc/fixincludes/fixincl.x
    branches/gupc/fixincludes/inclhack.def
    branches/gupc/fixincludes/tests/base/pthread.h
    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/trans.c
    branches/gupc/gcc/ada/gnatvsn.ads
    branches/gupc/gcc/ada/init.c
    branches/gupc/gcc/asan.c
    branches/gupc/gcc/builtins.c
    branches/gupc/gcc/c-family/ChangeLog
    branches/gupc/gcc/c-family/c-common.c
    branches/gupc/gcc/c-family/c-common.h
    branches/gupc/gcc/c-family/c-ubsan.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-parser.c
    branches/gupc/gcc/c/c-tree.h
    branches/gupc/gcc/c/c-typeck.c
    branches/gupc/gcc/calls.c
    branches/gupc/gcc/cfgexpand.c
    branches/gupc/gcc/cgraph.c
    branches/gupc/gcc/cgraph.h
    branches/gupc/gcc/cgraphclones.c
    branches/gupc/gcc/cgraphunit.c
    branches/gupc/gcc/combine.c
    branches/gupc/gcc/common.opt
    branches/gupc/gcc/config.gcc
    branches/gupc/gcc/config.in
    branches/gupc/gcc/config/aarch64/aarch64-builtins.c
    branches/gupc/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/gupc/gcc/config/aarch64/aarch64-simd.md
    branches/gupc/gcc/config/aarch64/aarch64.c
    branches/gupc/gcc/config/aarch64/aarch64.h
    branches/gupc/gcc/config/aarch64/aarch64.md
    branches/gupc/gcc/config/aarch64/arm_neon.h
    branches/gupc/gcc/config/aarch64/iterators.md
    branches/gupc/gcc/config/arm/aarch-common-protos.h
    branches/gupc/gcc/config/arm/aarch-common.c
    branches/gupc/gcc/config/arm/aarch-cost-tables.h
    branches/gupc/gcc/config/arm/arm-cores.def
    branches/gupc/gcc/config/arm/arm-protos.h
    branches/gupc/gcc/config/arm/arm.c
    branches/gupc/gcc/config/arm/arm.h
    branches/gupc/gcc/config/arm/arm.md
    branches/gupc/gcc/config/arm/predicates.md
    branches/gupc/gcc/config/arm/thumb2.md
    branches/gupc/gcc/config/avr/avr.c
    branches/gupc/gcc/config/i386/cygwin.h
    branches/gupc/gcc/config/i386/i386-c.c
    branches/gupc/gcc/config/i386/i386.c
    branches/gupc/gcc/config/i386/i386.md
    branches/gupc/gcc/config/i386/mingw32.h
    branches/gupc/gcc/config/i386/sol2.h
    branches/gupc/gcc/config/m68k/m68k.md
    branches/gupc/gcc/config/msp430/msp430-protos.h
    branches/gupc/gcc/config/msp430/msp430.c
    branches/gupc/gcc/config/msp430/msp430.md
    branches/gupc/gcc/config/msp430/msp430.opt
    branches/gupc/gcc/config/nios2/nios2-opts.h
    branches/gupc/gcc/config/nios2/nios2.c
    branches/gupc/gcc/config/nios2/nios2.md
    branches/gupc/gcc/config/nios2/nios2.opt
    branches/gupc/gcc/config/rl78/rl78-virt.md
    branches/gupc/gcc/config/rs6000/altivec.md
    branches/gupc/gcc/config/rs6000/dfp.md
    branches/gupc/gcc/config/rs6000/predicates.md
    branches/gupc/gcc/config/rs6000/rs6000-builtin.def
    branches/gupc/gcc/config/rs6000/rs6000.c
    branches/gupc/gcc/config/rs6000/rs6000.h
    branches/gupc/gcc/config/rs6000/rs6000.md
    branches/gupc/gcc/config/sh/sh.md
    branches/gupc/gcc/config/sh/sh_treg_combine.cc
    branches/gupc/gcc/config/sol2.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/parser.c
    branches/gupc/gcc/cp/rtti.c
    branches/gupc/gcc/cp/semantics.c
    branches/gupc/gcc/cselib.c
    branches/gupc/gcc/doc/extend.texi
    branches/gupc/gcc/doc/gimple.texi
    branches/gupc/gcc/doc/install.texi
    branches/gupc/gcc/doc/invoke.texi
    branches/gupc/gcc/dwarf2out.c
    branches/gupc/gcc/emit-rtl.c
    branches/gupc/gcc/expr.c
    branches/gupc/gcc/expr.h
    branches/gupc/gcc/flag-types.h
    branches/gupc/gcc/fortran/ChangeLog
    branches/gupc/gcc/fortran/arith.c
    branches/gupc/gcc/fortran/gfortran.h
    branches/gupc/gcc/fortran/simplify.c
    branches/gupc/gcc/fortran/trans-expr.c
    branches/gupc/gcc/gcc.c
    branches/gupc/gcc/gimple-fold.c
    branches/gupc/gcc/gimple-ssa-strength-reduction.c
    branches/gupc/gcc/gimple-ssa.h
    branches/gupc/gcc/gimple-streamer-in.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/go-gcc.cc
    branches/gupc/gcc/go/gofrontend/backend.h
    branches/gupc/gcc/go/gofrontend/expressions.cc
    branches/gupc/gcc/go/gofrontend/expressions.h
    branches/gupc/gcc/go/gofrontend/gogo-tree.cc
    branches/gupc/gcc/go/gofrontend/gogo.cc
    branches/gupc/gcc/go/gofrontend/gogo.h
    branches/gupc/gcc/go/gofrontend/statements.cc
    branches/gupc/gcc/haifa-sched.c
    branches/gupc/gcc/ipa-devirt.c
    branches/gupc/gcc/ipa-inline-analysis.c
    branches/gupc/gcc/ipa-ref.c
    branches/gupc/gcc/ipa-reference.c
    branches/gupc/gcc/ipa.c
    branches/gupc/gcc/is-a.h
    branches/gupc/gcc/loop-init.c
    branches/gupc/gcc/loop-iv.c
    branches/gupc/gcc/loop-unroll.c
    branches/gupc/gcc/lto-cgraph.c
    branches/gupc/gcc/lto-streamer-out.c
    branches/gupc/gcc/lto-streamer.h
    branches/gupc/gcc/lto/ChangeLog
    branches/gupc/gcc/lto/lto-partition.c
    branches/gupc/gcc/lto/lto-symtab.c
    branches/gupc/gcc/lto/lto.c
    branches/gupc/gcc/machmode.h
    branches/gupc/gcc/objc/ChangeLog
    branches/gupc/gcc/objc/objc-act.c
    branches/gupc/gcc/omp-low.c
    branches/gupc/gcc/passes.c
    branches/gupc/gcc/passes.def
    branches/gupc/gcc/po/ChangeLog
    branches/gupc/gcc/po/zh_CN.po
    branches/gupc/gcc/reg-notes.def
    branches/gupc/gcc/rtl.h
    branches/gupc/gcc/rtlanal.c
    branches/gupc/gcc/sanitizer.def
    branches/gupc/gcc/stor-layout.c
    branches/gupc/gcc/stor-layout.h
    branches/gupc/gcc/symtab.c
    branches/gupc/gcc/target-hooks-macros.h
    branches/gupc/gcc/testsuite/ChangeLog
    branches/gupc/gcc/testsuite/c-c++-common/gomp/atomic-16.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-add-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-mul-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-mul-3.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-negate-2.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/overflow-sub-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/pr59503.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/pr60613-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/save-expr-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/shift-3.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/shift-6.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/undefined-1.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/vla-2.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/vla-3.c
    branches/gupc/gcc/testsuite/c-c++-common/ubsan/vla-4.c
    branches/gupc/gcc/testsuite/g++.dg/cpp0x/nsdmi-union5.C
    branches/gupc/gcc/testsuite/g++.dg/debug/dwarf2/dwarf4-typedef.C
    branches/gupc/gcc/testsuite/g++.dg/ipa/devirt-27.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/cxx11-shift-1.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/cxx11-shift-2.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/cxx1y-vla.C
    branches/gupc/gcc/testsuite/g++.dg/ubsan/return-2.C
    branches/gupc/gcc/testsuite/gcc.c-torture/compile/pr28865.c
    branches/gupc/gcc/testsuite/gcc.dg/c99-stdint-6.c
    branches/gupc/gcc/testsuite/gcc.dg/lto/20090210_0.c
    branches/gupc/gcc/testsuite/gcc.dg/torture/pr47917.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/alias-30.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-1.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-3.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c
    branches/gupc/gcc/testsuite/gcc.dg/tree-ssa/isolate-5.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/pr60505.c
    branches/gupc/gcc/testsuite/gcc.dg/vect/tree-vect.h
    branches/gupc/gcc/testsuite/gcc.target/i386/pr22076.c
    branches/gupc/gcc/testsuite/gcc.target/i386/pr22152.c
    branches/gupc/gcc/testsuite/gcc.target/i386/sse-os-support.h
    branches/gupc/gcc/testsuite/gcc.target/i386/vect8-ret.c
    branches/gupc/gcc/testsuite/gcc.target/nios2/custom-fp-conversion.c
    branches/gupc/gcc/testsuite/gfortran.dg/erf_3.F90
    branches/gupc/gcc/testsuite/gfortran.dg/fmt_en.f90
    branches/gupc/gcc/testsuite/gfortran.dg/round_4.f90
    branches/gupc/gcc/testsuite/lib/target-supports.exp
    branches/gupc/gcc/tree-dfa.c
    branches/gupc/gcc/tree-inline.c
    branches/gupc/gcc/tree-nested.c
    branches/gupc/gcc/tree-pass.h
    branches/gupc/gcc/tree-phinodes.c
    branches/gupc/gcc/tree-ssa-loop-im.c
    branches/gupc/gcc/tree-ssa-structalias.c
    branches/gupc/gcc/tree-ssa-threadedge.c
    branches/gupc/gcc/tree-vect-generic.c
    branches/gupc/gcc/tree-vect-patterns.c
    branches/gupc/gcc/tree.h
    branches/gupc/gcc/ubsan.c
    branches/gupc/gcc/varpool.c
    branches/gupc/include/ChangeLog
    branches/gupc/include/longlong.h
    branches/gupc/libcpp/ChangeLog
    branches/gupc/libcpp/lex.c
    branches/gupc/libffi/ChangeLog
    branches/gupc/libffi/Makefile.in
    branches/gupc/libffi/configure.ac
    branches/gupc/libffi/include/Makefile.in
    branches/gupc/libffi/man/Makefile.in
    branches/gupc/libffi/testsuite/Makefile.in
    branches/gupc/libgcc/ChangeLog
    branches/gupc/libgcc/config/i386/crtfastmath.c
    branches/gupc/libgcc/config/i386/sol2-unwind.h
    branches/gupc/libgcc/config/sparc/sol2-unwind.h
    branches/gupc/libgfortran/ChangeLog
    branches/gupc/libgfortran/config/fpu-387.h
    branches/gupc/libgfortran/configure
    branches/gupc/libgfortran/configure.ac
    branches/gupc/libgfortran/io/list_read.c
    branches/gupc/libgfortran/io/write.c
    branches/gupc/libgo/runtime/mheap.c
    branches/gupc/libgomp/ChangeLog
    branches/gupc/libgomp/testsuite/libgomp.c++/atomic-14.C
    branches/gupc/libgomp/testsuite/libgomp.c++/atomic-15.C
    branches/gupc/libgomp/testsuite/libgomp.c/atomic-17.c
    branches/gupc/libjava/ChangeLog
    branches/gupc/libjava/configure
    branches/gupc/libjava/configure.ac

Propchange: branches/gupc/
            ('svn:mergeinfo' modified)



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