Commit 682f212a by Rainer Orth Committed by Rainer Orth

Don't xfail gcc.dg/pr78973-2.c on non-ilp64 targets

	* gcc.dg/pr78973-2.c: Remove xfail on dg-warning.

From-SVN: r265516
parent c404b3b9
2018-10-26 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* gcc.dg/pr78973-2.c: Remove xfail on dg-warning.
2018-10-25 Carl Love <cel@us.ibm.com> 2018-10-25 Carl Love <cel@us.ibm.com>
* gcc.target/powerpc/float128-cmp2-runnable.c: New test file. * gcc.target/powerpc/float128-cmp2-runnable.c: New test file.
......
...@@ -14,7 +14,7 @@ void f (int n) ...@@ -14,7 +14,7 @@ void f (int n)
{ {
if (n <= 4) if (n <= 4)
p = __builtin_malloc (n); p = __builtin_malloc (n);
/* { dg-warning "argument 1 range \\\[\[0-9\]+, \[0-9\]+\\\] exceeds maximum object size 4" "ilp32" { xfail { ! lp64 } } .-1 } */ /* { dg-warning "argument 1 range \\\[\[0-9\]+, \[0-9\]+\\\] exceeds maximum object size 4" "ilp32" { target *-*-* } .-1 } */
} }
void g (unsigned n) void g (unsigned n)
......
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