This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r196108 - in /branches/google/main: ./ ChangeLo...


Author: davidxl
Date: Sun Feb 17 07:55:19 2013
New Revision: 196108

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=196108
Log:
Merged revisions 195901,195904,196012 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/integration

........
  r195901 | dnovillo | 2013-02-08 13:26:22 -0800 (Fri, 08 Feb 2013) | 5 lines
  
  
  Merged revisions 195730-195732,195734-195739,195741-195743,195746-195752,195758-195762,195766,195768,195772,195774,195777,195779-195781,195783-195805,195811-195812,195814-195815,195817-195823,195826,195832,195835-195837,195840-195842,195844-195845,195849-195852,195854-195862,195866-195869,195874,195876-195886,195888,195890-195891,195893,195895-195896 via svnmerge from 
  svn+ssh://gcc.gnu.org/svn/gcc/trunk
........
  r195904 | dnovillo | 2013-02-08 14:54:55 -0800 (Fri, 08 Feb 2013) | 24 lines
  
  
  Merge revision 187577 from branch google/gcc-4_7:
  
  Allow static const floats unless -pedantic is passed.
  
  This patch allows us to migrate to C++11 more incrementally, since we can leave
  the static const float initializations in place, flip the switch, and then
  change it to use constexpr.
  
  This is a forward port of r180638 from google/gcc-4_6 (despite the fact that
  that revision says to NOT forward-port this).  Minor additional fixups have
  been applied.
  
  2012-05-15   Ollie Wild  <aaw@google.com>
  
          * gcc/cp/decl.c (check_static_variable_definition): Only generate a
          constexpr warning when -pedantic is enabled.
          * gcc/testsuite/g++.dg/cpp0x/constexpr-static8.C: Replace -fpermissive
          with -pedantic.
          * gcc/testsuite/g++.dg/cpp0x/constexpr-static8_nonpedantic.C: New test.
          * gcc/testsuite/g++.old-deja/g++.ext/memconst.C: Compile with -pedantic
          -pedantic-errors to work around test failures with -std=gnu++11.
........
  r196012 | dnovillo | 2013-02-13 05:04:53 -0800 (Wed, 13 Feb 2013) | 4 lines
  
  Merged revisions 195897-195898,195900,195902,195909-195910,195913,195915-195918,195920-195922,195925-195927,195930 via svnmerge from 
  svn+ssh://gcc.gnu.org/svn/gcc/trunk
........

Added:
    branches/google/main/contrib/update-copyright.py
      - copied unchanged from r196012, branches/google/integration/contrib/update-copyright.py
    branches/google/main/gcc/config/microblaze/t-microblaze-linux
      - copied unchanged from r196012, branches/google/integration/gcc/config/microblaze/t-microblaze-linux
    branches/google/main/gcc/testsuite/g++.dg/abi/mangle61.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/abi/mangle61.C
    branches/google/main/gcc/testsuite/g++.dg/asan/pr55617.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/asan/pr55617.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-static8_nonpedantic.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/constexpr-static8_nonpedantic.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this7.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-this7.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/sfinae43.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/cpp0x/sfinae43.C
    branches/google/main/gcc/testsuite/g++.dg/cpp1y/auto-fn14.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/cpp1y/auto-fn14.C
    branches/google/main/gcc/testsuite/g++.dg/gomp/pr56217.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/gomp/pr56217.C
    branches/google/main/gcc/testsuite/g++.dg/init/bitfield4.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/init/bitfield4.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/inline-1.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/ipa/inline-1.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/inline-2.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/ipa/inline-2.C
    branches/google/main/gcc/testsuite/g++.dg/ipa/inline-3.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/ipa/inline-3.C
    branches/google/main/gcc/testsuite/g++.dg/parse/crash61.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/parse/crash61.C
    branches/google/main/gcc/testsuite/g++.dg/parse/enum10.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/parse/enum10.C
    branches/google/main/gcc/testsuite/g++.dg/parse/pr56239.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/parse/pr56239.C
    branches/google/main/gcc/testsuite/g++.dg/template/cast2.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/template/cast2.C
    branches/google/main/gcc/testsuite/g++.dg/template/ptrmem23.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/template/ptrmem23.C
    branches/google/main/gcc/testsuite/g++.dg/torture/pr55789.C
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/g++.dg/torture/pr55789.C
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr56205.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr56205.c
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/pr56250.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.c-torture/execute/pr56250.c
    branches/google/main/gcc/testsuite/gcc.dg/debug/dwarf2/pr53948.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/debug/dwarf2/pr53948.c
    branches/google/main/gcc/testsuite/gcc.dg/fixed-point/view-convert-2.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/fixed-point/view-convert-2.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr56154-1.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr56154-1.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr56154-2.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr56154-2.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr56154-3.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr56154-3.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr56154-4.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr56154-4.c
    branches/google/main/gcc/testsuite/gcc.dg/guality/pr56154-aux.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/guality/pr56154-aux.c
    branches/google/main/gcc/testsuite/gcc.dg/pr52448.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/pr52448.c
    branches/google/main/gcc/testsuite/gcc.dg/pr56167.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/pr56167.c
    branches/google/main/gcc/testsuite/gcc.dg/pr56228.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/pr56228.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr56181.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr56181.c
    branches/google/main/gcc/testsuite/gcc.dg/torture/pr56195.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/torture/pr56195.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/tree-ssa/stdarg-6.c
    branches/google/main/gcc/testsuite/gcc.dg/vect/pr53185-2.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.dg/vect/pr53185-2.c
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/builtins-4-roundfx.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/avr/torture/builtins-4-roundfx.c
    branches/google/main/gcc/testsuite/gcc.target/avr/torture/builtins-5-countlsfx.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/avr/torture/builtins-5-countlsfx.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr56225.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/i386/pr56225.c
    branches/google/main/gcc/testsuite/gcc.target/i386/pr56246.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/i386/pr56246.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr54009.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr54009.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/pr56256.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/powerpc/pr56256.c
    branches/google/main/gcc/testsuite/gcc.target/sh/pr54386.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/sh/pr54386.c
    branches/google/main/gcc/testsuite/gcc.target/sh/pr55146.c
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gcc.target/sh/pr55146.c
    branches/google/main/gcc/testsuite/gfortran.dg/array_constructor_41.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/array_constructor_41.f90
    branches/google/main/gcc/testsuite/gfortran.dg/intrinsic_size_4.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/intrinsic_size_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/pr54131.f
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/pr54131.f
    branches/google/main/gcc/testsuite/gfortran.dg/realloc_on_assign_16.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/realloc_on_assign_16.f90
    branches/google/main/gcc/testsuite/gfortran.dg/realloc_on_assign_17.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/realloc_on_assign_17.f90
    branches/google/main/gcc/testsuite/gfortran.dg/recursive_interface_2.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/recursive_interface_2.f90
    branches/google/main/gcc/testsuite/gfortran.dg/typebound_assignment_4.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/typebound_assignment_4.f90
    branches/google/main/gcc/testsuite/gfortran.dg/typebound_operator_19.f90
      - copied unchanged from r196012, branches/google/integration/gcc/testsuite/gfortran.dg/typebound_operator_19.f90
    branches/google/main/libcpp/po/eo.po
      - copied unchanged from r196012, branches/google/integration/libcpp/po/eo.po
    branches/google/main/libgcc/config/avr/lib2-object.mk
      - copied unchanged from r196012, branches/google/integration/libgcc/config/avr/lib2-object.mk
    branches/google/main/libgcc/config/avr/lib2funcs.c
      - copied unchanged from r196012, branches/google/integration/libgcc/config/avr/lib2funcs.c
    branches/google/main/libgomp/testsuite/libgomp.c++/pr56217.C
      - copied unchanged from r196012, branches/google/integration/libgomp/testsuite/libgomp.c++/pr56217.C
    branches/google/main/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc
      - copied unchanged from r196012, branches/google/integration/libstdc++-v3/testsuite/27_io/basic_ios/pr56193.cc
    branches/google/main/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/pr56216.cc
      - copied unchanged from r196012, branches/google/integration/libstdc++-v3/testsuite/tr1/5_numerical_facilities/special_functions/08_cyl_bessel_i/pr56216.cc
Modified:
    branches/google/main/   (props changed)
    branches/google/main/ChangeLog
    branches/google/main/MAINTAINERS
    branches/google/main/configure
    branches/google/main/configure.ac
    branches/google/main/contrib/ChangeLog
    branches/google/main/contrib/testsuite-management/validate_failures.py
    branches/google/main/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
    branches/google/main/gcc/   (props changed)
    branches/google/main/gcc/ChangeLog
    branches/google/main/gcc/DATESTAMP
    branches/google/main/gcc/Makefile.in
    branches/google/main/gcc/ada/ChangeLog
    branches/google/main/gcc/ada/adaint.c
    branches/google/main/gcc/ada/checks.adb
    branches/google/main/gcc/ada/clean.adb
    branches/google/main/gcc/ada/comperr.ads
    branches/google/main/gcc/ada/einfo.adb
    branches/google/main/gcc/ada/einfo.ads
    branches/google/main/gcc/ada/erroutc.adb
    branches/google/main/gcc/ada/exp_attr.adb
    branches/google/main/gcc/ada/exp_ch4.adb
    branches/google/main/gcc/ada/exp_ch5.adb
    branches/google/main/gcc/ada/exp_ch6.adb
    branches/google/main/gcc/ada/exp_disp.adb
    branches/google/main/gcc/ada/exp_dist.adb
    branches/google/main/gcc/ada/exp_intr.adb
    branches/google/main/gcc/ada/exp_prag.adb
    branches/google/main/gcc/ada/exp_util.adb
    branches/google/main/gcc/ada/exp_util.ads
    branches/google/main/gcc/ada/gcc-interface/Make-lang.in
    branches/google/main/gcc/ada/gcc-interface/Makefile.in
    branches/google/main/gcc/ada/gcc-interface/ada-tree.h
    branches/google/main/gcc/ada/gnat_rm.texi
    branches/google/main/gcc/ada/gnat_ugn.texi
    branches/google/main/gcc/ada/init.c
    branches/google/main/gcc/ada/initialize.c
    branches/google/main/gcc/ada/make.adb
    branches/google/main/gcc/ada/makeutl.adb
    branches/google/main/gcc/ada/opt.ads
    branches/google/main/gcc/ada/osint.ads
    branches/google/main/gcc/ada/par-prag.adb
    branches/google/main/gcc/ada/prj-conf.adb
    branches/google/main/gcc/ada/prj-conf.ads
    branches/google/main/gcc/ada/prj-proc.adb
    branches/google/main/gcc/ada/raise-gcc.c
    branches/google/main/gcc/ada/rtsfind.adb
    branches/google/main/gcc/ada/s-dim.ads
    branches/google/main/gcc/ada/s-multip.adb
    branches/google/main/gcc/ada/s-os_lib.adb
    branches/google/main/gcc/ada/s-osprim-mingw.adb
    branches/google/main/gcc/ada/s-tasloc.ads
    branches/google/main/gcc/ada/seh_init.c
    branches/google/main/gcc/ada/sem_attr.adb
    branches/google/main/gcc/ada/sem_ch10.adb
    branches/google/main/gcc/ada/sem_ch12.adb
    branches/google/main/gcc/ada/sem_ch13.adb
    branches/google/main/gcc/ada/sem_ch3.adb
    branches/google/main/gcc/ada/sem_ch6.adb
    branches/google/main/gcc/ada/sem_ch8.adb
    branches/google/main/gcc/ada/sem_prag.adb
    branches/google/main/gcc/ada/sem_res.adb
    branches/google/main/gcc/ada/sem_util.adb
    branches/google/main/gcc/ada/snames.ads-tmpl
    branches/google/main/gcc/ada/sprint.adb
    branches/google/main/gcc/ada/targparm.ads
    branches/google/main/gcc/ada/ug_words
    branches/google/main/gcc/c-family/ChangeLog
    branches/google/main/gcc/c-family/c-common.c
    branches/google/main/gcc/cfgloop.c
    branches/google/main/gcc/cfgloop.h
    branches/google/main/gcc/cfgloopmanip.c
    branches/google/main/gcc/cfgrtl.c
    branches/google/main/gcc/cgraphclones.c
    branches/google/main/gcc/collect2.c
    branches/google/main/gcc/config.gcc
    branches/google/main/gcc/config/avr/avr-c.c
    branches/google/main/gcc/config/avr/avr-fixed.md
    branches/google/main/gcc/config/avr/avr.c
    branches/google/main/gcc/config/avr/avr.md
    branches/google/main/gcc/config/avr/builtins.def
    branches/google/main/gcc/config/avr/stdfix.h
    branches/google/main/gcc/config/darwin.c
    branches/google/main/gcc/config/gnu-user.h
    branches/google/main/gcc/config/gnu.h
    branches/google/main/gcc/config/i386/gnu-user.h
    branches/google/main/gcc/config/i386/gnu-user64.h
    branches/google/main/gcc/config/i386/i386.c
    branches/google/main/gcc/config/i386/sse.md
    branches/google/main/gcc/config/microblaze/linux.h
    branches/google/main/gcc/config/microblaze/microblaze-c.c
    branches/google/main/gcc/config/microblaze/microblaze.h
    branches/google/main/gcc/config/microblaze/microblaze.md
    branches/google/main/gcc/config/microblaze/microblaze.opt
    branches/google/main/gcc/config/microblaze/t-microblaze
    branches/google/main/gcc/config/rs6000/aix61.h
    branches/google/main/gcc/config/rs6000/rs6000.c
    branches/google/main/gcc/config/rs6000/rs6000.h
    branches/google/main/gcc/config/rs6000/rs6000.md
    branches/google/main/gcc/cp/ChangeLog
    branches/google/main/gcc/cp/cp-tree.h
    branches/google/main/gcc/cp/decl.c
    branches/google/main/gcc/cp/init.c
    branches/google/main/gcc/cp/method.c
    branches/google/main/gcc/cp/parser.c
    branches/google/main/gcc/cp/pt.c
    branches/google/main/gcc/cp/tree.c
    branches/google/main/gcc/cse.c
    branches/google/main/gcc/doc/install.texi
    branches/google/main/gcc/dwarf2out.c
    branches/google/main/gcc/emit-rtl.c
    branches/google/main/gcc/fixed-value.c
    branches/google/main/gcc/fixed-value.h
    branches/google/main/gcc/fold-const.c
    branches/google/main/gcc/fortran/ChangeLog
    branches/google/main/gcc/fortran/check.c
    branches/google/main/gcc/fortran/gfortran.texi
    branches/google/main/gcc/fortran/resolve.c
    branches/google/main/gcc/fortran/trans-array.c
    branches/google/main/gcc/fortran/trans-types.c
    branches/google/main/gcc/fwprop.c
    branches/google/main/gcc/gcc.c
    branches/google/main/gcc/ggc-page.c
    branches/google/main/gcc/go/gofrontend/import-archive.cc
    branches/google/main/gcc/ipa-pure-const.c
    branches/google/main/gcc/ira-build.c
    branches/google/main/gcc/ira-conflicts.c
    branches/google/main/gcc/ira-emit.c
    branches/google/main/gcc/ira-int.h
    branches/google/main/gcc/ira.c
    branches/google/main/gcc/loop-init.c
    branches/google/main/gcc/lra-constraints.c
    branches/google/main/gcc/lra.c
    branches/google/main/gcc/lto-streamer-in.c
    branches/google/main/gcc/lto-streamer-out.c
    branches/google/main/gcc/lto-streamer.h
    branches/google/main/gcc/lto/ChangeLog
    branches/google/main/gcc/lto/lto-lang.c
    branches/google/main/gcc/lto/lto.c
    branches/google/main/gcc/omp-low.c
    branches/google/main/gcc/params.def
    branches/google/main/gcc/regs.h
    branches/google/main/gcc/testsuite/ChangeLog
    branches/google/main/gcc/testsuite/g++.dg/asan/asan_test.C
    branches/google/main/gcc/testsuite/g++.dg/asan/interception-failure-test-1.C
    branches/google/main/gcc/testsuite/g++.dg/asan/interception-malloc-test-1.C
    branches/google/main/gcc/testsuite/g++.dg/asan/interception-test-1.C
    branches/google/main/gcc/testsuite/g++.dg/cpp0x/constexpr-static8.C
    branches/google/main/gcc/testsuite/g++.dg/debug/dwarf2/thunk1.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/inline-1.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/inline-2.C
    branches/google/main/gcc/testsuite/g++.dg/tree-ssa/inline-3.C
    branches/google/main/gcc/testsuite/g++.old-deja/g++.ext/memconst.C
    branches/google/main/gcc/testsuite/gcc.c-torture/execute/20101011-1.c
    branches/google/main/gcc/testsuite/gcc.dg/tree-ssa/inline-3.c
    branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/main/gcc/testsuite/gcc.target/powerpc/vsx-mass-1.c
    branches/google/main/gcc/testsuite/gfortran.dg/class_optional_2.f90
    branches/google/main/gcc/testsuite/lib/go.exp
    branches/google/main/gcc/tracer.c
    branches/google/main/gcc/tree-ssa-phiopt.c
    branches/google/main/gcc/tree-stdarg.c
    branches/google/main/gcc/tree-tailcall.c
    branches/google/main/gcc/tree-vect-data-refs.c
    branches/google/main/gcc/tree-vect-stmts.c
    branches/google/main/gcc/tree-vectorizer.h
    branches/google/main/gcc/tree.h
    branches/google/main/gcc/var-tracking.c
    branches/google/main/libcpp/po/ChangeLog
    branches/google/main/libdecnumber/ChangeLog
    branches/google/main/libdecnumber/Makefile.in
    branches/google/main/libdecnumber/bid/bid-dpd.h
    branches/google/main/libdecnumber/bid/bid2dpd_dpd2bid.c
    branches/google/main/libdecnumber/bid/bid2dpd_dpd2bid.h
    branches/google/main/libdecnumber/bid/decimal128.c
    branches/google/main/libdecnumber/bid/decimal32.c
    branches/google/main/libdecnumber/bid/decimal64.c
    branches/google/main/libdecnumber/bid/host-ieee128.c
    branches/google/main/libdecnumber/bid/host-ieee32.c
    branches/google/main/libdecnumber/bid/host-ieee64.c
    branches/google/main/libdecnumber/configure.ac
    branches/google/main/libdecnumber/dconfig.h
    branches/google/main/libdecnumber/decBasic.c
    branches/google/main/libdecnumber/decCommon.c
    branches/google/main/libdecnumber/decContext.c
    branches/google/main/libdecnumber/decContext.h
    branches/google/main/libdecnumber/decDPD.h
    branches/google/main/libdecnumber/decDouble.c
    branches/google/main/libdecnumber/decDouble.h
    branches/google/main/libdecnumber/decExcept.c
    branches/google/main/libdecnumber/decExcept.h
    branches/google/main/libdecnumber/decLibrary.c
    branches/google/main/libdecnumber/decNumber.c
    branches/google/main/libdecnumber/decNumber.h
    branches/google/main/libdecnumber/decNumberLocal.h
    branches/google/main/libdecnumber/decPacked.c
    branches/google/main/libdecnumber/decPacked.h
    branches/google/main/libdecnumber/decQuad.c
    branches/google/main/libdecnumber/decQuad.h
    branches/google/main/libdecnumber/decRound.c
    branches/google/main/libdecnumber/decRound.h
    branches/google/main/libdecnumber/decSingle.c
    branches/google/main/libdecnumber/decSingle.h
    branches/google/main/libdecnumber/dpd/decimal128.c
    branches/google/main/libdecnumber/dpd/decimal128.h
    branches/google/main/libdecnumber/dpd/decimal128Local.h
    branches/google/main/libdecnumber/dpd/decimal32.c
    branches/google/main/libdecnumber/dpd/decimal32.h
    branches/google/main/libdecnumber/dpd/decimal64.c
    branches/google/main/libdecnumber/dpd/decimal64.h
    branches/google/main/libffi/ChangeLog
    branches/google/main/libffi/src/powerpc/ffi.c
    branches/google/main/libgcc/ChangeLog
    branches/google/main/libgcc/Makefile.in
    branches/google/main/libgcc/config.host
    branches/google/main/libgcc/config/aarch64/crti.S
    branches/google/main/libgcc/config/aarch64/crtn.S
    branches/google/main/libgcc/config/aarch64/linux-unwind.h
    branches/google/main/libgcc/config/aarch64/sfp-exceptions.c
    branches/google/main/libgcc/config/aarch64/sfp-machine.h
    branches/google/main/libgcc/config/aarch64/sync-cache.c
    branches/google/main/libgcc/config/aarch64/t-aarch64
    branches/google/main/libgcc/config/alpha/crtfastmath.c
    branches/google/main/libgcc/config/alpha/libgcc-alpha-ldbl.ver
    branches/google/main/libgcc/config/alpha/linux-unwind.h
    branches/google/main/libgcc/config/alpha/qrnnd.S
    branches/google/main/libgcc/config/alpha/vms-dwarf2.S
    branches/google/main/libgcc/config/alpha/vms-dwarf2eh.S
    branches/google/main/libgcc/config/alpha/vms-gcc_shell_handler.c
    branches/google/main/libgcc/config/alpha/vms-unwind.h
    branches/google/main/libgcc/config/arm/bpabi-lib.h
    branches/google/main/libgcc/config/arm/bpabi-v6m.S
    branches/google/main/libgcc/config/arm/bpabi.S
    branches/google/main/libgcc/config/arm/bpabi.c
    branches/google/main/libgcc/config/arm/crti.S
    branches/google/main/libgcc/config/arm/crtn.S
    branches/google/main/libgcc/config/arm/fp16.c
    branches/google/main/libgcc/config/arm/ieee754-df.S
    branches/google/main/libgcc/config/arm/ieee754-sf.S
    branches/google/main/libgcc/config/arm/lib1funcs.S
    branches/google/main/libgcc/config/arm/libgcc-bpabi.ver
    branches/google/main/libgcc/config/arm/libunwind.S
    branches/google/main/libgcc/config/arm/linux-atomic-64bit.c
    branches/google/main/libgcc/config/arm/linux-atomic.c
    branches/google/main/libgcc/config/arm/pr-support.c
    branches/google/main/libgcc/config/arm/symbian-lib.h
    branches/google/main/libgcc/config/arm/unaligned-funcs.c
    branches/google/main/libgcc/config/arm/unwind-arm.c
    branches/google/main/libgcc/config/arm/unwind-arm.h
    branches/google/main/libgcc/config/avr/lib1funcs-fixed.S
    branches/google/main/libgcc/config/avr/lib1funcs.S
    branches/google/main/libgcc/config/avr/t-avr
    branches/google/main/libgcc/config/bfin/crti.S
    branches/google/main/libgcc/config/bfin/crtlibid.S
    branches/google/main/libgcc/config/bfin/crtn.S
    branches/google/main/libgcc/config/bfin/lib1funcs.S
    branches/google/main/libgcc/config/bfin/libgcc-glibc.ver
    branches/google/main/libgcc/config/bfin/linux-unwind.h
    branches/google/main/libgcc/config/c6x/c6x-abi.h
    branches/google/main/libgcc/config/c6x/crti.S
    branches/google/main/libgcc/config/c6x/crtn.S
    branches/google/main/libgcc/config/c6x/eqd.c
    branches/google/main/libgcc/config/c6x/eqf.c
    branches/google/main/libgcc/config/c6x/ged.c
    branches/google/main/libgcc/config/c6x/gef.c
    branches/google/main/libgcc/config/c6x/gtd.c
    branches/google/main/libgcc/config/c6x/gtf.c
    branches/google/main/libgcc/config/c6x/led.c
    branches/google/main/libgcc/config/c6x/lef.c
    branches/google/main/libgcc/config/c6x/lib1funcs.S
    branches/google/main/libgcc/config/c6x/libgcc-eabi.ver
    branches/google/main/libgcc/config/c6x/ltd.c
    branches/google/main/libgcc/config/c6x/ltf.c
    branches/google/main/libgcc/config/c6x/pr-support.c
    branches/google/main/libgcc/config/c6x/sfp-machine.h
    branches/google/main/libgcc/config/c6x/unwind-c6x.c
    branches/google/main/libgcc/config/c6x/unwind-c6x.h
    branches/google/main/libgcc/config/cr16/crti.S
    branches/google/main/libgcc/config/cr16/crtlibid.S
    branches/google/main/libgcc/config/cr16/crtn.S
    branches/google/main/libgcc/config/cr16/divmodhi3.c
    branches/google/main/libgcc/config/cr16/lib1funcs.S
    branches/google/main/libgcc/config/cr16/t-cr16
    branches/google/main/libgcc/config/cr16/t-crtlibid
    branches/google/main/libgcc/config/cr16/unwind-cr16.c
    branches/google/main/libgcc/config/cr16/unwind-dw2.h
    branches/google/main/libgcc/config/cris/arit.c
    branches/google/main/libgcc/config/cris/mulsi3.S
    branches/google/main/libgcc/config/darwin-64.c
    branches/google/main/libgcc/config/darwin-crt-tm.c
    branches/google/main/libgcc/config/darwin-crt3.c
    branches/google/main/libgcc/config/epiphany/crti.S
    branches/google/main/libgcc/config/epiphany/crtint.S
    branches/google/main/libgcc/config/epiphany/crtm1reg-r43.S
    branches/google/main/libgcc/config/epiphany/crtm1reg-r63.S
    branches/google/main/libgcc/config/epiphany/crtn.S
    branches/google/main/libgcc/config/epiphany/crtrunc.S
    branches/google/main/libgcc/config/epiphany/divsi3-float.S
    branches/google/main/libgcc/config/epiphany/divsi3.S
    branches/google/main/libgcc/config/epiphany/divsi3.c
    branches/google/main/libgcc/config/epiphany/epiphany-asm.h
    branches/google/main/libgcc/config/epiphany/ieee-754/eqsf2.S
    branches/google/main/libgcc/config/epiphany/ieee-754/fast_div.S
    branches/google/main/libgcc/config/epiphany/ieee-754/gtesf2.S
    branches/google/main/libgcc/config/epiphany/ieee-754/ordsf2.S
    branches/google/main/libgcc/config/epiphany/ieee-754/uneqsf2.S
    branches/google/main/libgcc/config/epiphany/modsi3-float.S
    branches/google/main/libgcc/config/epiphany/modsi3.S
    branches/google/main/libgcc/config/epiphany/modsi3.c
    branches/google/main/libgcc/config/epiphany/mulsi3.c
    branches/google/main/libgcc/config/epiphany/t-epiphany
    branches/google/main/libgcc/config/epiphany/udivsi3-float.S
    branches/google/main/libgcc/config/epiphany/udivsi3-float.c
    branches/google/main/libgcc/config/epiphany/udivsi3.S
    branches/google/main/libgcc/config/epiphany/udivsi3.c
    branches/google/main/libgcc/config/epiphany/umodsi3-float.S
    branches/google/main/libgcc/config/epiphany/umodsi3.S
    branches/google/main/libgcc/config/epiphany/umodsi3.c
    branches/google/main/libgcc/config/fr30/crti.S
    branches/google/main/libgcc/config/fr30/crtn.S
    branches/google/main/libgcc/config/fr30/lib1funcs.S
    branches/google/main/libgcc/config/frv/cmovd.c
    branches/google/main/libgcc/config/frv/cmovh.c
    branches/google/main/libgcc/config/frv/cmovw.c
    branches/google/main/libgcc/config/frv/frv-abi.h
    branches/google/main/libgcc/config/frv/frvbegin.c
    branches/google/main/libgcc/config/frv/frvend.c
    branches/google/main/libgcc/config/frv/lib1funcs.S
    branches/google/main/libgcc/config/frv/libgcc-glibc.ver
    branches/google/main/libgcc/config/gthr-lynx.h
    branches/google/main/libgcc/config/gthr-rtems.h
    branches/google/main/libgcc/config/gthr-vxworks.h
    branches/google/main/libgcc/config/h8300/clzhi2.c
    branches/google/main/libgcc/config/h8300/crti.S
    branches/google/main/libgcc/config/h8300/crtn.S
    branches/google/main/libgcc/config/h8300/ctzhi2.c
    branches/google/main/libgcc/config/h8300/fixunssfsi.c
    branches/google/main/libgcc/config/h8300/lib1funcs.S
    branches/google/main/libgcc/config/h8300/parityhi2.c
    branches/google/main/libgcc/config/h8300/popcounthi2.c
    branches/google/main/libgcc/config/i386/32/tf-signs.c
    branches/google/main/libgcc/config/i386/cpuinfo.c
    branches/google/main/libgcc/config/i386/crtfastmath.c
    branches/google/main/libgcc/config/i386/crti.S
    branches/google/main/libgcc/config/i386/crtn.S
    branches/google/main/libgcc/config/i386/crtprec.c
    branches/google/main/libgcc/config/i386/cygming-crtbegin.c
    branches/google/main/libgcc/config/i386/cygming-crtend.c
    branches/google/main/libgcc/config/i386/cygwin.S
    branches/google/main/libgcc/config/i386/darwin-lib.h
    branches/google/main/libgcc/config/i386/enable-execute-stack-mingw32.c
    branches/google/main/libgcc/config/i386/gthr-win32.c
    branches/google/main/libgcc/config/i386/gthr-win32.h
    branches/google/main/libgcc/config/i386/libgcc-bsd.ver
    branches/google/main/libgcc/config/i386/libgcc-cygming.ver
    branches/google/main/libgcc/config/i386/libgcc-darwin.10.4.ver
    branches/google/main/libgcc/config/i386/libgcc-darwin.10.5.ver
    branches/google/main/libgcc/config/i386/libgcc-glibc.ver
    branches/google/main/libgcc/config/i386/libgcc-sol2.ver
    branches/google/main/libgcc/config/i386/linux-unwind.h
    branches/google/main/libgcc/config/i386/morestack.S
    branches/google/main/libgcc/config/i386/sfp-exceptions.c
    branches/google/main/libgcc/config/i386/sol2-c1.S
    branches/google/main/libgcc/config/i386/sol2-unwind.h
    branches/google/main/libgcc/config/i386/value-unwind.h
    branches/google/main/libgcc/config/i386/w32-unwind.h
    branches/google/main/libgcc/config/ia64/crtbegin.S
    branches/google/main/libgcc/config/ia64/crtend.S
    branches/google/main/libgcc/config/ia64/crtfastmath.c
    branches/google/main/libgcc/config/ia64/crti.S
    branches/google/main/libgcc/config/ia64/crtn.S
    branches/google/main/libgcc/config/ia64/fde-glibc.c
    branches/google/main/libgcc/config/ia64/fde-vms.c
    branches/google/main/libgcc/config/ia64/lib1funcs.S
    branches/google/main/libgcc/config/ia64/libgcc-glibc.ver
    branches/google/main/libgcc/config/ia64/libgcc-ia64.ver
    branches/google/main/libgcc/config/ia64/linux-unwind.h
    branches/google/main/libgcc/config/ia64/quadlib.c
    branches/google/main/libgcc/config/ia64/sfp-exceptions.c
    branches/google/main/libgcc/config/ia64/tf-signs.c
    branches/google/main/libgcc/config/ia64/unwind-ia64.c
    branches/google/main/libgcc/config/ia64/unwind-ia64.h
    branches/google/main/libgcc/config/ia64/vms-crtinit.S
    branches/google/main/libgcc/config/ia64/vms-unwind.h
    branches/google/main/libgcc/config/iq2000/lib2funcs.c
    branches/google/main/libgcc/config/libbid/_addsub_dd.c
    branches/google/main/libgcc/config/libbid/_addsub_sd.c
    branches/google/main/libgcc/config/libbid/_addsub_td.c
    branches/google/main/libgcc/config/libbid/_dd_to_df.c
    branches/google/main/libgcc/config/libbid/_dd_to_di.c
    branches/google/main/libgcc/config/libbid/_dd_to_sd.c
    branches/google/main/libgcc/config/libbid/_dd_to_sf.c
    branches/google/main/libgcc/config/libbid/_dd_to_si.c
    branches/google/main/libgcc/config/libbid/_dd_to_td.c
    branches/google/main/libgcc/config/libbid/_dd_to_tf.c
    branches/google/main/libgcc/config/libbid/_dd_to_udi.c
    branches/google/main/libgcc/config/libbid/_dd_to_usi.c
    branches/google/main/libgcc/config/libbid/_dd_to_xf.c
    branches/google/main/libgcc/config/libbid/_df_to_dd.c
    branches/google/main/libgcc/config/libbid/_df_to_sd.c
    branches/google/main/libgcc/config/libbid/_df_to_td.c
    branches/google/main/libgcc/config/libbid/_di_to_dd.c
    branches/google/main/libgcc/config/libbid/_di_to_sd.c
    branches/google/main/libgcc/config/libbid/_di_to_td.c
    branches/google/main/libgcc/config/libbid/_div_dd.c
    branches/google/main/libgcc/config/libbid/_div_sd.c
    branches/google/main/libgcc/config/libbid/_div_td.c
    branches/google/main/libgcc/config/libbid/_eq_dd.c
    branches/google/main/libgcc/config/libbid/_eq_sd.c
    branches/google/main/libgcc/config/libbid/_eq_td.c
    branches/google/main/libgcc/config/libbid/_ge_dd.c
    branches/google/main/libgcc/config/libbid/_ge_sd.c
    branches/google/main/libgcc/config/libbid/_ge_td.c
    branches/google/main/libgcc/config/libbid/_gt_dd.c
    branches/google/main/libgcc/config/libbid/_gt_sd.c
    branches/google/main/libgcc/config/libbid/_gt_td.c
    branches/google/main/libgcc/config/libbid/_isinfd128.c
    branches/google/main/libgcc/config/libbid/_isinfd32.c
    branches/google/main/libgcc/config/libbid/_isinfd64.c
    branches/google/main/libgcc/config/libbid/_le_dd.c
    branches/google/main/libgcc/config/libbid/_le_sd.c
    branches/google/main/libgcc/config/libbid/_le_td.c
    branches/google/main/libgcc/config/libbid/_lt_dd.c
    branches/google/main/libgcc/config/libbid/_lt_sd.c
    branches/google/main/libgcc/config/libbid/_lt_td.c
    branches/google/main/libgcc/config/libbid/_mul_dd.c
    branches/google/main/libgcc/config/libbid/_mul_sd.c
    branches/google/main/libgcc/config/libbid/_mul_td.c
    branches/google/main/libgcc/config/libbid/_ne_dd.c
    branches/google/main/libgcc/config/libbid/_ne_sd.c
    branches/google/main/libgcc/config/libbid/_ne_td.c
    branches/google/main/libgcc/config/libbid/_sd_to_dd.c
    branches/google/main/libgcc/config/libbid/_sd_to_df.c
    branches/google/main/libgcc/config/libbid/_sd_to_di.c
    branches/google/main/libgcc/config/libbid/_sd_to_sf.c
    branches/google/main/libgcc/config/libbid/_sd_to_si.c
    branches/google/main/libgcc/config/libbid/_sd_to_td.c
    branches/google/main/libgcc/config/libbid/_sd_to_tf.c
    branches/google/main/libgcc/config/libbid/_sd_to_udi.c
    branches/google/main/libgcc/config/libbid/_sd_to_usi.c
    branches/google/main/libgcc/config/libbid/_sd_to_xf.c
    branches/google/main/libgcc/config/libbid/_sf_to_dd.c
    branches/google/main/libgcc/config/libbid/_sf_to_sd.c
    branches/google/main/libgcc/config/libbid/_sf_to_td.c
    branches/google/main/libgcc/config/libbid/_si_to_dd.c
    branches/google/main/libgcc/config/libbid/_si_to_sd.c
    branches/google/main/libgcc/config/libbid/_si_to_td.c
    branches/google/main/libgcc/config/libbid/_td_to_dd.c
    branches/google/main/libgcc/config/libbid/_td_to_df.c
    branches/google/main/libgcc/config/libbid/_td_to_di.c
    branches/google/main/libgcc/config/libbid/_td_to_sd.c
    branches/google/main/libgcc/config/libbid/_td_to_sf.c
    branches/google/main/libgcc/config/libbid/_td_to_si.c
    branches/google/main/libgcc/config/libbid/_td_to_tf.c
    branches/google/main/libgcc/config/libbid/_td_to_udi.c
    branches/google/main/libgcc/config/libbid/_td_to_usi.c
    branches/google/main/libgcc/config/libbid/_td_to_xf.c
    branches/google/main/libgcc/config/libbid/_tf_to_dd.c
    branches/google/main/libgcc/config/libbid/_tf_to_sd.c
    branches/google/main/libgcc/config/libbid/_tf_to_td.c
    branches/google/main/libgcc/config/libbid/_udi_to_dd.c
    branches/google/main/libgcc/config/libbid/_udi_to_sd.c
    branches/google/main/libgcc/config/libbid/_udi_to_td.c
    branches/google/main/libgcc/config/libbid/_unord_dd.c
    branches/google/main/libgcc/config/libbid/_unord_sd.c
    branches/google/main/libgcc/config/libbid/_unord_td.c
    branches/google/main/libgcc/config/libbid/_usi_to_dd.c
    branches/google/main/libgcc/config/libbid/_usi_to_sd.c
    branches/google/main/libgcc/config/libbid/_usi_to_td.c
    branches/google/main/libgcc/config/libbid/_xf_to_dd.c
    branches/google/main/libgcc/config/libbid/_xf_to_sd.c
    branches/google/main/libgcc/config/libbid/_xf_to_td.c
    branches/google/main/libgcc/config/libbid/bid128.c
    branches/google/main/libgcc/config/libbid/bid128_2_str.h
    branches/google/main/libgcc/config/libbid/bid128_2_str_macros.h
    branches/google/main/libgcc/config/libbid/bid128_2_str_tables.c
    branches/google/main/libgcc/config/libbid/bid128_add.c
    branches/google/main/libgcc/config/libbid/bid128_compare.c
    branches/google/main/libgcc/config/libbid/bid128_div.c
    branches/google/main/libgcc/config/libbid/bid128_fma.c
    branches/google/main/libgcc/config/libbid/bid128_logb.c
    branches/google/main/libgcc/config/libbid/bid128_minmax.c
    branches/google/main/libgcc/config/libbid/bid128_mul.c
    branches/google/main/libgcc/config/libbid/bid128_next.c
    branches/google/main/libgcc/config/libbid/bid128_noncomp.c
    branches/google/main/libgcc/config/libbid/bid128_quantize.c
    branches/google/main/libgcc/config/libbid/bid128_rem.c
    branches/google/main/libgcc/config/libbid/bid128_round_integral.c
    branches/google/main/libgcc/config/libbid/bid128_scalb.c
    branches/google/main/libgcc/config/libbid/bid128_sqrt.c
    branches/google/main/libgcc/config/libbid/bid128_string.c
    branches/google/main/libgcc/config/libbid/bid128_to_int16.c
    branches/google/main/libgcc/config/libbid/bid128_to_int32.c
    branches/google/main/libgcc/config/libbid/bid128_to_int64.c
    branches/google/main/libgcc/config/libbid/bid128_to_int8.c
    branches/google/main/libgcc/config/libbid/bid128_to_uint16.c
    branches/google/main/libgcc/config/libbid/bid128_to_uint32.c
    branches/google/main/libgcc/config/libbid/bid128_to_uint64.c
    branches/google/main/libgcc/config/libbid/bid128_to_uint8.c
    branches/google/main/libgcc/config/libbid/bid32_to_bid128.c
    branches/google/main/libgcc/config/libbid/bid32_to_bid64.c
    branches/google/main/libgcc/config/libbid/bid64_add.c
    branches/google/main/libgcc/config/libbid/bid64_compare.c
    branches/google/main/libgcc/config/libbid/bid64_div.c
    branches/google/main/libgcc/config/libbid/bid64_fma.c
    branches/google/main/libgcc/config/libbid/bid64_logb.c
    branches/google/main/libgcc/config/libbid/bid64_minmax.c
    branches/google/main/libgcc/config/libbid/bid64_mul.c
    branches/google/main/libgcc/config/libbid/bid64_next.c
    branches/google/main/libgcc/config/libbid/bid64_noncomp.c
    branches/google/main/libgcc/config/libbid/bid64_quantize.c
    branches/google/main/libgcc/config/libbid/bid64_rem.c
    branches/google/main/libgcc/config/libbid/bid64_round_integral.c
    branches/google/main/libgcc/config/libbid/bid64_scalb.c
    branches/google/main/libgcc/config/libbid/bid64_sqrt.c
    branches/google/main/libgcc/config/libbid/bid64_string.c
    branches/google/main/libgcc/config/libbid/bid64_to_bid128.c
    branches/google/main/libgcc/config/libbid/bid64_to_int16.c
    branches/google/main/libgcc/config/libbid/bid64_to_int32.c
    branches/google/main/libgcc/config/libbid/bid64_to_int64.c
    branches/google/main/libgcc/config/libbid/bid64_to_int8.c
    branches/google/main/libgcc/config/libbid/bid64_to_uint16.c
    branches/google/main/libgcc/config/libbid/bid64_to_uint32.c
    branches/google/main/libgcc/config/libbid/bid64_to_uint64.c
    branches/google/main/libgcc/config/libbid/bid64_to_uint8.c
    branches/google/main/libgcc/config/libbid/bid_b2d.h
    branches/google/main/libgcc/config/libbid/bid_binarydecimal.c
    branches/google/main/libgcc/config/libbid/bid_conf.h
    branches/google/main/libgcc/config/libbid/bid_convert_data.c
    branches/google/main/libgcc/config/libbid/bid_decimal_data.c
    branches/google/main/libgcc/config/libbid/bid_decimal_globals.c
    branches/google/main/libgcc/config/libbid/bid_div_macros.h
    branches/google/main/libgcc/config/libbid/bid_dpd.c
    branches/google/main/libgcc/config/libbid/bid_flag_operations.c
    branches/google/main/libgcc/config/libbid/bid_from_int.c
    branches/google/main/libgcc/config/libbid/bid_functions.h
    branches/google/main/libgcc/config/libbid/bid_gcc_intrinsics.h
    branches/google/main/libgcc/config/libbid/bid_inline_add.h
    branches/google/main/libgcc/config/libbid/bid_internal.h
    branches/google/main/libgcc/config/libbid/bid_round.c
    branches/google/main/libgcc/config/libbid/bid_sqrt_macros.h
    branches/google/main/libgcc/config/libgcc-glibc.ver
    branches/google/main/libgcc/config/lm32/_ashlsi3.S
    branches/google/main/libgcc/config/lm32/_ashrsi3.S
    branches/google/main/libgcc/config/lm32/_divsi3.c
    branches/google/main/libgcc/config/lm32/_lshrsi3.S
    branches/google/main/libgcc/config/lm32/_modsi3.c
    branches/google/main/libgcc/config/lm32/_mulsi3.c
    branches/google/main/libgcc/config/lm32/_udivmodsi4.c
    branches/google/main/libgcc/config/lm32/_udivsi3.c
    branches/google/main/libgcc/config/lm32/_umodsi3.c
    branches/google/main/libgcc/config/lm32/crti.S
    branches/google/main/libgcc/config/lm32/crtn.S
    branches/google/main/libgcc/config/lm32/libgcc_lm32.h
    branches/google/main/libgcc/config/m32c/lib1funcs.S
    branches/google/main/libgcc/config/m32c/lib2funcs.c
    branches/google/main/libgcc/config/m32c/trapv.c
    branches/google/main/libgcc/config/m32r/initfini.c
    branches/google/main/libgcc/config/m32r/libgcc-glibc.ver
    branches/google/main/libgcc/config/m68k/crti.S
    branches/google/main/libgcc/config/m68k/crtn.S
    branches/google/main/libgcc/config/m68k/lb1sf68.S
    branches/google/main/libgcc/config/m68k/linux-atomic.c
    branches/google/main/libgcc/config/m68k/linux-unwind.h
    branches/google/main/libgcc/config/mcore/crti.S
    branches/google/main/libgcc/config/mcore/crtn.S
    branches/google/main/libgcc/config/mcore/lib1funcs.S
    branches/google/main/libgcc/config/mep/lib1funcs.S
    branches/google/main/libgcc/config/mep/lib2funcs.c
    branches/google/main/libgcc/config/mep/tramp.c
    branches/google/main/libgcc/config/microblaze/crti.S
    branches/google/main/libgcc/config/microblaze/crtn.S
    branches/google/main/libgcc/config/microblaze/divsi3.S
    branches/google/main/libgcc/config/microblaze/divsi3_table.c
    branches/google/main/libgcc/config/microblaze/moddi3.S
    branches/google/main/libgcc/config/microblaze/modsi3.S
    branches/google/main/libgcc/config/microblaze/muldi3_hard.S
    branches/google/main/libgcc/config/microblaze/mulsi3.S
    branches/google/main/libgcc/config/microblaze/stack_overflow_exit.S
    branches/google/main/libgcc/config/microblaze/udivsi3.S
    branches/google/main/libgcc/config/microblaze/umodsi3.S
    branches/google/main/libgcc/config/mips/crtfastmath.c
    branches/google/main/libgcc/config/mips/crti.S
    branches/google/main/libgcc/config/mips/crtn.S
    branches/google/main/libgcc/config/mips/gthr-mipssde.h
    branches/google/main/libgcc/config/mips/libgcc-mips16.ver
    branches/google/main/libgcc/config/mips/linux-unwind.h
    branches/google/main/libgcc/config/mips/mips16.S
    branches/google/main/libgcc/config/mips/t-mips16
    branches/google/main/libgcc/config/mips/vr4120-div.S
    branches/google/main/libgcc/config/mmix/crti.S
    branches/google/main/libgcc/config/mmix/crtn.S
    branches/google/main/libgcc/config/moxie/crti.S
    branches/google/main/libgcc/config/moxie/crtn.S
    branches/google/main/libgcc/config/pa/fptr.c
    branches/google/main/libgcc/config/pa/gthr-dce.h
    branches/google/main/libgcc/config/pa/hpux-unwind.h
    branches/google/main/libgcc/config/pa/lib2funcs.S
    branches/google/main/libgcc/config/pa/linux-atomic.c
    branches/google/main/libgcc/config/pa/linux-unwind.h
    branches/google/main/libgcc/config/pa/milli64.S
    branches/google/main/libgcc/config/pa/quadlib.c
    branches/google/main/libgcc/config/pa/stublib.c
    branches/google/main/libgcc/config/pa/t-slibgcc-hpux
    branches/google/main/libgcc/config/picochip/adddi3.S
    branches/google/main/libgcc/config/picochip/ashlsi3.S
    branches/google/main/libgcc/config/picochip/ashlsi3.c
    branches/google/main/libgcc/config/picochip/ashrsi3.S
    branches/google/main/libgcc/config/picochip/ashrsi3.c
    branches/google/main/libgcc/config/picochip/clzsi2.S
    branches/google/main/libgcc/config/picochip/cmpsi2.S
    branches/google/main/libgcc/config/picochip/divmod15.S
    branches/google/main/libgcc/config/picochip/divmodhi4.S
    branches/google/main/libgcc/config/picochip/divmodsi4.S
    branches/google/main/libgcc/config/picochip/longjmp.S
    branches/google/main/libgcc/config/picochip/lshrsi3.S
    branches/google/main/libgcc/config/picochip/lshrsi3.c
    branches/google/main/libgcc/config/picochip/parityhi2.S
    branches/google/main/libgcc/config/picochip/popcounthi2.S
    branches/google/main/libgcc/config/picochip/setjmp.S
    branches/google/main/libgcc/config/picochip/subdi3.S
    branches/google/main/libgcc/config/picochip/ucmpsi2.S
    branches/google/main/libgcc/config/picochip/udivmodhi4.S
    branches/google/main/libgcc/config/picochip/udivmodsi4.S
    branches/google/main/libgcc/config/rl78/cmpsi2.S
    branches/google/main/libgcc/config/rl78/lib2div.c
    branches/google/main/libgcc/config/rl78/lib2mul.c
    branches/google/main/libgcc/config/rl78/lib2shift.c
    branches/google/main/libgcc/config/rl78/lshrsi3.S
    branches/google/main/libgcc/config/rl78/mulsi3.S
    branches/google/main/libgcc/config/rl78/rl78-divmod.h
    branches/google/main/libgcc/config/rl78/rl78-mul.h
    branches/google/main/libgcc/config/rl78/t-rl78
    branches/google/main/libgcc/config/rl78/trampoline.S
    branches/google/main/libgcc/config/rs6000/aix-unwind.h
    branches/google/main/libgcc/config/rs6000/crtresfpr.S
    branches/google/main/libgcc/config/rs6000/crtresgpr.S
    branches/google/main/libgcc/config/rs6000/crtrestvr.S
    branches/google/main/libgcc/config/rs6000/crtresxfpr.S
    branches/google/main/libgcc/config/rs6000/crtresxgpr.S
    branches/google/main/libgcc/config/rs6000/crtsavevr.S
    branches/google/main/libgcc/config/rs6000/crtsavfpr.S
    branches/google/main/libgcc/config/rs6000/crtsavgpr.S
    branches/google/main/libgcc/config/rs6000/darwin-asm.h
    branches/google/main/libgcc/config/rs6000/darwin-crt2.c
    branches/google/main/libgcc/config/rs6000/darwin-fallback.c
    branches/google/main/libgcc/config/rs6000/darwin-fpsave.S
    branches/google/main/libgcc/config/rs6000/darwin-gpsave.S
    branches/google/main/libgcc/config/rs6000/darwin-tramp.S
    branches/google/main/libgcc/config/rs6000/darwin-unwind.h
    branches/google/main/libgcc/config/rs6000/darwin-vecsave.S
    branches/google/main/libgcc/config/rs6000/darwin-world.S
    branches/google/main/libgcc/config/rs6000/e500crtres32gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtres64gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtres64gprctr.S
    branches/google/main/libgcc/config/rs6000/e500crtrest32gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtrest64gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtresx32gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtresx64gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtsav32gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtsav64gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtsav64gprctr.S
    branches/google/main/libgcc/config/rs6000/e500crtsavg32gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtsavg64gpr.S
    branches/google/main/libgcc/config/rs6000/e500crtsavg64gprctr.S
    branches/google/main/libgcc/config/rs6000/eabi-ci.S
    branches/google/main/libgcc/config/rs6000/eabi-cn.S
    branches/google/main/libgcc/config/rs6000/eabi.S
    branches/google/main/libgcc/config/rs6000/freebsd-unwind.h
    branches/google/main/libgcc/config/rs6000/gthr-aix.h
    branches/google/main/libgcc/config/rs6000/ibm-ldouble-format
    branches/google/main/libgcc/config/rs6000/ibm-ldouble.c
    branches/google/main/libgcc/config/rs6000/libgcc-darwin.10.4.ver
    branches/google/main/libgcc/config/rs6000/libgcc-darwin.10.5.ver
    branches/google/main/libgcc/config/rs6000/libgcc-glibc.ver
    branches/google/main/libgcc/config/rs6000/linux-unwind.h
    branches/google/main/libgcc/config/rs6000/ppc64-fp.c
    branches/google/main/libgcc/config/rs6000/sol-ci.S
    branches/google/main/libgcc/config/rs6000/sol-cn.S
    branches/google/main/libgcc/config/rs6000/t-freebsd
    branches/google/main/libgcc/config/rs6000/t-slibgcc-aix
    branches/google/main/libgcc/config/rs6000/tramp.S
    branches/google/main/libgcc/config/rx/rx-abi-functions.c
    branches/google/main/libgcc/config/rx/rx-abi.h
    branches/google/main/libgcc/config/rx/t-rx
    branches/google/main/libgcc/config/s390/32/_fixdfdi.c
    branches/google/main/libgcc/config/s390/32/_fixsfdi.c
    branches/google/main/libgcc/config/s390/32/_fixtfdi.c
    branches/google/main/libgcc/config/s390/32/_fixunsdfdi.c
    branches/google/main/libgcc/config/s390/32/_fixunssfdi.c
    branches/google/main/libgcc/config/s390/32/_fixunstfdi.c
    branches/google/main/libgcc/config/s390/gthr-tpf.h
    branches/google/main/libgcc/config/s390/libgcc-glibc.ver
    branches/google/main/libgcc/config/s390/linux-unwind.h
    branches/google/main/libgcc/config/s390/tpf-unwind.h
    branches/google/main/libgcc/config/score/crti.S
    branches/google/main/libgcc/config/score/crtn.S
    branches/google/main/libgcc/config/sh/crt1.S
    branches/google/main/libgcc/config/sh/crti.S
    branches/google/main/libgcc/config/sh/crtn.S
    branches/google/main/libgcc/config/sh/lib1funcs-4-300.S
    branches/google/main/libgcc/config/sh/lib1funcs-Os-4-200.S
    branches/google/main/libgcc/config/sh/lib1funcs.S
    branches/google/main/libgcc/config/sh/lib1funcs.h
    branches/google/main/libgcc/config/sh/libgcc-glibc.ver
    branches/google/main/libgcc/config/sh/linux-atomic.c
    branches/google/main/libgcc/config/sh/linux-unwind.h
    branches/google/main/libgcc/config/sh/t-sh
    branches/google/main/libgcc/config/sparc/crtfastmath.c
    branches/google/main/libgcc/config/sparc/crti.S
    branches/google/main/libgcc/config/sparc/crtn.S
    branches/google/main/libgcc/config/sparc/libgcc-glibc.ver
    branches/google/main/libgcc/config/sparc/linux-unwind.h
    branches/google/main/libgcc/config/sparc/sol2-c1.S
    branches/google/main/libgcc/config/sparc/sol2-unwind.h
    branches/google/main/libgcc/config/spu/cache.S
    branches/google/main/libgcc/config/spu/cachemgr.c
    branches/google/main/libgcc/config/spu/divmodti4.c
    branches/google/main/libgcc/config/spu/divv2df3.c
    branches/google/main/libgcc/config/spu/float_disf.c
    branches/google/main/libgcc/config/spu/float_unsdidf.c
    branches/google/main/libgcc/config/spu/float_unsdisf.c
    branches/google/main/libgcc/config/spu/float_unssidf.c
    branches/google/main/libgcc/config/spu/mfc_multi_tag_release.c
    branches/google/main/libgcc/config/spu/mfc_multi_tag_reserve.c
    branches/google/main/libgcc/config/spu/mfc_tag_release.c
    branches/google/main/libgcc/config/spu/mfc_tag_reserve.c
    branches/google/main/libgcc/config/spu/mfc_tag_table.c
    branches/google/main/libgcc/config/spu/multi3.c
    branches/google/main/libgcc/config/stormy16/lib2funcs.c
    branches/google/main/libgcc/config/stormy16/t-stormy16
    branches/google/main/libgcc/config/t-libunwind-elf
    branches/google/main/libgcc/config/t-slibgcc
    branches/google/main/libgcc/config/t-slibgcc-libgcc
    branches/google/main/libgcc/config/t-softfp
    branches/google/main/libgcc/config/t-sol2
    branches/google/main/libgcc/config/tilepro/atomic.c
    branches/google/main/libgcc/config/tilepro/atomic.h
    branches/google/main/libgcc/config/tilepro/linux-unwind.h
    branches/google/main/libgcc/config/tilepro/softdivide.c
    branches/google/main/libgcc/config/tilepro/softmpy.S
    branches/google/main/libgcc/config/unwind-dw2-fde-darwin.c
    branches/google/main/libgcc/config/v850/lib1funcs.S
    branches/google/main/libgcc/config/vax/lib1funcs.S
    branches/google/main/libgcc/config/vms/vms-ucrt0.c
    branches/google/main/libgcc/config/vxlib-tls.c
    branches/google/main/libgcc/config/vxlib.c
    branches/google/main/libgcc/config/xtensa/crti.S
    branches/google/main/libgcc/config/xtensa/crtn.S
    branches/google/main/libgcc/config/xtensa/ieee754-df.S
    branches/google/main/libgcc/config/xtensa/ieee754-sf.S
    branches/google/main/libgcc/config/xtensa/lib1funcs.S
    branches/google/main/libgcc/config/xtensa/lib2funcs.S
    branches/google/main/libgcc/config/xtensa/linux-unwind.h
    branches/google/main/libgcc/config/xtensa/unwind-dw2-xtensa.c
    branches/google/main/libgcc/config/xtensa/unwind-dw2-xtensa.h
    branches/google/main/libgcc/crtstuff.c
    branches/google/main/libgcc/dfp-bit.c
    branches/google/main/libgcc/dfp-bit.h
    branches/google/main/libgcc/divmod.c
    branches/google/main/libgcc/emutls.c
    branches/google/main/libgcc/enable-execute-stack-mprotect.c
    branches/google/main/libgcc/fixed-bit.c
    branches/google/main/libgcc/fixed-bit.h
    branches/google/main/libgcc/fp-bit.c
    branches/google/main/libgcc/fp-bit.h
    branches/google/main/libgcc/gbl-ctors.h
    branches/google/main/libgcc/generic-morestack-thread.c
    branches/google/main/libgcc/generic-morestack.c
    branches/google/main/libgcc/generic-morestack.h
    branches/google/main/libgcc/gthr-posix.h
    branches/google/main/libgcc/gthr-single.h
    branches/google/main/libgcc/gthr.h
    branches/google/main/libgcc/libgcc-std.ver.in
    branches/google/main/libgcc/libgcc2.c
    branches/google/main/libgcc/libgcc2.h
    branches/google/main/libgcc/libgcov.c
    branches/google/main/libgcc/longlong.h
    branches/google/main/libgcc/mkheader.sh
    branches/google/main/libgcc/mkmap-flat.awk
    branches/google/main/libgcc/mkmap-symver.awk
    branches/google/main/libgcc/sync.c
    branches/google/main/libgcc/udivmod.c
    branches/google/main/libgcc/udivmodsi4.c
    branches/google/main/libgcc/unwind-arm-common.inc
    branches/google/main/libgcc/unwind-c.c
    branches/google/main/libgcc/unwind-compat.c
    branches/google/main/libgcc/unwind-compat.h
    branches/google/main/libgcc/unwind-dw2-fde-compat.c
    branches/google/main/libgcc/unwind-dw2-fde-dip.c
    branches/google/main/libgcc/unwind-dw2-fde.c
    branches/google/main/libgcc/unwind-dw2-fde.h
    branches/google/main/libgcc/unwind-dw2.c
    branches/google/main/libgcc/unwind-dw2.h
    branches/google/main/libgcc/unwind-generic.h
    branches/google/main/libgcc/unwind-pe.h
    branches/google/main/libgcc/unwind-seh.c
    branches/google/main/libgcc/unwind-sjlj.c
    branches/google/main/libgcc/unwind.inc
    branches/google/main/libgfortran/ChangeLog
    branches/google/main/libgfortran/runtime/in_pack_generic.c
    branches/google/main/libgo/Makefile.am
    branches/google/main/libgo/Makefile.in
    branches/google/main/libgo/configure
    branches/google/main/libgo/configure.ac
    branches/google/main/libgo/go/crypto/md5/md5block.go
    branches/google/main/libgo/go/net/fd_bsd.go
    branches/google/main/libgo/go/net/fd_linux.go
    branches/google/main/libgo/go/net/fd_select.go
    branches/google/main/libgo/go/net/fd_unix.go
    branches/google/main/libgo/go/net/multicast_posix_test.go
    branches/google/main/libgo/go/syscall/libcall_irix.go
    branches/google/main/libgo/go/syscall/libcall_linux.go
    branches/google/main/libgo/go/syscall/libcall_linux_386.go
    branches/google/main/libgo/go/syscall/libcall_linux_alpha.go
    branches/google/main/libgo/go/syscall/libcall_linux_amd64.go
    branches/google/main/libgo/go/syscall/libcall_linux_utimesnano.go
    branches/google/main/libgo/go/syscall/libcall_posix.go
    branches/google/main/libgo/go/syscall/libcall_solaris_386.go
    branches/google/main/libgo/go/syscall/libcall_solaris_sparc.go
    branches/google/main/libgo/mksysinfo.sh
    branches/google/main/libgo/runtime/goc2c.c
    branches/google/main/libgo/runtime/mheap.c
    branches/google/main/libgo/testsuite/Makefile.in
    branches/google/main/libgo/testsuite/lib/libgo.exp
    branches/google/main/libgomp/ChangeLog
    branches/google/main/libiberty/ChangeLog
    branches/google/main/libiberty/regex.c
    branches/google/main/libjava/classpath/   (props changed)
    branches/google/main/libquadmath/ChangeLog
    branches/google/main/libquadmath/math/cacoshq.c
    branches/google/main/libquadmath/math/cacosq.c
    branches/google/main/libquadmath/math/casinhq.c
    branches/google/main/libquadmath/math/casinq.c
    branches/google/main/libquadmath/math/catanhq.c
    branches/google/main/libquadmath/math/catanq.c
    branches/google/main/libquadmath/math/ccoshq.c
    branches/google/main/libquadmath/math/cexpq.c
    branches/google/main/libquadmath/math/cimagq.c
    branches/google/main/libquadmath/math/clog10q.c
    branches/google/main/libquadmath/math/clogq.c
    branches/google/main/libquadmath/math/complex.c
    branches/google/main/libquadmath/math/conjq.c
    branches/google/main/libquadmath/math/cosq_kernel.c
    branches/google/main/libquadmath/math/cprojq.c
    branches/google/main/libquadmath/math/crealq.c
    branches/google/main/libquadmath/math/csinhq.c
    branches/google/main/libquadmath/math/csinq.c
    branches/google/main/libquadmath/math/csqrtq.c
    branches/google/main/libquadmath/math/ctanhq.c
    branches/google/main/libquadmath/math/ctanq.c
    branches/google/main/libquadmath/math/expq.c
    branches/google/main/libquadmath/math/fdimq.c
    branches/google/main/libquadmath/math/fmaq.c
    branches/google/main/libquadmath/math/fmaxq.c
    branches/google/main/libquadmath/math/fminq.c
    branches/google/main/libquadmath/math/llrintq.c
    branches/google/main/libquadmath/math/llroundq.c
    branches/google/main/libquadmath/math/lrintq.c
    branches/google/main/libquadmath/math/lroundq.c
    branches/google/main/libquadmath/math/rem_pio2q.c
    branches/google/main/libquadmath/math/remquoq.c
    branches/google/main/libquadmath/math/roundq.c
    branches/google/main/libquadmath/math/sincos_table.c
    branches/google/main/libquadmath/math/sincosq.c
    branches/google/main/libquadmath/math/sincosq_kernel.c
    branches/google/main/libquadmath/math/sinq_kernel.c
    branches/google/main/libquadmath/math/tgammaq.c
    branches/google/main/libquadmath/math/truncq.c
    branches/google/main/libquadmath/math/x2y2m1q.c
    branches/google/main/libquadmath/printf/_i18n_number.h
    branches/google/main/libquadmath/printf/_itoa.h
    branches/google/main/libquadmath/printf/_itowa.h
    branches/google/main/libquadmath/printf/add_n.c
    branches/google/main/libquadmath/printf/addmul_1.c
    branches/google/main/libquadmath/printf/cmp.c
    branches/google/main/libquadmath/printf/divrem.c
    branches/google/main/libquadmath/printf/flt1282mpn.c
    branches/google/main/libquadmath/printf/fpioconst.c
    branches/google/main/libquadmath/printf/fpioconst.h
    branches/google/main/libquadmath/printf/gmp-impl.h
    branches/google/main/libquadmath/printf/lshift.c
    branches/google/main/libquadmath/printf/mul.c
    branches/google/main/libquadmath/printf/mul_1.c
    branches/google/main/libquadmath/printf/mul_n.c
    branches/google/main/libquadmath/printf/printf_fp.c
    branches/google/main/libquadmath/printf/printf_fphex.c
    branches/google/main/libquadmath/printf/quadmath-printf.c
    branches/google/main/libquadmath/printf/quadmath-printf.h
    branches/google/main/libquadmath/printf/rshift.c
    branches/google/main/libquadmath/printf/sub_n.c
    branches/google/main/libquadmath/printf/submul_1.c
    branches/google/main/libquadmath/quadmath-imp.h
    branches/google/main/libquadmath/quadmath-rounding-mode.h
    branches/google/main/libquadmath/quadmath.h
    branches/google/main/libquadmath/quadmath_weak.h
    branches/google/main/libquadmath/strtod/grouping.h
    branches/google/main/libquadmath/strtod/mpn2flt128.c
    branches/google/main/libquadmath/strtod/strtod_l.c
    branches/google/main/libquadmath/strtod/strtoflt128.c
    branches/google/main/libssp/ChangeLog
    branches/google/main/libssp/Makefile.am
    branches/google/main/libssp/gets-chk.c
    branches/google/main/libssp/memcpy-chk.c
    branches/google/main/libssp/memmove-chk.c
    branches/google/main/libssp/mempcpy-chk.c
    branches/google/main/libssp/memset-chk.c
    branches/google/main/libssp/snprintf-chk.c
    branches/google/main/libssp/sprintf-chk.c
    branches/google/main/libssp/ssp-local.c
    branches/google/main/libssp/ssp.c
    branches/google/main/libssp/ssp/ssp.h.in
    branches/google/main/libssp/ssp/stdio.h
    branches/google/main/libssp/ssp/string.h
    branches/google/main/libssp/ssp/unistd.h
    branches/google/main/libssp/stpcpy-chk.c
    branches/google/main/libssp/strcat-chk.c
    branches/google/main/libssp/strcpy-chk.c
    branches/google/main/libssp/strncat-chk.c
    branches/google/main/libssp/strncpy-chk.c
    branches/google/main/libssp/vsnprintf-chk.c
    branches/google/main/libssp/vsprintf-chk.c
    branches/google/main/libstdc++-v3/ChangeLog
    branches/google/main/libstdc++-v3/include/bits/basic_ios.h
    branches/google/main/libstdc++-v3/include/bits/basic_string.h
    branches/google/main/libstdc++-v3/include/bits/functional_hash.h
    branches/google/main/libstdc++-v3/include/bits/hashtable.h
    branches/google/main/libstdc++-v3/include/bits/random.h
    branches/google/main/libstdc++-v3/include/bits/random.tcc
    branches/google/main/libstdc++-v3/include/tr1/bessel_function.tcc
    branches/google/main/libstdc++-v3/include/tr1/ell_integral.tcc
    branches/google/main/libstdc++-v3/include/tr1/exp_integral.tcc
    branches/google/main/libstdc++-v3/include/tr1/gamma.tcc
    branches/google/main/libstdc++-v3/include/tr1/hypergeometric.tcc
    branches/google/main/libstdc++-v3/include/tr1/legendre_function.tcc
    branches/google/main/libstdc++-v3/include/tr1/modified_bessel_func.tcc
    branches/google/main/libstdc++-v3/include/tr1/poly_hermite.tcc
    branches/google/main/libstdc++-v3/include/tr1/poly_laguerre.tcc
    branches/google/main/libstdc++-v3/include/tr1/riemann_zeta.tcc
    branches/google/main/libstdc++-v3/include/tr1/special_function_util.h
    branches/google/main/libstdc++-v3/src/c++11/hash_c++0x.cc
    branches/google/main/libstdc++-v3/src/c++11/hashtable_c++0x.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_set/instantiation_neg.cc
    branches/google/main/libstdc++-v3/testsuite/23_containers/unordered_set/not_default_constructible_hash_neg.cc

Propchange: branches/google/main/
            ('svn:mergeinfo' modified)

Propchange: branches/google/main/
            ('svnmerge-integrated' modified)

Propchange: branches/google/main/gcc/
            ('svn:mergeinfo' modified)

Propchange: branches/google/main/gcc/testsuite/gcc.target/powerpc/ppc-round.c
            ('svn:mergeinfo' modified)

Propchange: branches/google/main/libjava/classpath/
            ('svn:mergeinfo' modified)



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