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]

r186906 [1/2] - in /branches/google/gcc-4_7-int...


Author: dnovillo
Date: Fri Apr 27 12:37:09 2012
New Revision: 186906

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186906
Log:
Merged revisions 184777,184779,184812,184842,184848,184853,184861,184871,184878,184895,184909,184921,184931,184950-184951,184954,184956,184970,184991-184992,185001,185023,185034,185063,185077,185087,185102,185119,185151,185164,185170,185180,185185,185189,185206,185209,185234,185237,185239,185243,185248,185275,185359-185360,185364,185366,185370,185383,185402,185405,185432,185440,185450,185457,185480,185497,185506,185513,185551,185592,185606,185626,185630-185674,185679,185681-185683,185685-185686,185690,185696-185697,185704-185706,185708,185710-185711,185713-185714,185717,185720,185723,185726,185733,185738,185740,185743,185747,185749,185755,185759-185760,185763,185766,185771,185781,185785,185794,185805,185828,185864,185877,185879,185896,185901,185905,185908-185909,185911,185916,185918,185920,185926,185929,185932,185934,185936,185939,185942,185947,185961,185964,185967,185969,185972,185979,185984,185987,185989,185991,186014,186021-186022,186025,186027,186030,186033,186036-186037,186039,186046,186048,186053,186061,186089,186096,186103,186105,186107-186108,186113,186115,186121,186124,186127,186141,186145,186152,186173,186178,186180,186188,186195-186197,186207,186214-186215,186218,186221,186232,186236,186238,186242,186249,186255,186262,186264,186266,186296,186300,186359-186360,186367,186370,186376-186377,186392,186394,186401,186404,186409,186412,186417,186424-186425,186430,186435-186436,186443,186459,186461,186473,186477,186481,186489,186500,186510,186512,186515,186517,186531-186533,186543-186544,186556,186573,186583,186589,186603,186606,186608,186611,186630,186632,186634,186636,186638,186641,186643,186648,186650-186651,186656,186661,186671,186677,186679,186684,186686,186691,186695,186698-186699,186713,186716-186717,186723,186728,186733,186740,186743,186745,186765,186767,186770,186773,186775,186779,186782,186785,186787,186792,186802,186804,186809-186810,186841-186842,186848-186849,186853,186858 via svnmerge from 
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_7-branch


Bugs fixed (http://gcc.gnu.org/bugzilla)

Optimizers
  52592

C
  52577, 52682, 52862, 53060

C++
  52521, 52582, 52671, 52433, 52487, 52540, 52746, 52743, 52759,
  52685, 52718, 52672, 52799, 52796, 52596, 52476, 52591, 52924,
  52942, 52822, 52824, 52699, 52465, 52292, 52380, 52689, 50303,
  50830, 38543, 53003, 52839, 53027, 53067


Fortran
  52452, 52758, 52668, 52893,

Optimizers/Codegen
  52545, 52547, 52640, 52720, 51893, 52750, 52691, 52693, 52835,
  52493, 52678, 52701, 52754, 52580, 52406, 52894, 52943, 52969,
  52939, 52891,

PPC
  50310, 52775

x86
  52736, 52698, 52932, 53020,


Other notable changes

C++
  Mangling fixes: revs 185606, 185704
  	gcc/cp/
  	* mangle.c (write_type): Handle 'auto'.
  	* init.c (build_new): Don't do auto deduction where it might
  	affect template mangling.
  	libiberty/
  	* cp-demangle.c (cplus_demangle_type): Handle 'auto'.

  	* cp-demangle.c (cplus_demangle_operators): Add li.
  	(d_unqualified_name): Handle it specially.

  C++11 changes (LWG 1310): rev 186404
  	* include/bits/forward_list.h (splice_after(const_iterator,
  	forward_list&), splice_after(const_iterator, forward_list&,
  	consst_iterator), splice_after(const_iterator, forward_list&,
  	const_iterator, const_iterator), merge(forward_list&),
  	merge(forward_list&, _Comp)): Add per C++11 as published (and
  	LWG 1310).
  	* include/debug/forward_list: Adjust.
  
  	* include/bits/forward_list.h (splice_after(const_iterator,
  	forward_list&&, const_iterator)): Only declare.
  	(_M_transfer_after): Remove.
  	(_M_splice_after(const_iterator, forward_list&&)): Change signature.
  	(splice_after(const_iterator, forward_list&&, const_iterator,
  	const_iterator)): Use the latter.
  	* include/bits/forward_list.tcc (splice_after(const_iterator,
  	forward_list&&, const_iterator)): Define here.
  	(_M_splice_after): Define, use throughout.
  
  	* include/bits/forward_list.h (insert_after(const_iterator,
  	std::initializer_list<_Tp>)): Forward to insert_after(const_iterator,
  	_InputIterator, _InputIterator).
  	* include/bits/forward_list.tcc: Remove definition.
  
  	* testsuite/23_containers/forward_list/modifiers/6.cc: New.
  	* testsuite/23_containers/forward_list/operations/1.cc: Adjust.
  
  	* testsuite/23_containers/forward_list/requirements/dr438/
  	assign_neg.cc: Adjust dg-error line number.
  	* testsuite/23_containers/forward_list/requirements/dr438/
  	insert_neg.cc: Likewise.
  	* testsuite/23_containers/forward_list/requirements/dr438/
  	constructor_1_neg.cc: Likewise.
  	* testsuite/23_containers/forward_list/requirements/dr438/
  	constructor_2_neg.cc: Likewise.


Added:
    branches/google/gcc-4_7-integration/gcc/config/mips/irix6-c.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/config/mips/irix6-c.c
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/auto32.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/auto32.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-52672.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/initlist-array3.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice7.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/lambda/lambda-ice7.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/udlit-args2.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/udlit-args2.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/udlit-mangle.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/udlit-mangle.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic-value1.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic-value1.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic123.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic123.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic124.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic124.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic125.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic125.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic128.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic128.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic129.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic129.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/variadic131.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/cpp0x/variadic131.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/ext/attrib44.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/attrib44.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/ext/attrib45.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/attrib45.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/ext/weak4.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ext/weak4.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/ipa/pr52939.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/ipa/pr52939.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/lookup/using52.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/lookup/using52.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/opt/pr52582.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/opt/pr52582.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/overload/virtual2.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/overload/virtual2.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/parse/crash59.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/parse/crash59.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/template/inherit8.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/inherit8.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/template/qualified-id5.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/template/qualified-id5.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/torture/pr52582.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr52582.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/torture/pr53085.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/torture/pr53085.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-5.C
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/g++.dg/warn/Wzero-as-null-pointer-constant-5.C
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.c-torture/compile/pr52750.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52750.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.c-torture/compile/pr52891-1.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52891-1.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.c-torture/compile/pr52891-2.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/compile/pr52891-2.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.c-torture/execute/pr53084.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.c-torture/execute/pr53084.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/Wunused-var-3.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/Wunused-var-3.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr52592.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52592.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr52691.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52691.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr52734.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52734.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr52862.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52862.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr52880.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr52880.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr53060.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/pr53060.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52406.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52406.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52493.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52493.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52693.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52693.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52720.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52720.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52943.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52943.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52969.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr52969.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr53120.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.dg/torture/pr53120.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-1-0.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-1-0.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-1-1.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-1-1.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-1-g.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-1-g.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-1-x.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-1-x.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-1.h
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-1.h
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-2-0.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-2-0.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-2-1.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-2-1.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-2-g.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-2-g.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-2-x.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-2-x.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/addr-space-2.h
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/addr-space-2.h
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/builtins-2.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/avr/torture/builtins-2.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/i386/pr52736.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr52736.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/i386/pr52754.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/i386/pr52754.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/powerpc/pr52457.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/powerpc/pr52457.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/powerpc/pr52775.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gcc.target/powerpc/pr52775.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/function_optimize_11.f90
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/function_optimize_11.f90
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/intrinsic_8.f90
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/intrinsic_8.f90
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/pr52678.f
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/pr52678.f
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/pr52701.f90
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/pr52701.f90
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/pr52835.f90
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/pr52835.f90
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/proc_ptr_34.f90
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/proc_ptr_34.f90
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/use_only_6.f90
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/use_only_6.f90
    branches/google/gcc-4_7-integration/gcc/testsuite/gfortran.dg/vect/pr52580.f
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gfortran.dg/vect/pr52580.f
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/concat2.adb
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/concat2.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/concat2.ads
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/concat2.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/controlled6.adb
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/controlled6.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/controlled6_pkg-iterators.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/controlled6_pkg.ads
      - copied unchanged from r186858, branches/gcc-4_7-branch/gcc/testsuite/gnat.dg/controlled6_pkg.ads
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/archive/zip/testdata/crc32-not-streamed.zip
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/archive/zip/testdata/go-no-datadesc-sig.zip
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/archive/zip/testdata/go-with-datadesc-sig.zip
    branches/google/gcc-4_7-integration/libgo/go/bytes/reader.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/bytes/reader.go
    branches/google/gcc-4_7-integration/libgo/go/bytes/reader_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/bytes/reader_test.go
    branches/google/gcc-4_7-integration/libgo/go/container/heap/example_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/container/heap/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/root.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/crypto/x509/root.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/root_darwin.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/crypto/x509/root_darwin.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/root_stub.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/crypto/x509/root_stub.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/root_unix.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/crypto/x509/root_unix.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/root_windows.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/crypto/x509/root_windows.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/line.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/debug/dwarf/line.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/line_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/debug/dwarf/line_test.go
    branches/google/gcc-4_7-integration/libgo/go/debug/elf/runtime.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/debug/elf/runtime.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/binary/export_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/encoding/binary/export_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/iter.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/exp/norm/iter.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/iter_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/exp/norm/iter_test.go
    branches/google/gcc-4_7-integration/libgo/go/flag/example_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/flag/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/export_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/fmt/export_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/deps_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/build/deps_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/doc.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/build/doc.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/testdata/
      - copied from r186858, branches/gcc-4_7-branch/libgo/go/go/build/testdata/
    branches/google/gcc-4_7-integration/libgo/go/go/doc/synopsis.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/synopsis.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/synopsis_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/synopsis_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error1.0.golden
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error1.0.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error1.1.golden
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error1.1.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error1.2.golden
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error1.2.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error1.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error1.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error2.0.golden
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error2.0.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error2.1.golden
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error2.1.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error2.2.golden
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error2.2.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/error2.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/doc/testdata/error2.go
    branches/google/gcc-4_7-integration/libgo/go/go/parser/error_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/parser/error_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/parser/short_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/go/parser/short_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/parser/testdata/
      - copied from r186858, branches/gcc-4_7-branch/libgo/go/go/parser/testdata/
    branches/google/gcc-4_7-integration/libgo/go/image/decode_example_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/image/decode_example_test.go
    branches/google/gcc-4_7-integration/libgo/go/log/syslog/syslog_windows.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/log/syslog/syslog_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/example_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/http/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/httptest/server_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/http/httptest/server_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/mac.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/mac.go
    branches/google/gcc-4_7-integration/libgo/go/net/mac_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/mac_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/sock_solaris.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/sock_solaris.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_netbsd.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/sockoptip_netbsd.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_solaris.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/net/sockoptip_solaris.go
    branches/google/gcc-4_7-integration/libgo/go/net/testdata/
      - copied from r186858, branches/gcc-4_7-branch/libgo/go/net/testdata/
    branches/google/gcc-4_7-integration/libgo/go/os/error_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/os/error_test.go
    branches/google/gcc-4_7-integration/libgo/go/os/error_windows.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/os/error_windows.go
    branches/google/gcc-4_7-integration/libgo/go/os/signal/
      - copied from r186858, branches/gcc-4_7-branch/libgo/go/os/signal/
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/symlink.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/path/filepath/symlink.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/symlink_windows.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/path/filepath/symlink_windows.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/compiler.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/runtime/compiler.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/malloc1.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/runtime/malloc1.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/mallocrand.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/runtime/mallocrand.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/mallocrep.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/runtime/mallocrep.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/mallocrep1.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/runtime/mallocrep1.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/runtime_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/runtime/runtime_test.go
    branches/google/gcc-4_7-integration/libgo/go/sort/example_interface_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/sort/example_interface_test.go
    branches/google/gcc-4_7-integration/libgo/go/sort/example_reverse_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/sort/example_reverse_test.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/isprint.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/strconv/isprint.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/makeisprint.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/strconv/makeisprint.go
    branches/google/gcc-4_7-integration/libgo/go/strings/reader_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/strings/reader_test.go
    branches/google/gcc-4_7-integration/libgo/go/sync/example_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/sync/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/sync/export_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/sync/export_test.go
    branches/google/gcc-4_7-integration/libgo/go/sync/runtime.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/sync/runtime.go
    branches/google/gcc-4_7-integration/libgo/go/sync/runtime_sema_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/sync/runtime_sema_test.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/signame.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/syscall/signame.c
    branches/google/gcc-4_7-integration/libgo/go/text/tabwriter/example_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/text/tabwriter/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/time/zoneinfo_read.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/time/zoneinfo_read.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/utf16/export_test.go
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/go/unicode/utf16/export_test.go
    branches/google/gcc-4_7-integration/libgo/runtime/go-callers.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/runtime/go-callers.c
    branches/google/gcc-4_7-integration/libgo/runtime/signal_unix.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgo/runtime/signal_unix.c
    branches/google/gcc-4_7-integration/libgomp/testsuite/libgomp.c/pr52547.c
      - copied unchanged from r186858, branches/gcc-4_7-branch/libgomp/testsuite/libgomp.c/pr52547.c
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/src/c++11/compatibility-thread-c++0x.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/20_util/shared_ptr/cons/52924.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/
      - copied from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/deque/modifiers/emplace/
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/forward_list/modifiers/6.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/
      - copied from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/list/modifiers/emplace/
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/52942.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/53067.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multimap/insert/52476.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_multiset/insert/52476.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/52942.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/unordered_set/requirements/53067.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/52591.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/vector/52591.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/vector/debug/52433.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/
      - copied from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/23_containers/vector/modifiers/emplace/
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc
      - copied unchanged from r186858, branches/gcc-4_7-branch/libstdc++-v3/testsuite/25_algorithms/stable_partition/pr52822.cc
Removed:
    branches/google/gcc-4_7-integration/gcc/config/avr/multilib.h
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/malloc1.go
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/mallocrand.go
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/mallocrep.go
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/mallocrep1.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/testdata/r.zip
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/root_darwin.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/root_stub.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/root_unix.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/root_windows.go
    branches/google/gcc-4_7-integration/libgo/go/exp/signal/
    branches/google/gcc-4_7-integration/libgo/go/exp/wingui/
    branches/google/gcc-4_7-integration/libgo/go/go/build/cgotest/
    branches/google/gcc-4_7-integration/libgo/go/go/build/cmdtest/
    branches/google/gcc-4_7-integration/libgo/go/go/build/dir.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/path.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/pkgtest/
    branches/google/gcc-4_7-integration/libgo/go/html/template/clone.go
    branches/google/gcc-4_7-integration/libgo/go/os/mkunixsignals.sh
    branches/google/gcc-4_7-integration/libgo/go/os/time.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/sema_test.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/sig.go
    branches/google/gcc-4_7-integration/libgo/go/testing/script/
    branches/google/gcc-4_7-integration/libgo/runtime/go-reflect.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-unreflect.c
Modified:
    branches/google/gcc-4_7-integration/   (props changed)
    branches/google/gcc-4_7-integration/ChangeLog
    branches/google/gcc-4_7-integration/boehm-gc/ChangeLog
    branches/google/gcc-4_7-integration/config/ChangeLog
    branches/google/gcc-4_7-integration/contrib/ChangeLog
    branches/google/gcc-4_7-integration/contrib/gcc_update
    branches/google/gcc-4_7-integration/contrib/gennews
    branches/google/gcc-4_7-integration/contrib/reghunt/ChangeLog
    branches/google/gcc-4_7-integration/contrib/regression/ChangeLog
    branches/google/gcc-4_7-integration/contrib/testsuite-management/x86_64-grtev3-linux-gnu.xfail
    branches/google/gcc-4_7-integration/fixincludes/ChangeLog
    branches/google/gcc-4_7-integration/fixincludes/fixincl.x
    branches/google/gcc-4_7-integration/fixincludes/inclhack.def
    branches/google/gcc-4_7-integration/fixincludes/tests/base/malloc.h
    branches/google/gcc-4_7-integration/gcc/BASE-VER
    branches/google/gcc-4_7-integration/gcc/ChangeLog
    branches/google/gcc-4_7-integration/gcc/ChangeLog.google-4_7-integration
    branches/google/gcc-4_7-integration/gcc/DATESTAMP
    branches/google/gcc-4_7-integration/gcc/Makefile.in
    branches/google/gcc-4_7-integration/gcc/ada/ChangeLog
    branches/google/gcc-4_7-integration/gcc/ada/a-assert.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-assert.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-chacon.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-chacon.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-coteio.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-envvar.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-envvar.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-exetim-mingw.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-exetim-mingw.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-fzteio.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-izteio.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-lcteio.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-llctio.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-scteio.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suenco.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suenco.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suenst.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suenst.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suewst.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suewst.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suezst.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-suezst.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-tirsfi.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-tirsfi.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-wichha.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-wichha.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zchara.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zchhan.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zchhan.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zchuni.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zchuni.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zrstfi.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/a-zrstfi.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/aspects.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/aspects.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-byorma.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-byorma.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-decstr.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-decstr.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-encstr.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-encstr.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-spchge.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-spchge.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-u3spch.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-u3spch.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-wispch.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-wispch.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-zspche.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/g-zspche.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/namet-sp.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/namet-sp.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-except.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-inmaop-vxworks.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-os_lib.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-os_lib.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-regexp.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-regexp.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-regpat.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-regpat.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-string.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-string.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-tasloc.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-tasloc.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-utf_32.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-utf_32.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/s-wchcon.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/sem_aux.adb   (props changed)
    branches/google/gcc-4_7-integration/gcc/ada/sem_aux.ads   (props changed)
    branches/google/gcc-4_7-integration/gcc/builtins.c
    branches/google/gcc-4_7-integration/gcc/c-family/ChangeLog
    branches/google/gcc-4_7-integration/gcc/c-family/c-lex.c
    branches/google/gcc-4_7-integration/gcc/c-parser.c
    branches/google/gcc-4_7-integration/gcc/c-typeck.c
    branches/google/gcc-4_7-integration/gcc/config.gcc
    branches/google/gcc-4_7-integration/gcc/config/alpha/sync.md
    branches/google/gcc-4_7-integration/gcc/config/arm/arm.c
    branches/google/gcc-4_7-integration/gcc/config/avr/avr-c.c
    branches/google/gcc-4_7-integration/gcc/config/avr/avr-protos.h
    branches/google/gcc-4_7-integration/gcc/config/avr/avr.c
    branches/google/gcc-4_7-integration/gcc/config/avr/avr.h
    branches/google/gcc-4_7-integration/gcc/config/avr/avr.md
    branches/google/gcc-4_7-integration/gcc/config/avr/avr.opt
    branches/google/gcc-4_7-integration/gcc/config/avr/driver-avr.c
    branches/google/gcc-4_7-integration/gcc/config/avr/genmultilib.awk
    branches/google/gcc-4_7-integration/gcc/config/avr/t-avr
    branches/google/gcc-4_7-integration/gcc/config/avr/t-multilib
    branches/google/gcc-4_7-integration/gcc/config/cris/cris.md
    branches/google/gcc-4_7-integration/gcc/config/epiphany/epiphany.c
    branches/google/gcc-4_7-integration/gcc/config/i386/avx2intrin.h
    branches/google/gcc-4_7-integration/gcc/config/i386/i386-c.c
    branches/google/gcc-4_7-integration/gcc/config/i386/i386-protos.h
    branches/google/gcc-4_7-integration/gcc/config/i386/i386.c
    branches/google/gcc-4_7-integration/gcc/config/i386/i386.h
    branches/google/gcc-4_7-integration/gcc/config/i386/i386.md
    branches/google/gcc-4_7-integration/gcc/config/i386/nmmintrin.h
    branches/google/gcc-4_7-integration/gcc/config/i386/smmintrin.h
    branches/google/gcc-4_7-integration/gcc/config/i386/sse.md
    branches/google/gcc-4_7-integration/gcc/config/i386/sync.md
    branches/google/gcc-4_7-integration/gcc/config/ia64/ia64.c
    branches/google/gcc-4_7-integration/gcc/config/m68k/m68k.h
    branches/google/gcc-4_7-integration/gcc/config/m68k/sync.md
    branches/google/gcc-4_7-integration/gcc/config/mips/iris6.h
    branches/google/gcc-4_7-integration/gcc/config/mips/mips.c
    branches/google/gcc-4_7-integration/gcc/config/mips/t-irix6
    branches/google/gcc-4_7-integration/gcc/config/rs6000/linux64.h
    branches/google/gcc-4_7-integration/gcc/config/rs6000/rs6000.c
    branches/google/gcc-4_7-integration/gcc/config/rs6000/rs6000.h
    branches/google/gcc-4_7-integration/gcc/config/rs6000/sync.md
    branches/google/gcc-4_7-integration/gcc/config/rs6000/vector.md
    branches/google/gcc-4_7-integration/gcc/config/rs6000/vsx.md
    branches/google/gcc-4_7-integration/gcc/config/sh/sh.c
    branches/google/gcc-4_7-integration/gcc/config/sparc/sparc.c
    branches/google/gcc-4_7-integration/gcc/config/sparc/sparc.h
    branches/google/gcc-4_7-integration/gcc/config/tilegx/tilegx.c
    branches/google/gcc-4_7-integration/gcc/config/tilepro/tilepro.c
    branches/google/gcc-4_7-integration/gcc/configure
    branches/google/gcc-4_7-integration/gcc/configure.ac
    branches/google/gcc-4_7-integration/gcc/convert.c
    branches/google/gcc-4_7-integration/gcc/cp/ChangeLog
    branches/google/gcc-4_7-integration/gcc/cp/call.c
    branches/google/gcc-4_7-integration/gcc/cp/class.c
    branches/google/gcc-4_7-integration/gcc/cp/decl.c
    branches/google/gcc-4_7-integration/gcc/cp/init.c
    branches/google/gcc-4_7-integration/gcc/cp/mangle.c
    branches/google/gcc-4_7-integration/gcc/cp/method.c
    branches/google/gcc-4_7-integration/gcc/cp/name-lookup.c
    branches/google/gcc-4_7-integration/gcc/cp/parser.c
    branches/google/gcc-4_7-integration/gcc/cp/pt.c
    branches/google/gcc-4_7-integration/gcc/cp/semantics.c
    branches/google/gcc-4_7-integration/gcc/cp/tree.c
    branches/google/gcc-4_7-integration/gcc/cp/typeck.c
    branches/google/gcc-4_7-integration/gcc/doc/extend.texi
    branches/google/gcc-4_7-integration/gcc/doc/install.texi
    branches/google/gcc-4_7-integration/gcc/doc/invoke.texi
    branches/google/gcc-4_7-integration/gcc/doc/standards.texi
    branches/google/gcc-4_7-integration/gcc/expmed.c
    branches/google/gcc-4_7-integration/gcc/fold-const.c
    branches/google/gcc-4_7-integration/gcc/fortran/ChangeLog
    branches/google/gcc-4_7-integration/gcc/fortran/frontend-passes.c
    branches/google/gcc-4_7-integration/gcc/fortran/module.c
    branches/google/gcc-4_7-integration/gcc/fortran/resolve.c
    branches/google/gcc-4_7-integration/gcc/fortran/trans-types.c
    branches/google/gcc-4_7-integration/gcc/gimple-fold.c
    branches/google/gcc-4_7-integration/gcc/go/ChangeLog
    branches/google/gcc-4_7-integration/gcc/go/config-lang.in
    branches/google/gcc-4_7-integration/gcc/go/gccgo.texi
    branches/google/gcc-4_7-integration/gcc/go/go-c.h
    branches/google/gcc-4_7-integration/gcc/go/go-gcc.cc
    branches/google/gcc-4_7-integration/gcc/go/go-lang.c
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/expressions.cc
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/expressions.h
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/gogo-tree.cc
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/gogo.cc
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/gogo.h
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/parse.cc
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/statements.cc
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/types.cc
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/types.h
    branches/google/gcc-4_7-integration/gcc/go/gofrontend/unsafe.cc
    branches/google/gcc-4_7-integration/gcc/go/lang.opt
    branches/google/gcc-4_7-integration/gcc/godump.c
    branches/google/gcc-4_7-integration/gcc/java/ChangeLog
    branches/google/gcc-4_7-integration/gcc/lto/ChangeLog
    branches/google/gcc-4_7-integration/gcc/objc/ChangeLog
    branches/google/gcc-4_7-integration/gcc/objcp/ChangeLog
    branches/google/gcc-4_7-integration/gcc/omp-low.c
    branches/google/gcc-4_7-integration/gcc/optabs.c
    branches/google/gcc-4_7-integration/gcc/output.h
    branches/google/gcc-4_7-integration/gcc/po/ChangeLog
    branches/google/gcc-4_7-integration/gcc/po/be.po
    branches/google/gcc-4_7-integration/gcc/po/da.po
    branches/google/gcc-4_7-integration/gcc/po/de.po
    branches/google/gcc-4_7-integration/gcc/po/el.po
    branches/google/gcc-4_7-integration/gcc/po/es.po
    branches/google/gcc-4_7-integration/gcc/po/fi.po
    branches/google/gcc-4_7-integration/gcc/po/fr.po
    branches/google/gcc-4_7-integration/gcc/po/gcc.pot
    branches/google/gcc-4_7-integration/gcc/po/id.po
    branches/google/gcc-4_7-integration/gcc/po/ja.po
    branches/google/gcc-4_7-integration/gcc/po/nl.po
    branches/google/gcc-4_7-integration/gcc/po/ru.po
    branches/google/gcc-4_7-integration/gcc/po/sr.po
    branches/google/gcc-4_7-integration/gcc/po/sv.po
    branches/google/gcc-4_7-integration/gcc/po/tr.po
    branches/google/gcc-4_7-integration/gcc/po/vi.po
    branches/google/gcc-4_7-integration/gcc/po/zh_CN.po
    branches/google/gcc-4_7-integration/gcc/po/zh_TW.po
    branches/google/gcc-4_7-integration/gcc/testsuite/ChangeLog
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/alias-decl-15.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/cpp0x/udlit-raw-op.C
    branches/google/gcc-4_7-integration/gcc/testsuite/g++.dg/ext/dllexport5.C   (props changed)
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/dll-8.c   (props changed)
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/pr49994-3.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52402.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/torture/pr52407.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/tree-ssa/vrp59.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.dg/tree-ssa/vrp60.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/progmem.h
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/avr/torture/avr-torture.exp
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/i386/avx2-vpermd-2.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/i386/avx2-vpermps-1.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/i386/avx2-vpermps-2.c
    branches/google/gcc-4_7-integration/gcc/testsuite/gcc.target/powerpc/ppc-round.c   (props changed)
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/aggr11.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/aggr11_pkg.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/aggr15.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/aggr15.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/aggr17.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/aggr18.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/array14.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/array14.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/array14_pkg.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/array19.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/array19.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/discr27.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/discr27.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/discr35.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/discr35.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/discr6.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/discr6_pkg.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/import1.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/import1.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/loop_address2.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/opt7.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/opt7.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/pointer_variable_bounds.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/pointer_variable_bounds.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/rep_clause2.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/rep_clause2.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/slice2.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/slice2.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/slice6.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/slice6_pkg.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/specs/unchecked_union2.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/taft_type2.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/taft_type2.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/taft_type2_pkg.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/volatile10.adb
    branches/google/gcc-4_7-integration/gcc/testsuite/gnat.dg/volatile10_pkg.ads
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/go-test.exp
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/env.go
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/fixedbugs/bug262.go
    branches/google/gcc-4_7-integration/gcc/testsuite/go.test/test/fixedbugs/bug388.go
    branches/google/gcc-4_7-integration/gcc/testsuite/lib/target-supports.exp
    branches/google/gcc-4_7-integration/gcc/trans-mem.c
    branches/google/gcc-4_7-integration/gcc/tree-cfg.c
    branches/google/gcc-4_7-integration/gcc/tree-chrec.h
    branches/google/gcc-4_7-integration/gcc/tree-data-ref.c
    branches/google/gcc-4_7-integration/gcc/tree-data-ref.h
    branches/google/gcc-4_7-integration/gcc/tree-if-conv.c
    branches/google/gcc-4_7-integration/gcc/tree-nested.c
    branches/google/gcc-4_7-integration/gcc/tree-scalar-evolution.c
    branches/google/gcc-4_7-integration/gcc/tree-sra.c
    branches/google/gcc-4_7-integration/gcc/tree-ssa-alias.c
    branches/google/gcc-4_7-integration/gcc/tree-ssa-ccp.c
    branches/google/gcc-4_7-integration/gcc/tree-ssa-forwprop.c
    branches/google/gcc-4_7-integration/gcc/tree-ssa-pre.c
    branches/google/gcc-4_7-integration/gcc/tree-ssa-tail-merge.c
    branches/google/gcc-4_7-integration/gcc/tree-vect-data-refs.c
    branches/google/gcc-4_7-integration/gcc/tree-vect-generic.c
    branches/google/gcc-4_7-integration/gcc/tree-vect-loop-manip.c
    branches/google/gcc-4_7-integration/gcc/tree-vect-loop.c
    branches/google/gcc-4_7-integration/gcc/tree-vect-patterns.c
    branches/google/gcc-4_7-integration/gcc/tree-vectorizer.h
    branches/google/gcc-4_7-integration/gcc/varasm.c
    branches/google/gcc-4_7-integration/gnattools/ChangeLog
    branches/google/gcc-4_7-integration/include/ChangeLog
    branches/google/gcc-4_7-integration/intl/ChangeLog
    branches/google/gcc-4_7-integration/libada/ChangeLog
    branches/google/gcc-4_7-integration/libcpp/ChangeLog
    branches/google/gcc-4_7-integration/libcpp/po/ChangeLog
    branches/google/gcc-4_7-integration/libcpp/po/ja.po
    branches/google/gcc-4_7-integration/libcpp/po/vi.po
    branches/google/gcc-4_7-integration/libdecnumber/ChangeLog
    branches/google/gcc-4_7-integration/libffi/ChangeLog
    branches/google/gcc-4_7-integration/libffi/src/powerpc/aix.S
    branches/google/gcc-4_7-integration/libffi/src/powerpc/aix_closure.S
    branches/google/gcc-4_7-integration/libgcc/ChangeLog
    branches/google/gcc-4_7-integration/libgcc/config/alpha/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/avr/lib1funcs.S
    branches/google/gcc-4_7-integration/libgcc/config/bfin/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/i386/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/ia64/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/ia64/unwind-ia64.c
    branches/google/gcc-4_7-integration/libgcc/config/libbid/ChangeLog
    branches/google/gcc-4_7-integration/libgcc/config/mips/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/pa/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/sh/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/tilepro/atomic.c
    branches/google/gcc-4_7-integration/libgcc/config/tilepro/atomic.h
    branches/google/gcc-4_7-integration/libgcc/config/tilepro/linux-unwind.h
    branches/google/gcc-4_7-integration/libgcc/config/xtensa/linux-unwind.h
    branches/google/gcc-4_7-integration/libgfortran/ChangeLog
    branches/google/gcc-4_7-integration/libgfortran/intrinsics/chmod.c
    branches/google/gcc-4_7-integration/libgo/MERGE
    branches/google/gcc-4_7-integration/libgo/Makefile.am
    branches/google/gcc-4_7-integration/libgo/Makefile.in
    branches/google/gcc-4_7-integration/libgo/config.h.in
    branches/google/gcc-4_7-integration/libgo/configure
    branches/google/gcc-4_7-integration/libgo/configure.ac
    branches/google/gcc-4_7-integration/libgo/go/archive/tar/reader.go
    branches/google/gcc-4_7-integration/libgo/go/archive/tar/writer.go
    branches/google/gcc-4_7-integration/libgo/go/archive/tar/writer_test.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/reader.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/reader_test.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/struct.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/writer.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/writer_test.go
    branches/google/gcc-4_7-integration/libgo/go/archive/zip/zip_test.go
    branches/google/gcc-4_7-integration/libgo/go/bufio/bufio.go
    branches/google/gcc-4_7-integration/libgo/go/bufio/bufio_test.go
    branches/google/gcc-4_7-integration/libgo/go/bytes/buffer.go
    branches/google/gcc-4_7-integration/libgo/go/bytes/bytes.go
    branches/google/gcc-4_7-integration/libgo/go/bytes/bytes_test.go
    branches/google/gcc-4_7-integration/libgo/go/bytes/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/compress/flate/deflate.go
    branches/google/gcc-4_7-integration/libgo/go/compress/flate/deflate_test.go
    branches/google/gcc-4_7-integration/libgo/go/compress/flate/huffman_bit_writer.go
    branches/google/gcc-4_7-integration/libgo/go/compress/gzip/gunzip.go
    branches/google/gcc-4_7-integration/libgo/go/compress/gzip/gzip.go
    branches/google/gcc-4_7-integration/libgo/go/compress/gzip/gzip_test.go
    branches/google/gcc-4_7-integration/libgo/go/compress/zlib/reader.go
    branches/google/gcc-4_7-integration/libgo/go/compress/zlib/writer.go
    branches/google/gcc-4_7-integration/libgo/go/compress/zlib/writer_test.go
    branches/google/gcc-4_7-integration/libgo/go/container/heap/heap.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/aes/cipher.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/cipher/cbc_aes_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/cipher/cfb_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/cipher/common_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/cipher/ctr_aes_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/cipher/ofb_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/des/block.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/des/cipher.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/des/des_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/dsa/dsa.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/ecdsa/ecdsa.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/md5/md5_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/rand/rand_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/rand/rand_unix.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/rsa/pkcs1v15.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/rsa/rsa.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/sha1/sha1_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/common.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/conn.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/generate_cert.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/handshake_client.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/handshake_client_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/handshake_server.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/handshake_server_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/key_agreement.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/root_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/tls/tls.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/pkcs1.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/verify.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/verify_test.go
    branches/google/gcc-4_7-integration/libgo/go/crypto/x509/x509.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/convert.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/convert_test.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/driver/driver.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/driver/types.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/driver/types_test.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/fakedb_test.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/sql.go
    branches/google/gcc-4_7-integration/libgo/go/database/sql/sql_test.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/buf.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/const.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/entry.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/open.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/testdata/typedef.c
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/testdata/typedef.elf
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/testdata/typedef.macho
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/type.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/type_test.go
    branches/google/gcc-4_7-integration/libgo/go/debug/dwarf/unit.go
    branches/google/gcc-4_7-integration/libgo/go/debug/elf/elf_test.go
    branches/google/gcc-4_7-integration/libgo/go/debug/elf/file.go
    branches/google/gcc-4_7-integration/libgo/go/debug/elf/file_test.go
    branches/google/gcc-4_7-integration/libgo/go/debug/gosym/pclntab_test.go
    branches/google/gcc-4_7-integration/libgo/go/debug/macho/file.go
    branches/google/gcc-4_7-integration/libgo/go/debug/macho/file_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/asn1/asn1.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/asn1/asn1_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/asn1/common.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/asn1/marshal.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/asn1/marshal_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/binary/binary.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/binary/binary_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/binary/varint_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/csv/reader.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/codec_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/debug.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/decode.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/doc.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/dump.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/encode.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/encoder_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/gobencdec_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/gob/type.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/hex/hex_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/json/decode.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/json/decode_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/json/encode.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/json/encode_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/json/indent.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/json/stream.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/xml/atom_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/xml/marshal.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/xml/marshal_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/xml/read.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/xml/read_test.go
    branches/google/gcc-4_7-integration/libgo/go/encoding/xml/typeinfo.go
    branches/google/gcc-4_7-integration/libgo/go/errors/errors_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/gotype/doc.go
    branches/google/gcc-4_7-integration/libgo/go/exp/gotype/gotype.go
    branches/google/gcc-4_7-integration/libgo/go/exp/html/node.go
    branches/google/gcc-4_7-integration/libgo/go/exp/inotify/inotify_linux_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/composition.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/composition_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/forminfo.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/input.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/maketables.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/maketesttables.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/normalize.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/normalize_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/normregtest.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/tables.go
    branches/google/gcc-4_7-integration/libgo/go/exp/norm/triegen.go
    branches/google/gcc-4_7-integration/libgo/go/exp/proxy/per_host.go
    branches/google/gcc-4_7-integration/libgo/go/exp/proxy/socks5.go
    branches/google/gcc-4_7-integration/libgo/go/exp/terminal/terminal.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/check.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/check_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/exportdata.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/gcimporter.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/gcimporter_test.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/types.go
    branches/google/gcc-4_7-integration/libgo/go/exp/types/universe.go
    branches/google/gcc-4_7-integration/libgo/go/exp/winfsnotify/winfsnotify_test.go
    branches/google/gcc-4_7-integration/libgo/go/expvar/expvar.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/doc.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/fmt_test.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/format.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/print.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/scan.go
    branches/google/gcc-4_7-integration/libgo/go/fmt/scan_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/ast/print.go
    branches/google/gcc-4_7-integration/libgo/go/go/ast/resolve.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/build.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/build_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/build/syslist_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/doc_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/example.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/exports.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/headscan.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/reader.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/b.0.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/b.1.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/b.2.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/b.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/benchmark.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/e.0.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/e.1.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/e.2.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/e.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/f.go
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/testing.1.golden
    branches/google/gcc-4_7-integration/libgo/go/go/doc/testdata/testing.go
    branches/google/gcc-4_7-integration/libgo/go/go/parser/interface.go
    branches/google/gcc-4_7-integration/libgo/go/go/parser/parser.go
    branches/google/gcc-4_7-integration/libgo/go/go/parser/parser_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/printer/nodes.go
    branches/google/gcc-4_7-integration/libgo/go/go/printer/performance_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/printer/printer.go
    branches/google/gcc-4_7-integration/libgo/go/go/printer/printer_test.go
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/comments.golden
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/comments.input
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/declarations.golden
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/declarations.input
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/expressions.golden
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/expressions.input
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/expressions.raw
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/parser.go
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/statements.golden
    branches/google/gcc-4_7-integration/libgo/go/go/printer/testdata/statements.input
    branches/google/gcc-4_7-integration/libgo/go/go/scanner/errors.go
    branches/google/gcc-4_7-integration/libgo/go/go/scanner/scanner.go
    branches/google/gcc-4_7-integration/libgo/go/go/scanner/scanner_test.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/clone_test.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/content.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/content_test.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/doc.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/escape.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/escape_test.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/html.go
    branches/google/gcc-4_7-integration/libgo/go/html/template/template.go
    branches/google/gcc-4_7-integration/libgo/go/image/draw/draw.go
    branches/google/gcc-4_7-integration/libgo/go/image/image.go
    branches/google/gcc-4_7-integration/libgo/go/image/png/reader_test.go
    branches/google/gcc-4_7-integration/libgo/go/image/png/writer.go
    branches/google/gcc-4_7-integration/libgo/go/image/ycbcr_test.go
    branches/google/gcc-4_7-integration/libgo/go/index/suffixarray/qsufsort.go
    branches/google/gcc-4_7-integration/libgo/go/io/io.go
    branches/google/gcc-4_7-integration/libgo/go/io/ioutil/ioutil.go
    branches/google/gcc-4_7-integration/libgo/go/io/ioutil/tempfile.go
    branches/google/gcc-4_7-integration/libgo/go/io/pipe.go
    branches/google/gcc-4_7-integration/libgo/go/log/log.go
    branches/google/gcc-4_7-integration/libgo/go/log/log_test.go
    branches/google/gcc-4_7-integration/libgo/go/log/syslog/syslog.go
    branches/google/gcc-4_7-integration/libgo/go/log/syslog/syslog_test.go
    branches/google/gcc-4_7-integration/libgo/go/log/syslog/syslog_unix.go
    branches/google/gcc-4_7-integration/libgo/go/math/big/calibrate_test.go
    branches/google/gcc-4_7-integration/libgo/go/math/big/nat.go
    branches/google/gcc-4_7-integration/libgo/go/math/big/nat_test.go
    branches/google/gcc-4_7-integration/libgo/go/math/const.go
    branches/google/gcc-4_7-integration/libgo/go/math/erf.go
    branches/google/gcc-4_7-integration/libgo/go/math/gamma.go
    branches/google/gcc-4_7-integration/libgo/go/math/rand/rand.go
    branches/google/gcc-4_7-integration/libgo/go/math/rand/rand_test.go
    branches/google/gcc-4_7-integration/libgo/go/mime/grammar.go
    branches/google/gcc-4_7-integration/libgo/go/mime/mediatype.go
    branches/google/gcc-4_7-integration/libgo/go/mime/multipart/formdata.go
    branches/google/gcc-4_7-integration/libgo/go/net/cgo_unix.go
    branches/google/gcc-4_7-integration/libgo/go/net/dial.go
    branches/google/gcc-4_7-integration/libgo/go/net/dial_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/dialgoogle_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/dnsclient.go
    branches/google/gcc-4_7-integration/libgo/go/net/dnsmsg.go
    branches/google/gcc-4_7-integration/libgo/go/net/dnsmsg_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/fd.go
    branches/google/gcc-4_7-integration/libgo/go/net/fd_linux.go
    branches/google/gcc-4_7-integration/libgo/go/net/fd_select.go
    branches/google/gcc-4_7-integration/libgo/go/net/fd_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/file.go
    branches/google/gcc-4_7-integration/libgo/go/net/file_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/file_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/hosts_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/cgi/child.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/cgi/host_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/cgi/matryoshka_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/client_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/cookie_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/doc.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/fcgi/child.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/fs.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/fs_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/httptest/server.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/httputil/dump.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/httputil/dump_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/httputil/persist.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/lex.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/pprof/pprof.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/request.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/request_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/response_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/serve_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/server.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/sniff.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/sniff_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/status.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/transfer.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/transport.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/transport_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/http/triv.go
    branches/google/gcc-4_7-integration/libgo/go/net/interface.go
    branches/google/gcc-4_7-integration/libgo/go/net/interface_linux.go
    branches/google/gcc-4_7-integration/libgo/go/net/interface_stub.go
    branches/google/gcc-4_7-integration/libgo/go/net/interface_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/interface_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/ip_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/ipraw_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/iprawsock_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/iprawsock_posix.go
    branches/google/gcc-4_7-integration/libgo/go/net/ipsock_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/ipsock_posix.go
    branches/google/gcc-4_7-integration/libgo/go/net/lookup_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/lookup_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/mail/message.go
    branches/google/gcc-4_7-integration/libgo/go/net/multicast_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/net.go
    branches/google/gcc-4_7-integration/libgo/go/net/net_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/newpollserver.go
    branches/google/gcc-4_7-integration/libgo/go/net/parse.go
    branches/google/gcc-4_7-integration/libgo/go/net/parse_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/rpc/client.go
    branches/google/gcc-4_7-integration/libgo/go/net/rpc/server.go
    branches/google/gcc-4_7-integration/libgo/go/net/rpc/server_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/sendfile_linux.go
    branches/google/gcc-4_7-integration/libgo/go/net/sendfile_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/server_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/smtp/smtp.go
    branches/google/gcc-4_7-integration/libgo/go/net/smtp/smtp_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/sock.go
    branches/google/gcc-4_7-integration/libgo/go/net/sock_bsd.go
    branches/google/gcc-4_7-integration/libgo/go/net/sock_linux.go
    branches/google/gcc-4_7-integration/libgo/go/net/sock_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockopt.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockopt_bsd.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockopt_linux.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockopt_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_bsd.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_darwin.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_freebsd.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_linux.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_openbsd.go
    branches/google/gcc-4_7-integration/libgo/go/net/sockoptip_windows.go
    branches/google/gcc-4_7-integration/libgo/go/net/tcpsock_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/tcpsock_posix.go
    branches/google/gcc-4_7-integration/libgo/go/net/textproto/reader.go
    branches/google/gcc-4_7-integration/libgo/go/net/textproto/reader_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/textproto/textproto.go
    branches/google/gcc-4_7-integration/libgo/go/net/timeout_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/udp_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/udpsock_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/udpsock_posix.go
    branches/google/gcc-4_7-integration/libgo/go/net/unicast_test.go
    branches/google/gcc-4_7-integration/libgo/go/net/unixsock_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/net/unixsock_posix.go
    branches/google/gcc-4_7-integration/libgo/go/net/url/url.go
    branches/google/gcc-4_7-integration/libgo/go/net/url/url_test.go
    branches/google/gcc-4_7-integration/libgo/go/old/netchan/netchan_test.go
    branches/google/gcc-4_7-integration/libgo/go/os/dir.go
    branches/google/gcc-4_7-integration/libgo/go/os/dir_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/os/doc.go
    branches/google/gcc-4_7-integration/libgo/go/os/env.go
    branches/google/gcc-4_7-integration/libgo/go/os/error.go
    branches/google/gcc-4_7-integration/libgo/go/os/error_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/os/error_posix.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec/exec.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec/exec_test.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec/lp_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec/lp_unix.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec/lp_windows.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec_posix.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec_unix.go
    branches/google/gcc-4_7-integration/libgo/go/os/exec_windows.go
    branches/google/gcc-4_7-integration/libgo/go/os/file.go
    branches/google/gcc-4_7-integration/libgo/go/os/file_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/os/file_posix.go
    branches/google/gcc-4_7-integration/libgo/go/os/file_unix.go
    branches/google/gcc-4_7-integration/libgo/go/os/getwd.go
    branches/google/gcc-4_7-integration/libgo/go/os/os_test.go
    branches/google/gcc-4_7-integration/libgo/go/os/path.go
    branches/google/gcc-4_7-integration/libgo/go/os/path_test.go
    branches/google/gcc-4_7-integration/libgo/go/os/stat.go
    branches/google/gcc-4_7-integration/libgo/go/os/stat_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/os/stat_solaris.go
    branches/google/gcc-4_7-integration/libgo/go/os/types.go
    branches/google/gcc-4_7-integration/libgo/go/path/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/match.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/match_test.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/path.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/path_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/path_test.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/path_unix.go
    branches/google/gcc-4_7-integration/libgo/go/path/filepath/path_windows.go
    branches/google/gcc-4_7-integration/libgo/go/path/match.go
    branches/google/gcc-4_7-integration/libgo/go/path/path.go
    branches/google/gcc-4_7-integration/libgo/go/reflect/all_test.go
    branches/google/gcc-4_7-integration/libgo/go/reflect/deepequal.go
    branches/google/gcc-4_7-integration/libgo/go/reflect/type.go
    branches/google/gcc-4_7-integration/libgo/go/reflect/value.go
    branches/google/gcc-4_7-integration/libgo/go/regexp/all_test.go
    branches/google/gcc-4_7-integration/libgo/go/regexp/regexp.go
    branches/google/gcc-4_7-integration/libgo/go/regexp/syntax/parse.go
    branches/google/gcc-4_7-integration/libgo/go/regexp/syntax/regexp.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/debug.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/debug/stack.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/debug/stack_test.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/error.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/extern.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/gc_test.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/mem.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/pprof/pprof.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/pprof/pprof_test.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/softfloat64.go
    branches/google/gcc-4_7-integration/libgo/go/runtime/type.go
    branches/google/gcc-4_7-integration/libgo/go/sort/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/sort/sort.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/atof.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/atof_test.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/decimal.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/extfloat.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/itoa_test.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/quote.go
    branches/google/gcc-4_7-integration/libgo/go/strconv/quote_test.go
    branches/google/gcc-4_7-integration/libgo/go/strings/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/strings/reader.go
    branches/google/gcc-4_7-integration/libgo/go/sync/atomic/atomic_test.go
    branches/google/gcc-4_7-integration/libgo/go/sync/cond.go
    branches/google/gcc-4_7-integration/libgo/go/sync/mutex.go
    branches/google/gcc-4_7-integration/libgo/go/sync/mutex_test.go
    branches/google/gcc-4_7-integration/libgo/go/sync/rwmutex.go
    branches/google/gcc-4_7-integration/libgo/go/sync/rwmutex_test.go
    branches/google/gcc-4_7-integration/libgo/go/sync/waitgroup.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/exec_bsd.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/exec_linux.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/exec_unix.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/exec_windows.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/libcall_linux.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/libcall_posix.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/libcall_support.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/mksyscall.awk
    branches/google/gcc-4_7-integration/libgo/go/syscall/netlink_linux.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/sockcmsg_unix.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/socket.go
    branches/google/gcc-4_7-integration/libgo/go/syscall/syscall_unix.go
    branches/google/gcc-4_7-integration/libgo/go/testing/benchmark.go
    branches/google/gcc-4_7-integration/libgo/go/testing/example.go
    branches/google/gcc-4_7-integration/libgo/go/testing/iotest/reader.go
    branches/google/gcc-4_7-integration/libgo/go/testing/quick/quick.go
    branches/google/gcc-4_7-integration/libgo/go/testing/testing.go
    branches/google/gcc-4_7-integration/libgo/go/text/scanner/scanner.go
    branches/google/gcc-4_7-integration/libgo/go/text/tabwriter/tabwriter.go
    branches/google/gcc-4_7-integration/libgo/go/text/tabwriter/tabwriter_test.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/doc.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/exec.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/exec_test.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/funcs.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/multi_test.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/parse/lex.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/parse/node.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/parse/parse.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/parse/parse_test.go
    branches/google/gcc-4_7-integration/libgo/go/text/template/template.go
    branches/google/gcc-4_7-integration/libgo/go/time/example_test.go
    branches/google/gcc-4_7-integration/libgo/go/time/format.go
    branches/google/gcc-4_7-integration/libgo/go/time/sleep_test.go
    branches/google/gcc-4_7-integration/libgo/go/time/sys_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/time/sys_unix.go
    branches/google/gcc-4_7-integration/libgo/go/time/sys_windows.go
    branches/google/gcc-4_7-integration/libgo/go/time/tick_test.go
    branches/google/gcc-4_7-integration/libgo/go/time/time.go
    branches/google/gcc-4_7-integration/libgo/go/time/time_test.go
    branches/google/gcc-4_7-integration/libgo/go/time/zoneinfo.go
    branches/google/gcc-4_7-integration/libgo/go/time/zoneinfo_plan9.go
    branches/google/gcc-4_7-integration/libgo/go/time/zoneinfo_unix.go
    branches/google/gcc-4_7-integration/libgo/go/time/zoneinfo_windows.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/graphic.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/letter.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/tables.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/utf16/utf16.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/utf16/utf16_test.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/utf8/utf8.go
    branches/google/gcc-4_7-integration/libgo/go/unicode/utf8/utf8_test.go
    branches/google/gcc-4_7-integration/libgo/merge.sh
    branches/google/gcc-4_7-integration/libgo/mksysinfo.sh
    branches/google/gcc-4_7-integration/libgo/runtime/chan.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-assert-interface.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-caller.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-check-interface.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-convert-interface.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-main.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-panic.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-panic.h
    branches/google/gcc-4_7-integration/libgo/runtime/go-runtime-error.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-signal.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-type-identity.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-unsafe-new.c
    branches/google/gcc-4_7-integration/libgo/runtime/go-unsafe-newarray.c
    branches/google/gcc-4_7-integration/libgo/runtime/lock_futex.c
    branches/google/gcc-4_7-integration/libgo/runtime/lock_sema.c
    branches/google/gcc-4_7-integration/libgo/runtime/malloc.goc
    branches/google/gcc-4_7-integration/libgo/runtime/malloc.h
    branches/google/gcc-4_7-integration/libgo/runtime/mem.c
    branches/google/gcc-4_7-integration/libgo/runtime/mgc0.c
    branches/google/gcc-4_7-integration/libgo/runtime/mheap.c
    branches/google/gcc-4_7-integration/libgo/runtime/mprof.goc
    branches/google/gcc-4_7-integration/libgo/runtime/proc.c
    branches/google/gcc-4_7-integration/libgo/runtime/reflect.goc
    branches/google/gcc-4_7-integration/libgo/runtime/runtime.c
    branches/google/gcc-4_7-integration/libgo/runtime/runtime.h
    branches/google/gcc-4_7-integration/libgo/runtime/sema.goc
    branches/google/gcc-4_7-integration/libgo/runtime/sigqueue.goc
    branches/google/gcc-4_7-integration/libgo/runtime/thread-linux.c
    branches/google/gcc-4_7-integration/libgo/runtime/thread.c
    branches/google/gcc-4_7-integration/libgo/testsuite/gotest
    branches/google/gcc-4_7-integration/libgomp/ChangeLog
    branches/google/gcc-4_7-integration/libiberty/ChangeLog
    branches/google/gcc-4_7-integration/libiberty/cp-demangle.c
    branches/google/gcc-4_7-integration/libiberty/testsuite/demangle-expected
    branches/google/gcc-4_7-integration/libitm/ChangeLog
    branches/google/gcc-4_7-integration/libitm/config/linux/rwlock.cc
    branches/google/gcc-4_7-integration/libitm/config/x86/target.h
    branches/google/gcc-4_7-integration/libitm/libitm.texi
    branches/google/gcc-4_7-integration/libjava/ChangeLog
    branches/google/gcc-4_7-integration/libjava/classpath/   (props changed)
    branches/google/gcc-4_7-integration/libjava/classpath/ChangeLog
    branches/google/gcc-4_7-integration/libjava/defineclass.cc
    branches/google/gcc-4_7-integration/libjava/libltdl/ChangeLog
    branches/google/gcc-4_7-integration/libmudflap/ChangeLog
    branches/google/gcc-4_7-integration/libobjc/ChangeLog
    branches/google/gcc-4_7-integration/libquadmath/ChangeLog
    branches/google/gcc-4_7-integration/libssp/ChangeLog
    branches/google/gcc-4_7-integration/libstdc++-v3/ChangeLog
    branches/google/gcc-4_7-integration/libstdc++-v3/acinclude.m4
    branches/google/gcc-4_7-integration/libstdc++-v3/config/abi/post/hppa-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_7-integration/libstdc++-v3/config/abi/post/sparc-linux-gnu/baseline_symbols.txt
    branches/google/gcc-4_7-integration/libstdc++-v3/config/locale/gnu/monetary_members.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/configure
    branches/google/gcc-4_7-integration/libstdc++-v3/include/Makefile.am
    branches/google/gcc-4_7-integration/libstdc++-v3/include/Makefile.in
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/deque.tcc
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/forward_list.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/forward_list.tcc
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/hashtable.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/hashtable_policy.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/ptr_traits.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/random.tcc
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/shared_ptr_base.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/stl_algo.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/stl_algobase.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/stl_function.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/bits/stl_vector.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/c_global/cstdio
    branches/google/gcc-4_7-integration/libstdc++-v3/include/c_std/cstdio
    branches/google/gcc-4_7-integration/libstdc++-v3/include/debug/forward_list
    branches/google/gcc-4_7-integration/libstdc++-v3/include/debug/safe_iterator.h
    branches/google/gcc-4_7-integration/libstdc++-v3/include/debug/safe_iterator.tcc
    branches/google/gcc-4_7-integration/libstdc++-v3/include/ext/functional
    branches/google/gcc-4_7-integration/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp
    branches/google/gcc-4_7-integration/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp
    branches/google/gcc-4_7-integration/libstdc++-v3/include/std/array
    branches/google/gcc-4_7-integration/libstdc++-v3/include/std/scoped_allocator
    branches/google/gcc-4_7-integration/libstdc++-v3/libsupc++/Makefile.am
    branches/google/gcc-4_7-integration/libstdc++-v3/libsupc++/Makefile.in
    branches/google/gcc-4_7-integration/libstdc++-v3/src/Makefile.am
    branches/google/gcc-4_7-integration/libstdc++-v3/src/Makefile.in
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/Makefile.am
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/Makefile.in
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/compatibility-atomic-c++0x.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/compatibility-c++0x.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/future.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++11/mutex.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++98/Makefile.am
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++98/Makefile.in
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++98/compatibility-ldbl.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++98/compatibility-list-2.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++98/compatibility-list.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/src/c++98/compatibility.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/20_util/pointer_traits/requirements/typedefs.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/20_util/scoped_allocator/1.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/20_util/shared_ptr/cons/43820_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/22_locale/locale/cons/12352.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/debug/splice_after.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/operations/1.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/assign_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_1_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/constructor_2_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/forward_list/requirements/dr438/insert_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/assign_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/23_containers/vector/requirements/dr438/insert_neg.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/25_algorithms/stable_partition/mem_check.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/25_algorithms/stable_sort/mem_check.cc
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/Makefile.am
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/Makefile.in
    branches/google/gcc-4_7-integration/libstdc++-v3/testsuite/performance/30_threads/future/polling.cc
    branches/google/gcc-4_7-integration/lto-plugin/ChangeLog
    branches/google/gcc-4_7-integration/maintainer-scripts/ChangeLog
    branches/google/gcc-4_7-integration/zlib/ChangeLog

Propchange: branches/google/gcc-4_7-integration/
            ('svn:mergeinfo' modified)

Propchange: branches/google/gcc-4_7-integration/
            ('svnmerge-integrated' modified)

Propchange: branches/google/gcc-4_7-integration/gcc/ada/a-assert.adb
            ('svn:executable' removed)

Propchange: branches/google/gcc-4_7-integration/gcc/ada/a-assert.ads
            ('svn:executable' removed)

Propchange: branches/google/gcc-4_7-integration/gcc/ada/a-chacon.adb
            ('svn:executable' removed)

Propchange: branches/google/gcc-4_7-integration/gcc/ada/a-chacon.ads
            ('svn:executable' removed)

Propchange: branches/google/gcc-4_7-integration/gcc/ada/a-coteio.ads
            ('svn:executable' removed)

Propchange: branches/google/gcc-4_7-integration/gcc/ada/a-envvar.adb
            ('svn:executable' removed)



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