comparison gcc/testsuite/gcc.dg/c11-true_min-1.c @ 131:84e7813d76e9

gcc-8.2
author mir3636
date Thu, 25 Oct 2018 07:37:49 +0900
parents 04ced10e8804
children
comparison
equal deleted inserted replaced
111:04ced10e8804 131:84e7813d76e9
1 /* { dg-do run } */ 1 /* { dg-do run } */
2 /* { dg-options "-std=c11" } */ 2 /* { dg-options "-std=c11" } */
3 /* { dg-xfail-run-if "PR58757 -mieee is required to compare denormals" { alpha*-*-* } } */ 3 /* { dg-xfail-run-if "PR58757 -mieee is required to compare denormals" { alpha*-*-* } } */
4 /* { dg-skip-if "No subnormal support" { csky-*-* } { "-mhard-float" } } */
4 5
5 /* Test that the smallest positive value is not 0. This needs to be true 6 /* Test that the smallest positive value is not 0. This needs to be true
6 even when denormals are not supported, so we do not pass any flag 7 even when denormals are not supported, so we do not pass any flag
7 like -mieee. */ 8 like -mieee. */
8 9