Commit db205671 by Janis Johnson Committed by Janis Johnson

re PR testsuite/37960 (FAIL: gcc.dg/pr11492.c (test for bogus messages, line 8))

	PR testsuite/37960
	* gcc.dg/pr11492.c: Replace constant and remove xfail.

From-SVN: r144892
parent fabab0b6
2009-03-16 Janis Johnson <janis187@us.ibm.com>
PR testsuite/37960
* gcc.dg/pr11492.c: Replace constant and remove xfail.
PR testsuite/37630
* lib/target-supports.exp (check_effective_target_ieee): New.
* gcc.c-torture/execute/ieee/ieee.exp: Use it.
......
......@@ -5,7 +5,7 @@ int main( void )
{
unsigned int a;
unsigned char b;
for ( a = 0, b = 2; a > b * 1000; a++ ) /* { dg-bogus "comparison between signed and unsigned integer" "" { xfail { ! int32plus } } } */
for ( a = 0, b = 2; a > b * 100; a++ ) /* { dg-bogus "comparison between signed and unsigned integer" "" } */
{ ; }
return 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