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

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gfortran.dg/] [intrinsic_std_3.f90] - Blame information for rev 551

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

Line No. Rev Author Line
1 302 jeremybenn
! { dg-do link }
2
! { dg-options "-std=gnu -Wintrinsics-std" }
3
 
4
! PR fortran/33141
5
! -std=gnu should allow every intrinsic.
6
 
7
PROGRAM main
8
  IMPLICIT NONE
9
 
10
  ! abort is a GNU extension
11
  CALL abort () ! { dg-bogus "extension" }
12
 
13
  ! ASINH is an intrinsic of F2008
14
  WRITE (*,*) ASINH (1.) ! { dg-bogus "Fortran 2008" }
15
END PROGRAM main

powered by: WebSVN 2.1.0

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