Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
96d5b528
Commit
96d5b528
authored
May 15, 2008
by
Sa Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test int128 when -std=f2003
From-SVN: r135347
parent
c129abb4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
0 deletions
+24
-0
gcc/testsuite/gfortran.dg/c_kind_int128_test1.f03
+24
-0
No files found.
gcc/testsuite/gfortran.dg/c_kind_int128_test1.f03
0 → 100644
View file @
96d5b528
! { dg-do compile }
! { dg-options "-std=f2003" }
! { dg-require-effective-target fortran_integer_16 }
!
! Note: int_fast*_t currently not supported.
subroutine
c_kind_int128_1
use
,
intrinsic
::
iso_c_binding
implicit
none
integer
(
c_int128_t
)
::
a
! { dg-error "has no IMPLICIT type" }
integer
(
c_int_least128_t
)
::
b
! { dg-error "has no IMPLICIT type" }
! integer(c_int_fast128_t) :: c
end
subroutine
c_kind_int128_1
subroutine
c_kind_int128_2
use
,
intrinsic
::
iso_c_binding
integer
(
c_int128_t
)
::
a
! { dg-error "has not been declared or is a variable" }
integer
(
c_int_least128_t
)
::
b
! { dg-error "has not been declared or is a variable" }
! integer(c_int_fast128_t) :: c
end
subroutine
c_kind_int128_2
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment