Commit 13cd10a2 by Sebastian Pop Committed by Sebastian Pop

Fix PR43140: Add -Wno-conversion-null to pr41305.C.

2010-02-22  Sebastian Pop  <sebastian.pop@amd.com>
	    Manuel López-Ibáñez  <manu@gcc.gnu.org>

	PR middle-end/43140
	* g++.dg/graphite/pr41305.C: Add -Wno-conversion-null.

Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>

From-SVN: r156994
parent 143b72a9
2010-02-11 Sebastian Pop <sebastian.pop@amd.com>
2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
Manuel López-Ibáñez <manu@gcc.gnu.org>
PR middle-end/43140
* g++.dg/graphite/pr41305.C: Add -Wno-conversion-null.
2010-02-22 Sebastian Pop <sebastian.pop@amd.com>
PR middle-end/43026
* sese.c (expand_scalar_variables_expr): Handle COMPONENT_REF.
......
// { dg-do compile }
// { dg-options "-O3 -floop-interchange" }
// { dg-options "-O3 -floop-interchange -Wno-conversion-null" }
void __throw_bad_alloc ();
......
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