Commit afeb58ed by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

re PR middle-end/36509 (gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c)

	PR middle-end/36509
	* gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: XFAIL.

From-SVN: r138018
parent b94142c9
2008-07-21 Hans-Peter Nilsson <hp@axis.com>
PR middle-end/36509
* gcc.dg/Wstrict-aliasing-float-ptr-int-obj.c: XFAIL.
2008-07-20 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/36879
......
......@@ -11,9 +11,9 @@ int foo() {
float* r;
if (flag) {
q = (float*) &x; /* { dg-warning "type-punn" } */
q = (float*) &x; /* { dg-warning "type-punn" "" { xfail *-*-* } } */
} else {
q = (float*) &y; /* { dg-warning "type-punn" } */
q = (float*) &y; /* { dg-warning "type-punn" "" { xfail *-*-* } } */
}
*q = 1.0;
......
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