r198804 - in /branches/google/gcc-4_8: ./ gcc/ ...
dnovillo@gcc.gnu.org
dnovillo@gcc.gnu.org
Sun May 12 14:44:00 GMT 2013
Author: dnovillo
Date: Sun May 12 14:44:25 2013
New Revision: 198804
URL: http://gcc.gnu.org/viewcvs?rev=198804&root=gcc&view=rev
Log:
Merge from gcc-4_8-branch
Merged revisions 198615,198632,198637-198639,198645,198656,198660,198664-198665,198668,198672,198685,198687,198702,198705,198708,198712,198721,198728,198737-198738,198749,198754,198759,198763,198774,198780,198783,198786-198787,198798,198801 via svnmerge from
svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_8-branch
=======================================================================
Bugs fixed (http://gcc.gnu.org/bugzilla)
Codegen
57106, 55033
Optimizers
57185, 57000, 57149, 57200, 56988, 57214
Fortran
57142
C++
57183, 57212, 57068, 57222, 57047
Debug
57184
PPC
57150
Added:
branches/google/gcc-4_8/gcc/testsuite/c-c++-common/vector-scalar-2.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/c-c++-common/vector-scalar-2.c
branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/alias-decl-34.C
branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/auto38.C
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/auto38.C
branches/google/gcc-4_8/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/cpp0x/constexpr-array-ptr8.C
branches/google/gcc-4_8/gcc/testsuite/g++.dg/parse/ref-qual1.C
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/g++.dg/parse/ref-qual1.C
branches/google/gcc-4_8/gcc/testsuite/gcc.dg/autopar/pr57185.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/autopar/pr57185.c
branches/google/gcc-4_8/gcc/testsuite/gcc.dg/ipa/pr56988.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/ipa/pr56988.c
branches/google/gcc-4_8/gcc/testsuite/gcc.dg/pr57149.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr57149.c
branches/google/gcc-4_8/gcc/testsuite/gcc.dg/pr57184.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/pr57184.c
branches/google/gcc-4_8/gcc/testsuite/gcc.dg/torture/pr57214.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/torture/pr57214.c
branches/google/gcc-4_8/gcc/testsuite/gcc.dg/tree-ssa/reassoc-27.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.dg/tree-ssa/reassoc-27.c
branches/google/gcc-4_8/gcc/testsuite/gcc.target/i386/pr57106.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/i386/pr57106.c
branches/google/gcc-4_8/gcc/testsuite/gcc.target/powerpc/pr57150.c
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gcc.target/powerpc/pr57150.c
branches/google/gcc-4_8/gcc/testsuite/gfortran.dg/size_kind_2.f90
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/size_kind_2.f90
branches/google/gcc-4_8/gcc/testsuite/gfortran.dg/size_kind_3.f90
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gfortran.dg/size_kind_3.f90
branches/google/gcc-4_8/gcc/testsuite/gnat.dg/specs/array3.ads
- copied unchanged from r198801, branches/gcc-4_8-branch/gcc/testsuite/gnat.dg/specs/array3.ads
Modified:
branches/google/gcc-4_8/ (props changed)
branches/google/gcc-4_8/gcc/ (props changed)
branches/google/gcc-4_8/gcc/ChangeLog
branches/google/gcc-4_8/gcc/DATESTAMP
branches/google/gcc-4_8/gcc/ada/ChangeLog
branches/google/gcc-4_8/gcc/ada/gcc-interface/decl.c
branches/google/gcc-4_8/gcc/config.in
branches/google/gcc-4_8/gcc/config/arm/t-rtems-eabi
branches/google/gcc-4_8/gcc/config/epiphany/epiphany.c
branches/google/gcc-4_8/gcc/config/i386/i386.c
branches/google/gcc-4_8/gcc/config/i386/winnt.c
branches/google/gcc-4_8/gcc/config/rs6000/rs6000.c
branches/google/gcc-4_8/gcc/config/rs6000/rs6000.h
branches/google/gcc-4_8/gcc/config/sh/sh.md
branches/google/gcc-4_8/gcc/config/v850/t-rtems
branches/google/gcc-4_8/gcc/configure
branches/google/gcc-4_8/gcc/configure.ac
branches/google/gcc-4_8/gcc/cp/ChangeLog
branches/google/gcc-4_8/gcc/cp/decl.c
branches/google/gcc-4_8/gcc/cp/error.c
branches/google/gcc-4_8/gcc/cp/parser.c
branches/google/gcc-4_8/gcc/cp/pt.c
branches/google/gcc-4_8/gcc/cp/semantics.c
branches/google/gcc-4_8/gcc/cp/typeck.c
branches/google/gcc-4_8/gcc/expr.c
branches/google/gcc-4_8/gcc/fortran/ChangeLog
branches/google/gcc-4_8/gcc/fortran/resolve.c
branches/google/gcc-4_8/gcc/fortran/simplify.c
branches/google/gcc-4_8/gcc/intl.h
branches/google/gcc-4_8/gcc/ipa-cp.c
branches/google/gcc-4_8/gcc/ipa-prop.c
branches/google/gcc-4_8/gcc/ipa-prop.h
branches/google/gcc-4_8/gcc/java/ChangeLog
branches/google/gcc-4_8/gcc/java/class.c
branches/google/gcc-4_8/gcc/testsuite/ChangeLog
branches/google/gcc-4_8/gcc/testsuite/g++.dg/template/crash84.C
branches/google/gcc-4_8/gcc/testsuite/gcc.target/powerpc/ppc-round.c (props changed)
branches/google/gcc-4_8/gcc/tree-parloops.c
branches/google/gcc-4_8/gcc/tree-ssa-loop-ivcanon.c
branches/google/gcc-4_8/gcc/tree-ssa-loop-niter.c
branches/google/gcc-4_8/gcc/tree-ssa-reassoc.c
branches/google/gcc-4_8/gcc/tree-ssa-uninit.c
branches/google/gcc-4_8/gcc/varasm.c
branches/google/gcc-4_8/libjava/classpath/ (props changed)
branches/google/gcc-4_8/libstdc++-v3/ChangeLog
branches/google/gcc-4_8/libstdc++-v3/include/Makefile.am
branches/google/gcc-4_8/libstdc++-v3/include/Makefile.in
Propchange: branches/google/gcc-4_8/
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_8/
('svnmerge-integrated' modified)
Propchange: branches/google/gcc-4_8/gcc/
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_8/gcc/testsuite/gcc.target/powerpc/ppc-round.c
('svn:mergeinfo' modified)
Propchange: branches/google/gcc-4_8/libjava/classpath/
('svn:mergeinfo' modified)
More information about the Gcc-cvs
mailing list