Commit 77514c73 by Uros Bizjak

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
parent 4eceddd7
......@@ -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>
......
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
......
......@@ -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));
......
/* { dg-do compile } */
/* { dg-options "-O2 -fgraphite-identity -m32" } */
/* { dg-options "-O2 -fgraphite-identity" } */
template<typename Tp > class vector { };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment