diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2010-03-14 18:16:20 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2010-03-14 18:16:20 +0100 |
commit | 77514c73c3602bb5fcab5028b68f1cca7dcb8a38 (patch) | |
tree | 7d38149e00b6921ab154b28d51ed80f63b27d1a4 | |
parent | 4eceddd75855810222b76a1aa96d5cbfe41daa50 (diff) | |
download | gcc-77514c73c3602bb5fcab5028b68f1cca7dcb8a38.zip gcc-77514c73c3602bb5fcab5028b68f1cca7dcb8a38.tar.gz gcc-77514c73c3602bb5fcab5028b68f1cca7dcb8a38.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 20 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 8 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/abi/packed1.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.dg/graphite/pr43026.C | 2 |
4 files changed, 20 insertions, 12 deletions
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 <davem@davemloft.net> - * 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 <mjambor@suse.cz> @@ -143,8 +144,8 @@ 2010-03-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com> 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 <rguenther@suse.de> @@ -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 <sebastian.pop@amd.com> * 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 <sebastian.pop@amd.com> @@ -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 <bernd.schmidt@analog.com> 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 <ubizjak@gmail.com> + + * g++.dg/abi/packed1.C: Expect warning on the SH. + +2010-03-14 Uros Bizjak <ubizjak@gmail.com> + + * g++.dg/graphite/pr43026.C (dg-options): Remove -m32. + 2010-03-14 Tobias Burnus <burnus@net-b.de> 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<typename Tp > class vector { }; |