OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [default_format_denormal_1.f90] - Blame information for rev 749

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 694 jeremybenn
! { dg-do run { xfail *-*-darwin[89]* *-*-cygwin* spu-*-* } }
2
! Test XFAILed on these platforms because the system's printf() lacks
3
! proper support for denormals.
4
!
5
! This tests that the default formats for formatted I/O of reals are
6
! wide enough and have enough precision, by checking that values can
7
! be written and read back.
8
!
9
! { dg-add-options ieee }
10
 
11
include "default_format_1.inc"
12
 
13
program main
14
  use test_default_format
15
 
16
  if (test (tiny(0.0_4), -1) /= 0) call abort
17
  if (test (-tiny(0.0_4), 1) /= 0) call abort
18
  if (test (0.0_4, 0) /= 0) call abort
19
 
20
  if (test (tiny(0.0_8), -1) /= 0) call abort
21
  if (test (-tiny(0.0_8), 1) /= 0) call abort
22
  if (test (0.0_8, 0) /= 0) call abort
23
 
24
end program main
25
!
26
! { dg-final { cleanup-modules "test_default_format" } }

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.