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
009ba7f5
Commit
009ba7f5
authored
Jul 30, 2010
by
Alan Modra
Committed by
Alan Modra
Jul 30, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tolerate half-hour timezones.
From-SVN: r162705
parent
2d0540e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
2 deletions
+7
-2
gcc/testsuite/ChangeLog
+5
-0
gcc/testsuite/gfortran.dg/ltime_gmtime_1.f90
+1
-1
gcc/testsuite/gfortran.dg/ltime_gmtime_2.f90
+1
-1
No files found.
gcc/testsuite/ChangeLog
View file @
009ba7f5
2010-07-30 Alan Modra <amodra@gmail.com>
* gfortran.dg/ltime_gmtime_1.f90: Tolerate half-hour timezones.
* gfortran.dg/ltime_gmtime_2.f90: Likewise.
2010-07-29 Tobias Burnus <burnus@net-b.de>
PR fortran/45087
...
...
gcc/testsuite/gfortran.dg/ltime_gmtime_1.f90
View file @
009ba7f5
...
...
@@ -5,5 +5,5 @@
t
=
time
()
call
ltime
(
t
,
x
)
call
gmtime
(
t
,
y
)
if
(
x
(
1
)
/
=
y
(
1
)
.or.
x
(
2
)
/
=
y
(
2
))
call
abort
if
(
x
(
1
)
/
=
y
(
1
)
.or.
mod
(
x
(
2
),
30
)
/
=
mod
(
y
(
2
),
30
))
call
abort
end
gcc/testsuite/gfortran.dg/ltime_gmtime_2.f90
View file @
009ba7f5
...
...
@@ -5,5 +5,5 @@
t
=
time
()
call
ltime
(
t
,
x
)
call
gmtime
(
t
,
y
)
if
(
x
(
1
)
/
=
y
(
1
)
.or.
x
(
2
)
/
=
y
(
2
))
call
abort
if
(
x
(
1
)
/
=
y
(
1
)
.or.
mod
(
x
(
2
),
30
)
/
=
mod
(
y
(
2
),
30
))
call
abort
end
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