Commit 02169d78 by Arnaud Charlet Committed by Arnaud Charlet

Kill new warnings.

From-SVN: r219255
parent 5dc6778c
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.
......
-- { 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;
......
-- { 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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment