r117136 - in /branches/redhat/gcc-4_1-branch: g...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Fri Sep 22 11:35:00 GMT 2006
Author: jakub
Date: Fri Sep 22 11:35:13 2006
New Revision: 117136
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=117136
Log:
svn merge -r113059:113060 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r113616:113617 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r113827:113828 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r113870:113871 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r114057:114058 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r115692:115693 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r115781:115782 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r116208:116209 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r116328:116329 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
svn merge -r116785:116786 svn+ssh://gcc.gnu.org/svn/gcc/trunk/libgomp/
svn merge -r116914:116915 svn+ssh://gcc.gnu.org/svn/gcc/trunk/libgomp/
svn merge -r117133:117134 svn+ssh://gcc.gnu.org/svn/gcc/trunk/
Added:
branches/redhat/gcc-4_1-branch/gcc/opts-common.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/g++.dg/ext/attrib26.C
- copied unchanged from r116329, trunk/gcc/testsuite/g++.dg/ext/attrib26.C
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-5.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-5_main.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-5_main.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-5_x.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-5_x.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-5_y.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-5_y.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-6.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-6.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_main.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_main.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_x.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_x.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-6_y.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-x.h
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-x.h
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/compat/scalar-by-value-y.h
- copied unchanged from r114058, trunk/gcc/testsuite/gcc.dg/compat/scalar-by-value-y.h
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr25795-1.c
- copied unchanged from r115693, trunk/gcc/testsuite/gcc.dg/pr25795-1.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr25795.c
- copied unchanged from r115693, trunk/gcc/testsuite/gcc.dg/pr25795.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.target/i386/monitor.c
- copied unchanged from r113617, trunk/gcc/testsuite/gcc.target/i386/monitor.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.target/i386/stack-prot-kernel.c
- copied unchanged from r115782, trunk/gcc/testsuite/gcc.target/i386/stack-prot-kernel.c
Modified:
branches/redhat/gcc-4_1-branch/gcc/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/Makefile.in
branches/redhat/gcc-4_1-branch/gcc/c-common.c
branches/redhat/gcc-4_1-branch/gcc/c-decl.c
branches/redhat/gcc-4_1-branch/gcc/cgraph.c
branches/redhat/gcc-4_1-branch/gcc/cgraph.h
branches/redhat/gcc-4_1-branch/gcc/cgraphunit.c
branches/redhat/gcc-4_1-branch/gcc/common.opt
branches/redhat/gcc-4_1-branch/gcc/config/arm/arm.opt
branches/redhat/gcc-4_1-branch/gcc/config/i386/i386.md
branches/redhat/gcc-4_1-branch/gcc/config/i386/i386.opt
branches/redhat/gcc-4_1-branch/gcc/config/i386/pmmintrin.h
branches/redhat/gcc-4_1-branch/gcc/config/i386/sse.md
branches/redhat/gcc-4_1-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/cp/Make-lang.in
branches/redhat/gcc-4_1-branch/gcc/cp/tree.c
branches/redhat/gcc-4_1-branch/gcc/cp/typeck.c
branches/redhat/gcc-4_1-branch/gcc/doc/options.texi
branches/redhat/gcc-4_1-branch/gcc/fold-const.c
branches/redhat/gcc-4_1-branch/gcc/fortran/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/fortran/Make-lang.in
branches/redhat/gcc-4_1-branch/gcc/gcc.c
branches/redhat/gcc-4_1-branch/gcc/java/Make-lang.in
branches/redhat/gcc-4_1-branch/gcc/optc-gen.awk
branches/redhat/gcc-4_1-branch/gcc/opts.c
branches/redhat/gcc-4_1-branch/gcc/opts.h
branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/tree-ssa-propagate.c
branches/redhat/gcc-4_1-branch/gcc/treelang/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/treelang/Make-lang.in
branches/redhat/gcc-4_1-branch/libgomp/ChangeLog
branches/redhat/gcc-4_1-branch/libgomp/configure
branches/redhat/gcc-4_1-branch/libgomp/configure.ac
branches/redhat/gcc-4_1-branch/libgomp/env.c
branches/redhat/gcc-4_1-branch/libgomp/testsuite/libgomp.fortran/reduction3.f90
branches/redhat/gcc-4_1-branch/libgomp/testsuite/libgomp.fortran/reduction4.f90
More information about the Gcc-cvs
mailing list