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
769b26a6
Commit
769b26a6
authored
Aug 01, 2008
by
Eric Botcazou
Committed by
Eric Botcazou
Aug 01, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* gnat.dg/boolean_expr.ad[sb]: Rename to boolean_expr1.ad[sb].
From-SVN: r138520
parent
ec6fa56a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
7 deletions
+11
-7
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gnat.dg/boolean_expr.ads
+0
-5
gcc/testsuite/gnat.dg/boolean_expr1.adb
+2
-2
gcc/testsuite/gnat.dg/boolean_expr1.ads
+5
-0
No files found.
gcc/testsuite/ChangeLog
View file @
769b26a6
2008-08-01 Eric Botcazou <ebotcazou@adacore.com>
* gnat.dg/boolean_expr.ad[sb]: Rename to boolean_expr1.ad[sb].
2008-08-01 Richard Guenther <rguenther@suse.de>
PR middle-end/36997
...
...
gcc/testsuite/gnat.dg/boolean_expr.ads
deleted
100644 → 0
View file @
ec6fa56a
package
Boolean_Expr
is
function
S
(
V
:
in
Long_Float
)
return
String
;
end
Boolean_Expr
;
gcc/testsuite/gnat.dg/boolean_expr.adb
→
gcc/testsuite/gnat.dg/boolean_expr
1
.adb
View file @
769b26a6
...
...
@@ -4,7 +4,7 @@
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-O2"
}
package
body
Boolean_Expr
is
package
body
Boolean_Expr
1
is
function
Long_Float_Is_Valid
(
X
:
in
Long_Float
)
return
Boolean
is
Is_Nan
:
constant
Boolean
:=
X
/=
X
;
...
...
@@ -27,4 +27,4 @@ package body Boolean_Expr is
return
"ERROR"
;
end
S
;
end
Boolean_Expr
;
end
Boolean_Expr
1
;
gcc/testsuite/gnat.dg/boolean_expr1.ads
0 → 100644
View file @
769b26a6
package
Boolean_Expr1
is
function
S
(
V
:
in
Long_Float
)
return
String
;
end
Boolean_Expr1
;
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