From: Uros Bizjak Date: Sun, 14 Mar 2010 17:16:20 +0000 (+0100) Subject: packed1.C: Expect warning on the alpha*-*-*. X-Git-Tag: upstream/12.2.0~94248 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77514c73c3602bb5fcab5028b68f1cca7dcb8a38;p=platform%2Fupstream%2Fgcc.git packed1.C: Expect warning on the alpha*-*-*. * g++.dg/abi/packed1.C: Expect warning on the alpha*-*-*. * g++.dg/graphite/pr43026.C (dg-options): Remove -m32. From-SVN: r157448 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4d9c1c1..866ad6d 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -116,7 +116,8 @@ 2010-03-11 David S. Miller - * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple of four. + * configure.ac (gcc_cv_as_cfi_advance_working): Skip a multiple + of four. * configure: Rebuild. 2010-03-11 Martin Jambor @@ -143,8 +144,8 @@ 2010-03-11 Andreas Krebbel PR tree-optimization/43280 - * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number generation. - Move calculation of size out of the if branch. + * tree-ssa-math-opts.c (find_bswap_1): Modify symbolic number + generation. Move calculation of size out of the if branch. (find_bswap): Modify compare number generation. 2010-03-11 Richard Guenther @@ -281,8 +282,7 @@ * graphite-clast-to-gimple.c (clast_to_gcc_expression): Also handle conversions from pointer to integers. (gcc_type_for_cloog_iv): Choose the smalles signed integer as an - induction variable, to be able to work with code generated by - CLooG. + induction variable, to be able to work with code generated by CLooG. * graphite-sese-to-poly.c (scop_ivs_can_be_represented): New. (build_poly_scop): Bail out if we cannot codegen a loop. @@ -295,13 +295,14 @@ * sese.c (expand_scalar_variables_ssa_name): Add new argument for type. Call fold_convert on all the returned values. - (expand_scalar_variables_expr): Pass to expand_scalar_variables_ssa_name - the type of the resulting expression. + (expand_scalar_variables_expr): Pass to + expand_scalar_variables_ssa_name the type of the resulting expression. 2010-03-08 Sebastian Pop * graphite-ppl.c (ppl_min_for_le_polyhedron): Renamed - ppl_min_for_le_pointset. Use ppl_Pointset_Powerset_C_Polyhedron_minimize. + ppl_min_for_le_pointset. + Use ppl_Pointset_Powerset_C_Polyhedron_minimize. * graphite-ppl.h (ppl_min_for_le_polyhedron): Update declaration. 2010-03-08 Sebastian Pop @@ -448,8 +449,7 @@ check_changed_vars_3 on each changed var. (emit_notes_for_differences_1): Clear cur_loc_changed and in_changed_variables. Recompute cur_loc of new_var. - (emit_notes_for_differences_2): Clear cur_loc if new variable - appears. + (emit_notes_for_differences_2): Clear cur_loc if new variable appears. (vt_emit_notes): Initialize and destroy emitted_notes. 2010-03-07 Bernd Schmidt diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 47a80da..d470d1b 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,11 @@ +2010-03-14 Uros Bizjak + + * g++.dg/abi/packed1.C: Expect warning on the SH. + +2010-03-14 Uros Bizjak + + * g++.dg/graphite/pr43026.C (dg-options): Remove -m32. + 2010-03-14 Tobias Burnus PR fortran/43362 diff --git a/gcc/testsuite/g++.dg/abi/packed1.C b/gcc/testsuite/g++.dg/abi/packed1.C index 7874d4c..071fa8b 100644 --- a/gcc/testsuite/g++.dg/abi/packed1.C +++ b/gcc/testsuite/g++.dg/abi/packed1.C @@ -4,7 +4,7 @@ extern "C" void abort (); -struct INNER { // { dg-warning "inefficient.*vptr" "" { target ia64-*-* hppa*-*-* sparc*-*-* sh*-*-* } } +struct INNER { // { dg-warning "inefficient.*vptr" "" { target alpha*-*-* ia64-*-* hppa*-*-* sparc*-*-* sh*-*-* } } virtual int foo() const { return 1; } } __attribute__ ((packed)); diff --git a/gcc/testsuite/g++.dg/graphite/pr43026.C b/gcc/testsuite/g++.dg/graphite/pr43026.C index 0e33f10..c880197 100644 --- a/gcc/testsuite/g++.dg/graphite/pr43026.C +++ b/gcc/testsuite/g++.dg/graphite/pr43026.C @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -fgraphite-identity -m32" } */ +/* { dg-options "-O2 -fgraphite-identity" } */ template class vector { };