r204560 - in /branches/gccgo: ./ ChangeLog Make...
ian@gcc.gnu.org
ian@gcc.gnu.org
Fri Nov 8 06:41:00 GMT 2013
Author: ian
Date: Fri Nov 8 06:41:29 2013
New Revision: 204560
URL: http://gcc.gnu.org/viewcvs?rev=204560&root=gcc&view=rev
Log:
Merge from GCC mainline revision 204559.
Added:
branches/gccgo/gcc/testsuite/c-c++-common/asan/pr59029.c
- copied unchanged from r204559, trunk/gcc/testsuite/c-c++-common/asan/pr59029.c
branches/gccgo/gcc/testsuite/g++.dg/cpp0x/nullptr30.C
- copied unchanged from r204559, trunk/gcc/testsuite/g++.dg/cpp0x/nullptr30.C
branches/gccgo/gcc/testsuite/gcc.dg/atomic/
- copied from r204559, trunk/gcc/testsuite/gcc.dg/atomic/
branches/gccgo/gcc/testsuite/gcc.dg/c11-atomic-1.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/c11-atomic-1.c
branches/gccgo/gcc/testsuite/gcc.dg/c11-atomic-2.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/c11-atomic-2.c
branches/gccgo/gcc/testsuite/gcc.dg/c11-atomic-3.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/c11-atomic-3.c
branches/gccgo/gcc/testsuite/gcc.dg/c90-atomic-1.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/c90-atomic-1.c
branches/gccgo/gcc/testsuite/gcc.dg/c99-atomic-1.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/c99-atomic-1.c
branches/gccgo/gcc/testsuite/gcc.dg/mismatch-decl-1.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/mismatch-decl-1.c
branches/gccgo/gcc/testsuite/gcc.dg/torture/float128-cmp-invalid.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/torture/float128-cmp-invalid.c
branches/gccgo/gcc/testsuite/gcc.dg/torture/float128-div-underflow.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/torture/float128-div-underflow.c
branches/gccgo/gcc/testsuite/gcc.dg/torture/float128-extend-nan.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/torture/float128-extend-nan.c
branches/gccgo/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-3.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/torture/fp-int-convert-float128-timode-3.c
branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/loop-39.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/tree-ssa/loop-39.c
branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/vrp90.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/tree-ssa/vrp90.c
branches/gccgo/gcc/testsuite/gcc.dg/vect/vect-alias-check.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.dg/vect/vect-alias-check.c
branches/gccgo/gcc/testsuite/gcc.target/i386/pr59034-1.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.target/i386/pr59034-1.c
branches/gccgo/gcc/testsuite/gcc.target/i386/pr59034-2.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.target/i386/pr59034-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/torture/pr30807.c
- copied unchanged from r204559, trunk/gcc/testsuite/gcc.target/sh/torture/pr30807.c
branches/gccgo/gcc/testsuite/gfortran.dg/constructor_9.f90
- copied unchanged from r204559, trunk/gcc/testsuite/gfortran.dg/constructor_9.f90
branches/gccgo/gcc/testsuite/lib/atomic-dg.exp
- copied unchanged from r204559, trunk/gcc/testsuite/lib/atomic-dg.exp
branches/gccgo/libatomic/fenv.c
- copied unchanged from r204559, trunk/libatomic/fenv.c
Removed:
branches/gccgo/gcc/testsuite/c-c++-common/cpp/warning-zero-in-literals-1.c
Modified:
branches/gccgo/ (props changed)
branches/gccgo/ChangeLog
branches/gccgo/Makefile.in
branches/gccgo/Makefile.tpl
branches/gccgo/gcc/ChangeLog
branches/gccgo/gcc/DATESTAMP
branches/gccgo/gcc/asan.c
branches/gccgo/gcc/c-family/ChangeLog
branches/gccgo/gcc/c-family/c-common.c
branches/gccgo/gcc/c-family/c-common.h
branches/gccgo/gcc/c-family/c-format.c
branches/gccgo/gcc/c-family/c-pretty-print.c
branches/gccgo/gcc/c/ChangeLog
branches/gccgo/gcc/c/c-aux-info.c
branches/gccgo/gcc/c/c-decl.c
branches/gccgo/gcc/c/c-parser.c
branches/gccgo/gcc/c/c-tree.h
branches/gccgo/gcc/c/c-typeck.c
branches/gccgo/gcc/config/aarch64/aarch64.c
branches/gccgo/gcc/config/arc/arc.c
branches/gccgo/gcc/config/arc/arc.h
branches/gccgo/gcc/config/i386/i386-builtin-types.def
branches/gccgo/gcc/config/i386/i386.c
branches/gccgo/gcc/config/i386/i386.md
branches/gccgo/gcc/config/ia64/hpux.h
branches/gccgo/gcc/config/mips/mti-linux.h
branches/gccgo/gcc/config/mips/t-mti-elf
branches/gccgo/gcc/config/mips/t-mti-linux
branches/gccgo/gcc/config/pa/pa-hpux11.h
branches/gccgo/gcc/config/pa/pa64-hpux.h
branches/gccgo/gcc/config/pdp11/pdp11.c
branches/gccgo/gcc/config/picochip/picochip.c
branches/gccgo/gcc/config/rs6000/t-xilinx
branches/gccgo/gcc/config/sh/sh.md
branches/gccgo/gcc/diagnostic.c
branches/gccgo/gcc/doc/invoke.texi
branches/gccgo/gcc/doc/sourcebuild.texi
branches/gccgo/gcc/doc/tm.texi
branches/gccgo/gcc/doc/tm.texi.in
branches/gccgo/gcc/fortran/ChangeLog
branches/gccgo/gcc/fortran/primary.c
branches/gccgo/gcc/gcc.c
branches/gccgo/gcc/gdbinit.in
branches/gccgo/gcc/gimple-fold.c
branches/gccgo/gcc/gimple-ssa-isolate-paths.c
branches/gccgo/gcc/gimplify.c
branches/gccgo/gcc/go/gofrontend/expressions.cc
branches/gccgo/gcc/graphite-sese-to-poly.c
branches/gccgo/gcc/input.c
branches/gccgo/gcc/input.h
branches/gccgo/gcc/java/ChangeLog
branches/gccgo/gcc/java/builtins.c
branches/gccgo/gcc/objc/ChangeLog
branches/gccgo/gcc/objc/objc-act.c
branches/gccgo/gcc/print-tree.c
branches/gccgo/gcc/sync-builtins.def
branches/gccgo/gcc/target.def
branches/gccgo/gcc/targhooks.c
branches/gccgo/gcc/targhooks.h
branches/gccgo/gcc/testsuite/ChangeLog
branches/gccgo/gcc/testsuite/g++.dg/warn/wdate-time.C
branches/gccgo/gcc/testsuite/gcc.dg/atomic-compare-exchange-1.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-compare-exchange-2.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-compare-exchange-3.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-compare-exchange-4.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-compare-exchange-5.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-exchange-1.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-exchange-2.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-exchange-3.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-exchange-4.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-exchange-5.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-fence.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-flag.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-generic.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-invalid.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-load-1.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-load-2.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-load-3.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-load-4.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-load-5.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-lockfree.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-noinline.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-op-1.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-op-2.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-op-3.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-op-4.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-op-5.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-param.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-store-1.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-store-2.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-store-3.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-store-4.c
branches/gccgo/gcc/testsuite/gcc.dg/atomic-store-5.c
branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ivopt_infer_2.c
branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/ivopt_mult_3.c
branches/gccgo/gcc/testsuite/gcc.dg/tree-ssa/loop-2.c
branches/gccgo/gcc/testsuite/gcc.dg/unroll_1.c
branches/gccgo/gcc/testsuite/gcc.dg/unroll_2.c
branches/gccgo/gcc/testsuite/gcc.dg/unroll_3.c
branches/gccgo/gcc/testsuite/gcc.dg/unroll_4.c
branches/gccgo/gcc/testsuite/gcc.dg/wdate-time.c
branches/gccgo/gcc/testsuite/gcc.target/sh/20080410-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/attr-isr-trap_exit.c
branches/gccgo/gcc/testsuite/gcc.target/sh/cmpstr.c
branches/gccgo/gcc/testsuite/gcc.target/sh/cmpstrn.c
branches/gccgo/gcc/testsuite/gcc.target/sh/fpul-usage-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/mfmovd.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr21255-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr21255-2-mb.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr21255-2-ml.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr21255-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr33135-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr33135-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr33135-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr33135-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr39423-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr39423-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49263.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49468-di.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49468-si.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49880-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49880-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49880-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49880-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr49880-5.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-postinc-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-qihisi-predec-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-postinc-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50749-sf-predec-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-5.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-6.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-7.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr50751-8.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-10.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-11.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-12.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-13.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-14.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-15.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-16.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-17.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-18.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-19.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-20-sh2a.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-20.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-5.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-6.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-7.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-8.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr51244-9.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52483-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52483-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52483-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52483-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52483-5.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52933-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr52933-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53511-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53512-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53512-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53512-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53512-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53568-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr53988.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-5.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-6.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-7.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-8.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54089-9.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54236-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54236-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54386.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54602-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54602-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54602-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54602-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54680.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54685.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54760-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54760-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54760-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr54760-4.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr55146.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr55160.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr55303-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr55303-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr55303-3.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr56547-1.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr56547-2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pr6526.c
branches/gccgo/gcc/testsuite/gcc.target/sh/pragma-isr-trap-exit.c
branches/gccgo/gcc/testsuite/gcc.target/sh/prefetch.c
branches/gccgo/gcc/testsuite/gcc.target/sh/rte-delay-slot.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-band.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bclr.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bclrmem.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bld.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bor.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bset.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bsetmem.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-bxor.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-jsrn.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-movi20s.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-movrt.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-resbank.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-rtsn.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh2a-tbr-jump.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh4a-bitmovua.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh4a-cosf.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh4a-fsrra.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh4a-sincosf.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sh4a-sinf.c
branches/gccgo/gcc/testsuite/gcc.target/sh/sp-switch.c
branches/gccgo/gcc/testsuite/gcc.target/sh/strlen.c
branches/gccgo/gcc/testsuite/gcc.target/sh/struct-arg-dw2.c
branches/gccgo/gcc/testsuite/gcc.target/sh/torture/pr34777.c
branches/gccgo/gcc/testsuite/gcc.target/sh/torture/pr58314.c
branches/gccgo/gcc/testsuite/gcc.target/sh/torture/pr58475.c
branches/gccgo/gcc/testsuite/gcc.target/sh/torture/pragma-isr.c
branches/gccgo/gcc/testsuite/gcc.target/sh/torture/pragma-isr2.c
branches/gccgo/gcc/testsuite/gfortran.dg/wdate-time.F90
branches/gccgo/gcc/testsuite/lib/target-supports.exp
branches/gccgo/gcc/tree-affine.c
branches/gccgo/gcc/tree-affine.h
branches/gccgo/gcc/tree-core.h
branches/gccgo/gcc/tree-dfa.c
branches/gccgo/gcc/tree-if-conv.c
branches/gccgo/gcc/tree-parloops.c
branches/gccgo/gcc/tree-pretty-print.c
branches/gccgo/gcc/tree-ssa-ccp.c
branches/gccgo/gcc/tree-ssa-loop-im.c
branches/gccgo/gcc/tree-ssa-loop-ivopts.c
branches/gccgo/gcc/tree-ssa-loop-manip.c
branches/gccgo/gcc/tree-ssa-loop-niter.c
branches/gccgo/gcc/tree-ssa-pre.c
branches/gccgo/gcc/tree-ssa-propagate.c
branches/gccgo/gcc/tree-ssa-threadedge.c
branches/gccgo/gcc/tree-vect-data-refs.c
branches/gccgo/gcc/tree-vect-loop-manip.c
branches/gccgo/gcc/tree-vect-loop.c
branches/gccgo/gcc/tree-vect-stmts.c
branches/gccgo/gcc/tree-vectorizer.h
branches/gccgo/gcc/tree-vrp.c
branches/gccgo/gcc/tree.c
branches/gccgo/gcc/tree.h
branches/gccgo/gcc/varasm.c
branches/gccgo/gcc/varpool.c
branches/gccgo/libatomic/ChangeLog
branches/gccgo/libatomic/Makefile.am
branches/gccgo/libatomic/Makefile.in
branches/gccgo/libatomic/auto-config.h.in
branches/gccgo/libatomic/configure
branches/gccgo/libatomic/configure.ac
branches/gccgo/libatomic/libatomic.map
branches/gccgo/libcpp/ChangeLog
branches/gccgo/libcpp/macro.c
branches/gccgo/libgcc/ChangeLog
branches/gccgo/libgcc/config/i386/sfp-exceptions.c
branches/gccgo/libgcc/soft-fp/README
branches/gccgo/libgcc/soft-fp/adddf3.c
branches/gccgo/libgcc/soft-fp/addsf3.c
branches/gccgo/libgcc/soft-fp/addtf3.c
branches/gccgo/libgcc/soft-fp/divdf3.c
branches/gccgo/libgcc/soft-fp/divsf3.c
branches/gccgo/libgcc/soft-fp/divtf3.c
branches/gccgo/libgcc/soft-fp/double.h
branches/gccgo/libgcc/soft-fp/eqdf2.c
branches/gccgo/libgcc/soft-fp/eqsf2.c
branches/gccgo/libgcc/soft-fp/eqtf2.c
branches/gccgo/libgcc/soft-fp/extenddftf2.c
branches/gccgo/libgcc/soft-fp/extended.h
branches/gccgo/libgcc/soft-fp/extendsfdf2.c
branches/gccgo/libgcc/soft-fp/extendsftf2.c
branches/gccgo/libgcc/soft-fp/extendxftf2.c
branches/gccgo/libgcc/soft-fp/fixdfdi.c
branches/gccgo/libgcc/soft-fp/fixdfsi.c
branches/gccgo/libgcc/soft-fp/fixdfti.c
branches/gccgo/libgcc/soft-fp/fixsfdi.c
branches/gccgo/libgcc/soft-fp/fixsfsi.c
branches/gccgo/libgcc/soft-fp/fixsfti.c
branches/gccgo/libgcc/soft-fp/fixtfdi.c
branches/gccgo/libgcc/soft-fp/fixtfsi.c
branches/gccgo/libgcc/soft-fp/fixtfti.c
branches/gccgo/libgcc/soft-fp/fixunsdfdi.c
branches/gccgo/libgcc/soft-fp/fixunsdfsi.c
branches/gccgo/libgcc/soft-fp/fixunsdfti.c
branches/gccgo/libgcc/soft-fp/fixunssfdi.c
branches/gccgo/libgcc/soft-fp/fixunssfsi.c
branches/gccgo/libgcc/soft-fp/fixunssfti.c
branches/gccgo/libgcc/soft-fp/fixunstfdi.c
branches/gccgo/libgcc/soft-fp/fixunstfsi.c
branches/gccgo/libgcc/soft-fp/fixunstfti.c
branches/gccgo/libgcc/soft-fp/floatdidf.c
branches/gccgo/libgcc/soft-fp/floatdisf.c
branches/gccgo/libgcc/soft-fp/floatditf.c
branches/gccgo/libgcc/soft-fp/floatsidf.c
branches/gccgo/libgcc/soft-fp/floatsisf.c
branches/gccgo/libgcc/soft-fp/floatsitf.c
branches/gccgo/libgcc/soft-fp/floattidf.c
branches/gccgo/libgcc/soft-fp/floattisf.c
branches/gccgo/libgcc/soft-fp/floattitf.c
branches/gccgo/libgcc/soft-fp/floatundidf.c
branches/gccgo/libgcc/soft-fp/floatundisf.c
branches/gccgo/libgcc/soft-fp/floatunditf.c
branches/gccgo/libgcc/soft-fp/floatunsidf.c
branches/gccgo/libgcc/soft-fp/floatunsisf.c
branches/gccgo/libgcc/soft-fp/floatunsitf.c
branches/gccgo/libgcc/soft-fp/floatuntidf.c
branches/gccgo/libgcc/soft-fp/floatuntisf.c
branches/gccgo/libgcc/soft-fp/floatuntitf.c
branches/gccgo/libgcc/soft-fp/gedf2.c
branches/gccgo/libgcc/soft-fp/gesf2.c
branches/gccgo/libgcc/soft-fp/getf2.c
branches/gccgo/libgcc/soft-fp/ledf2.c
branches/gccgo/libgcc/soft-fp/lesf2.c
branches/gccgo/libgcc/soft-fp/letf2.c
branches/gccgo/libgcc/soft-fp/muldf3.c
branches/gccgo/libgcc/soft-fp/mulsf3.c
branches/gccgo/libgcc/soft-fp/multf3.c
branches/gccgo/libgcc/soft-fp/negdf2.c
branches/gccgo/libgcc/soft-fp/negsf2.c
branches/gccgo/libgcc/soft-fp/negtf2.c
branches/gccgo/libgcc/soft-fp/op-1.h
branches/gccgo/libgcc/soft-fp/op-2.h
branches/gccgo/libgcc/soft-fp/op-4.h
branches/gccgo/libgcc/soft-fp/op-8.h
branches/gccgo/libgcc/soft-fp/op-common.h
branches/gccgo/libgcc/soft-fp/quad.h
branches/gccgo/libgcc/soft-fp/single.h
branches/gccgo/libgcc/soft-fp/soft-fp.h
branches/gccgo/libgcc/soft-fp/subdf3.c
branches/gccgo/libgcc/soft-fp/subsf3.c
branches/gccgo/libgcc/soft-fp/subtf3.c
branches/gccgo/libgcc/soft-fp/truncdfsf2.c
branches/gccgo/libgcc/soft-fp/trunctfdf2.c
branches/gccgo/libgcc/soft-fp/trunctfsf2.c
branches/gccgo/libgcc/soft-fp/trunctfxf2.c
branches/gccgo/libgcc/soft-fp/unorddf2.c
branches/gccgo/libgcc/soft-fp/unordsf2.c
branches/gccgo/libgcc/soft-fp/unordtf2.c
branches/gccgo/libgo/runtime/mheap.c
branches/gccgo/libgo/runtime/proc.c
branches/gccgo/libgomp/ChangeLog
branches/gccgo/libgomp/configure
branches/gccgo/libgomp/configure.ac
branches/gccgo/libgomp/libgomp.spec.in
branches/gccgo/libgomp/libgomp_g.h
branches/gccgo/libgomp/testsuite/lib/libgomp.exp
branches/gccgo/libgomp/testsuite/libgomp.c++/c++.exp
branches/gccgo/libgomp/testsuite/libgomp.c/c.exp
branches/gccgo/libgomp/testsuite/libgomp.fortran/fortran.exp
branches/gccgo/libgomp/testsuite/libgomp.graphite/graphite.exp
branches/gccgo/libjava/classpath/ (props changed)
branches/gccgo/libsanitizer/ChangeLog
branches/gccgo/libsanitizer/sanitizer_common/sanitizer_linux.cc
branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_linux.cc
branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.cc
branches/gccgo/libsanitizer/sanitizer_common/sanitizer_platform_limits_posix.h
Propchange: branches/gccgo/
('svn:mergeinfo' added)
Propchange: branches/gccgo/libjava/classpath/
('svn:mergeinfo' modified)
More information about the Gcc-cvs
mailing list