There is one more goto in the .optimized dump because the latch of a loop is
now preserved.
Tested on i586-suse-linux, applied on the mainline.
2012-05-26 Eric Botcazou <[email protected]>
* gnat.dg/renaming5.adb: Adjust dg-final directive.
--
Eric Botcazou
Index: gnat.dg/renaming5.adb
===================================================================
--- gnat.dg/renaming5.adb (revision 187833)
+++ gnat.dg/renaming5.adb (working copy)
@@ -26,5 +26,5 @@ package body Renaming5 is
end Renaming5;
--- { dg-final { scan-tree-dump-times "goto" 2 "optimized" } }
+-- { dg-final { scan-tree-dump-times "goto" 3 "optimized" } }
-- { dg-final { cleanup-tree-dump "optimized" } }