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
02169d78
Commit
02169d78
authored
Jan 06, 2015
by
Arnaud Charlet
Committed by
Arnaud Charlet
Jan 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Kill new warnings.
From-SVN: r219255
parent
5dc6778c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
gcc/testsuite/ChangeLog
+4
-0
gcc/testsuite/gnat.dg/fixce.adb
+1
-0
gcc/testsuite/gnat.dg/specs/delta_small.ads
+1
-0
No files found.
gcc/testsuite/ChangeLog
View file @
02169d78
2015-01-06 Arnaud Charlet <charlet@adacore.com>
* gnat.db/fixce.adb, gnat.db/specs/delta_small.ads: Kill warnings.
2015-01-06 Jakub Jelinek <jakub@redhat.com>
2015-01-06 Jakub Jelinek <jakub@redhat.com>
* c-c++-common/asan/sanitize-all-1.c: New test.
* c-c++-common/asan/sanitize-all-1.c: New test.
...
...
gcc/testsuite/gnat.dg/fixce.adb
View file @
02169d78
-- { dg-do run }
-- { dg-do run }
-- { dg-options "-gnatws" }
procedure fixce is
procedure fixce is
type D is delta 128.0 / (2 ** 15) range 0.0 .. 256.0;
type D is delta 128.0 / (2 ** 15) range 0.0 .. 256.0;
...
...
gcc/testsuite/gnat.dg/specs/delta_small.ads
View file @
02169d78
--
{
dg
-
do
compile
}
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-gnatws"
}
package
Delta_Small
is
package
Delta_Small
is
type
T
is
delta
0.1
range
-
0.8
..
0.8
;
type
T
is
delta
0.1
range
-
0.8
..
0.8
;
...
...
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