OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [binding_c_table_15_1.f03] - Rev 437

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

! { dg-do run }
! Test the named constants in Table 15.1.
program a
  use, intrinsic :: iso_c_binding
  implicit none
  if (C_NULL_CHAR       /=  CHAR(0) ) call abort
  if (C_ALERT           /= ACHAR(7) ) call abort
  if (C_BACKSPACE       /= ACHAR(8) ) call abort
  if (C_FORM_FEED       /= ACHAR(12)) call abort
  if (C_NEW_LINE        /= ACHAR(10)) call abort
  if (C_CARRIAGE_RETURN /= ACHAR(13)) call abort
  if (C_HORIZONTAL_TAB  /= ACHAR(9) ) call abort
  if (C_VERTICAL_TAB    /= ACHAR(11)) call abort
end program a

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

powered by: WebSVN 2.1.0

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