Index: gdb/testsuite/gdb.ada/O2_float_param/foo.adb |
diff --git a/gdb/testsuite/gdb.ada/atomic_enum/foo.adb b/gdb/testsuite/gdb.ada/O2_float_param/foo.adb |
similarity index 83% |
copy from gdb/testsuite/gdb.ada/atomic_enum/foo.adb |
copy to gdb/testsuite/gdb.ada/O2_float_param/foo.adb |
index ae26ee0cc7df0c3fe5a057d64c122ed26230a139..d6289ff833c3591e94fcd2bfbdc845eed57640e0 100644 |
--- a/gdb/testsuite/gdb.ada/atomic_enum/foo.adb |
+++ b/gdb/testsuite/gdb.ada/O2_float_param/foo.adb |
@@ -1,4 +1,4 @@ |
--- Copyright 2008-2012 Free Software Foundation, Inc. |
+-- Copyright 2013 Free Software Foundation, Inc. |
-- |
-- This program is free software; you can redistribute it and/or modify |
-- it under the terms of the GNU General Public License as published by |
@@ -13,11 +13,10 @@ |
-- You should have received a copy of the GNU General Public License |
-- along with this program. If not, see <http://www.gnu.org/licenses/>. |
-with Pck; use Pck; |
+with Caller; use Caller; |
procedure Foo is |
+ Num : Float := 99.0; |
begin |
- if Is_First then |
- Increment; |
- end if; |
+ Verbose_Increment (Num, "Foo"); |
end Foo; |