r116780 - in /branches/redhat/gcc-4_1-branch: g...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Fri Sep 8 15:06:00 GMT 2006
Author: jakub
Date: Fri Sep 8 15:06:30 2006
New Revision: 116780
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=116780
Log:
svn merge -r116498:116778 svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_1-branch
Added:
branches/redhat/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/crash33.C
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/g++.dg/parse/crash33.C
branches/redhat/gcc-4_1-branch/gcc/testsuite/g++.dg/template/array16.C
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/g++.dg/template/array16.C
branches/redhat/gcc-4_1-branch/gcc/testsuite/g++.dg/template/ttp22.C
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/g++.dg/template/ttp22.C
branches/redhat/gcc-4_1-branch/gcc/testsuite/g++.dg/warn/volatile1.C
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/g++.dg/warn/volatile1.C
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060823-1.c
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060823-1.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060904-1.c
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/compile/20060904-1.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20060905-1.c
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gcc.c-torture/execute/20060905-1.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/long-long-cst1.c
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/long-long-cst1.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr24367.c
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/pr24367.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr28814.c
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gcc.dg/torture/pr28814.c
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/aliasing_dummy_2.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/aliasing_dummy_2.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_6.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_6.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/invalid_interface_assignment.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/invalid_interface_assignment.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/matmul_3.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/matmul_3.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_proc_external_dummy.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/module_proc_external_dummy.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/redefined_intrinsic_assignment.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/redefined_intrinsic_assignment.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_5.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_5.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_6.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_6.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_7.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_7.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_8.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_8.f90
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_9.f90
- copied unchanged from r116778, branches/gcc-4_1-branch/gcc/testsuite/gfortran.dg/used_types_9.f90
Modified:
branches/redhat/gcc-4_1-branch/gcc/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/DATESTAMP
branches/redhat/gcc-4_1-branch/gcc/Makefile.in
branches/redhat/gcc-4_1-branch/gcc/cfgexpand.c
branches/redhat/gcc-4_1-branch/gcc/config/s390/s390.md
branches/redhat/gcc-4_1-branch/gcc/cp/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/cp/class.c
branches/redhat/gcc-4_1-branch/gcc/cp/cp-tree.h
branches/redhat/gcc-4_1-branch/gcc/cp/cvt.c
branches/redhat/gcc-4_1-branch/gcc/cp/decl.c
branches/redhat/gcc-4_1-branch/gcc/cp/except.c
branches/redhat/gcc-4_1-branch/gcc/cp/lex.c
branches/redhat/gcc-4_1-branch/gcc/cp/name-lookup.c
branches/redhat/gcc-4_1-branch/gcc/cp/parser.c
branches/redhat/gcc-4_1-branch/gcc/cp/pt.c
branches/redhat/gcc-4_1-branch/gcc/cp/repo.c
branches/redhat/gcc-4_1-branch/gcc/cp/semantics.c
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/cse.c
branches/redhat/gcc-4_1-branch/gcc/dwarf2out.c
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/gfortran.h
branches/redhat/gcc-4_1-branch/gcc/fortran/interface.c
branches/redhat/gcc-4_1-branch/gcc/fortran/parse.c
branches/redhat/gcc-4_1-branch/gcc/fortran/resolve.c
branches/redhat/gcc-4_1-branch/gcc/fortran/symbol.c
branches/redhat/gcc-4_1-branch/gcc/fortran/trans-expr.c
branches/redhat/gcc-4_1-branch/gcc/fortran/trans-types.c
branches/redhat/gcc-4_1-branch/gcc/loop.c
branches/redhat/gcc-4_1-branch/gcc/po/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/po/sv.po
branches/redhat/gcc-4_1-branch/gcc/testsuite/ChangeLog
branches/redhat/gcc-4_1-branch/gcc/testsuite/gfortran.dg/generic_5.f90
branches/redhat/gcc-4_1-branch/gcc/tree-inline.c
branches/redhat/gcc-4_1-branch/gcc/varasm.c
branches/redhat/gcc-4_1-branch/gcc/version.c
branches/redhat/gcc-4_1-branch/libcpp/po/ChangeLog
branches/redhat/gcc-4_1-branch/libcpp/po/vi.po
branches/redhat/gcc-4_1-branch/libgfortran/ChangeLog
More information about the Gcc-cvs
mailing list