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]

r203409 - in /branches/gomp-4_0-branch: ./ gcc/...


Author: jakub
Date: Fri Oct 11 10:02:57 2013
New Revision: 203409

URL: http://gcc.gnu.org/viewcvs?rev=203409&root=gcc&view=rev
Log:
svn merge -r203241:203408 svn+ssh://gcc.gnu.org/svn/gcc/trunk

Added:
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc
      - copied unchanged from r203408, trunk/libstdc++-v3/testsuite/20_util/shared_ptr/cons/58659.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/performance/28_regex/
      - copied from r203408, trunk/libstdc++-v3/testsuite/performance/28_regex/
Modified:
    branches/gomp-4_0-branch/libstdc++-v3/ChangeLog
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_executor.h
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/regex_executor.tcc
    branches/gomp-4_0-branch/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/26_numerics/valarray/subset_assignment.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/27_io/ios_base/types/fmtflags/bitmask_operators.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/27_io/ios_base/types/iostate/bitmask_operators.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/27_io/ios_base/types/openmode/bitmask_operators.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/cstring_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/moveable.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/pstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/char/string_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/cstring_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/pstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/assign/wchar_t/string_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/47724.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_char.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/basic/pstring_wchar_t.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/default.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/char/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/copy_char.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/move_char.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_char.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/string_wchar_t.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/default.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/basic_regex/ctors/wchar_t/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/char/ctor.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/char/translate_nocase.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/char/value.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/ctor.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/translate_nocase.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/28_regex/traits/wchar_t/value.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/bitwise.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/decrement.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/29_atomics/atomic_integral/operators/increment.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/performance/27_io/ifstream_extract_int.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/performance/27_io/ofstream_insert_int.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/cstring_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/pstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/char/string_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/cstring_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/pstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/assign/wchar_t/string_op.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/default.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/pstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/char/string.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/cstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/default.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/pstring.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/range.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/basic_regex/ctors/wchar_t/string.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/match_results/ctors/char/default.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/ctor.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/translate_nocase.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/char/value.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/ctor.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/translate_nocase.cc
    branches/gomp-4_0-branch/libstdc++-v3/testsuite/tr1/7_regular_expressions/regex_traits/wchar_t/value.cc

Changes in other areas also in this revision:
Added:
    branches/gomp-4_0-branch/gcc/ada/a-coinho-shared.adb
      - copied unchanged from r203408, trunk/gcc/ada/a-coinho-shared.adb
    branches/gomp-4_0-branch/gcc/ada/a-coinho-shared.ads
      - copied unchanged from r203408, trunk/gcc/ada/a-coinho-shared.ads
    branches/gomp-4_0-branch/gcc/testsuite/c-c++-common/pr20318.c
      - copied unchanged from r203408, trunk/gcc/testsuite/c-c++-common/pr20318.c
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice10.C
      - copied unchanged from r203408, trunk/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice10.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tm/pr58635-1.C
      - copied unchanged from r203408, trunk/gcc/testsuite/g++.dg/tm/pr58635-1.C
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/tm/pr58635-2.C
      - copied unchanged from r203408, trunk/gcc/testsuite/g++.dg/tm/pr58635-2.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.c-torture/execute/pr58570.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.c-torture/execute/pr58570.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/torture/pr58670.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.dg/torture/pr58670.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.dg/tree-ssa/phi-opt-11.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr20318.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr20318.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/tree-ssa/pr58480.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.dg/tree-ssa/pr58480.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/vadd_f64.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.target/aarch64/vadd_f64.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/vclz.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.target/aarch64/vclz.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/vdiv_f.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.target/aarch64/vdiv_f.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/vneg_f.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.target/aarch64/vneg_f.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/vneg_s.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.target/aarch64/vneg_s.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/aarch64/vsub_f64.c
      - copied unchanged from r203408, trunk/gcc/testsuite/gcc.target/aarch64/vsub_f64.c
    branches/gomp-4_0-branch/gcc/tree-eh.h
      - copied unchanged from r203408, trunk/gcc/tree-eh.h
    branches/gomp-4_0-branch/gcc/tree-parloops.h
      - copied unchanged from r203408, trunk/gcc/tree-parloops.h
    branches/gomp-4_0-branch/gcc/tree-ssa-address.h
      - copied unchanged from r203408, trunk/gcc/tree-ssa-address.h
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ivopts.h
      - copied unchanged from r203408, trunk/gcc/tree-ssa-loop-ivopts.h
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-manip.h
      - copied unchanged from r203408, trunk/gcc/tree-ssa-loop-manip.h
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-niter.h
      - copied unchanged from r203408, trunk/gcc/tree-ssa-loop-niter.h
    branches/gomp-4_0-branch/gcc/tree-ssa-loop.h
      - copied unchanged from r203408, trunk/gcc/tree-ssa-loop.h
    branches/gomp-4_0-branch/gcc/tree-ssa-threadedge.h
      - copied unchanged from r203408, trunk/gcc/tree-ssa-threadedge.h
    branches/gomp-4_0-branch/libgo/runtime/go-cdiv.c
      - copied unchanged from r203408, trunk/libgo/runtime/go-cdiv.c
Removed:
    branches/gomp-4_0-branch/gcc/testsuite/g++.dg/template/crash117.C
    branches/gomp-4_0-branch/gcc/tree-flow-inline.h
Modified:
    branches/gomp-4_0-branch/   (props changed)
    branches/gomp-4_0-branch/gcc/ChangeLog
    branches/gomp-4_0-branch/gcc/DATESTAMP
    branches/gomp-4_0-branch/gcc/Makefile.in
    branches/gomp-4_0-branch/gcc/ada/ChangeLog
    branches/gomp-4_0-branch/gcc/ada/a-cfdlli.ads
    branches/gomp-4_0-branch/gcc/ada/a-cfhama.ads
    branches/gomp-4_0-branch/gcc/ada/a-cfhase.ads
    branches/gomp-4_0-branch/gcc/ada/a-cforma.ads
    branches/gomp-4_0-branch/gcc/ada/a-cforse.ads
    branches/gomp-4_0-branch/gcc/ada/a-chahan.adb
    branches/gomp-4_0-branch/gcc/ada/a-chahan.ads
    branches/gomp-4_0-branch/gcc/ada/a-cofove.ads
    branches/gomp-4_0-branch/gcc/ada/a-sequio.adb
    branches/gomp-4_0-branch/gcc/ada/a-wichha.adb
    branches/gomp-4_0-branch/gcc/ada/a-wichha.ads
    branches/gomp-4_0-branch/gcc/ada/a-zchhan.adb
    branches/gomp-4_0-branch/gcc/ada/a-zchhan.ads
    branches/gomp-4_0-branch/gcc/ada/aspects.adb
    branches/gomp-4_0-branch/gcc/ada/aspects.ads
    branches/gomp-4_0-branch/gcc/ada/cstand.adb
    branches/gomp-4_0-branch/gcc/ada/debug.adb
    branches/gomp-4_0-branch/gcc/ada/einfo.adb
    branches/gomp-4_0-branch/gcc/ada/einfo.ads
    branches/gomp-4_0-branch/gcc/ada/elists.adb
    branches/gomp-4_0-branch/gcc/ada/elists.ads
    branches/gomp-4_0-branch/gcc/ada/errout.adb
    branches/gomp-4_0-branch/gcc/ada/errout.ads
    branches/gomp-4_0-branch/gcc/ada/erroutc.adb
    branches/gomp-4_0-branch/gcc/ada/exp_ch3.adb
    branches/gomp-4_0-branch/gcc/ada/exp_ch4.adb
    branches/gomp-4_0-branch/gcc/ada/exp_ch5.adb
    branches/gomp-4_0-branch/gcc/ada/exp_ch6.adb
    branches/gomp-4_0-branch/gcc/ada/exp_ch6.ads
    branches/gomp-4_0-branch/gcc/ada/exp_ch9.adb
    branches/gomp-4_0-branch/gcc/ada/exp_util.adb
    branches/gomp-4_0-branch/gcc/ada/exp_util.ads
    branches/gomp-4_0-branch/gcc/ada/freeze.adb
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/Make-lang.in
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/Makefile.in
    branches/gomp-4_0-branch/gcc/ada/gcc-interface/trans.c
    branches/gomp-4_0-branch/gcc/ada/gnat_rm.texi
    branches/gomp-4_0-branch/gcc/ada/gnat_ugn.texi
    branches/gomp-4_0-branch/gcc/ada/gnatlink.adb
    branches/gomp-4_0-branch/gcc/ada/lib-writ.adb
    branches/gomp-4_0-branch/gcc/ada/lib-writ.ads
    branches/gomp-4_0-branch/gcc/ada/lib-xref-spark_specific.adb
    branches/gomp-4_0-branch/gcc/ada/lib-xref.adb
    branches/gomp-4_0-branch/gcc/ada/mlib-prj.adb
    branches/gomp-4_0-branch/gcc/ada/opt.ads
    branches/gomp-4_0-branch/gcc/ada/par-ch13.adb
    branches/gomp-4_0-branch/gcc/ada/par-ch6.adb
    branches/gomp-4_0-branch/gcc/ada/par-prag.adb
    branches/gomp-4_0-branch/gcc/ada/prj-conf.adb
    branches/gomp-4_0-branch/gcc/ada/restrict.adb
    branches/gomp-4_0-branch/gcc/ada/s-atocou-builtin.adb
    branches/gomp-4_0-branch/gcc/ada/s-atocou-x86.adb
    branches/gomp-4_0-branch/gcc/ada/s-atocou.adb
    branches/gomp-4_0-branch/gcc/ada/s-atocou.ads
    branches/gomp-4_0-branch/gcc/ada/s-imgint.adb
    branches/gomp-4_0-branch/gcc/ada/s-oscons-tmplt.c
    branches/gomp-4_0-branch/gcc/ada/s-stalib.ads
    branches/gomp-4_0-branch/gcc/ada/s-stopoo.ads
    branches/gomp-4_0-branch/gcc/ada/s-taprop-posix.adb
    branches/gomp-4_0-branch/gcc/ada/s-vxwork-arm.ads
    branches/gomp-4_0-branch/gcc/ada/sem.adb
    branches/gomp-4_0-branch/gcc/ada/sem_aggr.adb
    branches/gomp-4_0-branch/gcc/ada/sem_attr.adb
    branches/gomp-4_0-branch/gcc/ada/sem_case.adb
    branches/gomp-4_0-branch/gcc/ada/sem_case.ads
    branches/gomp-4_0-branch/gcc/ada/sem_ch10.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch11.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch12.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch13.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch13.ads
    branches/gomp-4_0-branch/gcc/ada/sem_ch3.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch4.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch5.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch6.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch6.ads
    branches/gomp-4_0-branch/gcc/ada/sem_ch7.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch8.adb
    branches/gomp-4_0-branch/gcc/ada/sem_ch9.adb
    branches/gomp-4_0-branch/gcc/ada/sem_eval.adb
    branches/gomp-4_0-branch/gcc/ada/sem_prag.adb
    branches/gomp-4_0-branch/gcc/ada/sem_prag.ads
    branches/gomp-4_0-branch/gcc/ada/sem_res.adb
    branches/gomp-4_0-branch/gcc/ada/sem_type.adb
    branches/gomp-4_0-branch/gcc/ada/sem_util.adb
    branches/gomp-4_0-branch/gcc/ada/sem_util.ads
    branches/gomp-4_0-branch/gcc/ada/sem_warn.adb
    branches/gomp-4_0-branch/gcc/ada/sinfo.adb
    branches/gomp-4_0-branch/gcc/ada/sinfo.ads
    branches/gomp-4_0-branch/gcc/ada/sinput-c.adb
    branches/gomp-4_0-branch/gcc/ada/sinput-d.adb
    branches/gomp-4_0-branch/gcc/ada/sinput-l.adb
    branches/gomp-4_0-branch/gcc/ada/sinput.adb
    branches/gomp-4_0-branch/gcc/ada/sinput.ads
    branches/gomp-4_0-branch/gcc/ada/snames.ads-tmpl
    branches/gomp-4_0-branch/gcc/ada/sprint.adb
    branches/gomp-4_0-branch/gcc/ada/sprint.ads
    branches/gomp-4_0-branch/gcc/ada/stand.adb
    branches/gomp-4_0-branch/gcc/ada/stand.ads
    branches/gomp-4_0-branch/gcc/ada/thread.c
    branches/gomp-4_0-branch/gcc/ada/types.ads
    branches/gomp-4_0-branch/gcc/ada/ug_words
    branches/gomp-4_0-branch/gcc/ada/vms_data.ads
    branches/gomp-4_0-branch/gcc/builtins.c
    branches/gomp-4_0-branch/gcc/c-family/ChangeLog
    branches/gomp-4_0-branch/gcc/c-family/c-common.c
    branches/gomp-4_0-branch/gcc/c/ChangeLog
    branches/gomp-4_0-branch/gcc/cfgexpand.c
    branches/gomp-4_0-branch/gcc/cfgloop.c
    branches/gomp-4_0-branch/gcc/cfgloop.h
    branches/gomp-4_0-branch/gcc/cfgrtl.c
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64-simd-builtins.def
    branches/gomp-4_0-branch/gcc/config/aarch64/aarch64.h
    branches/gomp-4_0-branch/gcc/config/aarch64/arm_neon.h
    branches/gomp-4_0-branch/gcc/config/alpha/alpha.c
    branches/gomp-4_0-branch/gcc/config/arm/aarch-common.c
    branches/gomp-4_0-branch/gcc/config/arm/arm.c
    branches/gomp-4_0-branch/gcc/config/i386/i386.c
    branches/gomp-4_0-branch/gcc/config/i386/x86-tune.def
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-expand.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-real.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78-virt.md
    branches/gomp-4_0-branch/gcc/config/rl78/rl78.c
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000-protos.h
    branches/gomp-4_0-branch/gcc/config/rs6000/rs6000.c
    branches/gomp-4_0-branch/gcc/config/rs6000/vector.md
    branches/gomp-4_0-branch/gcc/config/rs6000/vsx.md
    branches/gomp-4_0-branch/gcc/config/s390/s390.c
    branches/gomp-4_0-branch/gcc/coverage.c
    branches/gomp-4_0-branch/gcc/cp/ChangeLog
    branches/gomp-4_0-branch/gcc/cp/decl.c
    branches/gomp-4_0-branch/gcc/cp/lambda.c
    branches/gomp-4_0-branch/gcc/cp/pt.c
    branches/gomp-4_0-branch/gcc/cp/semantics.c
    branches/gomp-4_0-branch/gcc/doc/extend.texi
    branches/gomp-4_0-branch/gcc/doc/invoke.texi
    branches/gomp-4_0-branch/gcc/doc/md.texi
    branches/gomp-4_0-branch/gcc/emit-rtl.c
    branches/gomp-4_0-branch/gcc/expr.c
    branches/gomp-4_0-branch/gcc/fold-const.c
    branches/gomp-4_0-branch/gcc/fortran/ChangeLog
    branches/gomp-4_0-branch/gcc/fortran/options.c
    branches/gomp-4_0-branch/gcc/gensupport.c
    branches/gomp-4_0-branch/gcc/gimple-fold.c
    branches/gomp-4_0-branch/gcc/gimple-fold.h
    branches/gomp-4_0-branch/gcc/gimple-pretty-print.h
    branches/gomp-4_0-branch/gcc/gimple-ssa.h
    branches/gomp-4_0-branch/gcc/gimple.h
    branches/gomp-4_0-branch/gcc/gimplify.c
    branches/gomp-4_0-branch/gcc/go/ChangeLog
    branches/gomp-4_0-branch/gcc/go/go-gcc.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/backend.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/expressions.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/expressions.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo-tree.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/gogo.h
    branches/gomp-4_0-branch/gcc/go/gofrontend/parse.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/runtime.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/runtime.def
    branches/gomp-4_0-branch/gcc/go/gofrontend/types.cc
    branches/gomp-4_0-branch/gcc/go/gofrontend/types.h
    branches/gomp-4_0-branch/gcc/graphite.c
    branches/gomp-4_0-branch/gcc/ipa-inline.c
    branches/gomp-4_0-branch/gcc/ipa-pure-const.c
    branches/gomp-4_0-branch/gcc/loop-doloop.c
    branches/gomp-4_0-branch/gcc/loop-unroll.c
    branches/gomp-4_0-branch/gcc/lto/ChangeLog
    branches/gomp-4_0-branch/gcc/params.def
    branches/gomp-4_0-branch/gcc/passes.c
    branches/gomp-4_0-branch/gcc/predict.c
    branches/gomp-4_0-branch/gcc/predict.h
    branches/gomp-4_0-branch/gcc/stmt.c
    branches/gomp-4_0-branch/gcc/testsuite/ChangeLog
    branches/gomp-4_0-branch/gcc/testsuite/g++.old-deja/g++.mike/misc9.C
    branches/gomp-4_0-branch/gcc/testsuite/gcc.dg/vect/bb-slp-31.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/avx256-unaligned-store-3.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr49002-2.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/i386/pr49168-1.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/fusion.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/powerpc/pr43154.c
    branches/gomp-4_0-branch/gcc/testsuite/gcc.target/s390/htm-nofloat-2.c
    branches/gomp-4_0-branch/gcc/tree-cfg.c
    branches/gomp-4_0-branch/gcc/tree-chrec.h
    branches/gomp-4_0-branch/gcc/tree-data-ref.h
    branches/gomp-4_0-branch/gcc/tree-dump.c
    branches/gomp-4_0-branch/gcc/tree-dump.h
    branches/gomp-4_0-branch/gcc/tree-eh.c
    branches/gomp-4_0-branch/gcc/tree-flow.h
    branches/gomp-4_0-branch/gcc/tree-hasher.h
    branches/gomp-4_0-branch/gcc/tree-inline.c
    branches/gomp-4_0-branch/gcc/tree-optimize.c
    branches/gomp-4_0-branch/gcc/tree-parloops.c
    branches/gomp-4_0-branch/gcc/tree-predcom.c
    branches/gomp-4_0-branch/gcc/tree-scalar-evolution.h
    branches/gomp-4_0-branch/gcc/tree-sra.c
    branches/gomp-4_0-branch/gcc/tree-ssa-address.c
    branches/gomp-4_0-branch/gcc/tree-ssa-alias.c
    branches/gomp-4_0-branch/gcc/tree-ssa-alias.h
    branches/gomp-4_0-branch/gcc/tree-ssa-dom.c
    branches/gomp-4_0-branch/gcc/tree-ssa-live.h
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-im.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ivcanon.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-ivopts.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-niter.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-prefetch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop-unswitch.c
    branches/gomp-4_0-branch/gcc/tree-ssa-loop.c
    branches/gomp-4_0-branch/gcc/tree-ssa-operands.c
    branches/gomp-4_0-branch/gcc/tree-ssa-phiopt.c
    branches/gomp-4_0-branch/gcc/tree-ssa-pre.c
    branches/gomp-4_0-branch/gcc/tree-ssa.h
    branches/gomp-4_0-branch/gcc/tree-switch-conversion.c
    branches/gomp-4_0-branch/gcc/tree-vectorizer.h
    branches/gomp-4_0-branch/gcc/tree-vrp.c
    branches/gomp-4_0-branch/gcc/tree.c
    branches/gomp-4_0-branch/gcc/tree.h
    branches/gomp-4_0-branch/gcc/value-prof.c
    branches/gomp-4_0-branch/libgo/Makefile.am
    branches/gomp-4_0-branch/libgo/Makefile.in
    branches/gomp-4_0-branch/libgo/go/reflect/makefunc_386.S
    branches/gomp-4_0-branch/libgo/runtime/go-callers.c
    branches/gomp-4_0-branch/libgo/runtime/go-make-slice.c
    branches/gomp-4_0-branch/libgomp/ChangeLog

Propchange: branches/gomp-4_0-branch/
            ('svn:mergeinfo' modified)



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