https://gcc.gnu.org/g:a0aa9a2b61fd3f61db6a5d95c51fd0f25c2cd322

commit r16-6681-ga0aa9a2b61fd3f61db6a5d95c51fd0f25c2cd322
Author: Iain Sandoe <[email protected]>
Date:   Sat Jan 10 13:08:17 2026 +0000

    Ada, Darwin: Fix bootstrap after recent warning improvements.
    
    Similar to the changes in r16-6620, the improved gnatwu warning finds a 
'use'
    clause that is not needed in s-osinte__darwin.abd leading to a bootstrap
    fail building the libraries.
    
    Fixed by removing the extraneous 'use' clause.
    
    gcc/ada/ChangeLog:
    
            * libgnarl/s-osinte__darwin.adb: Delete unneeded use clause.
    
    Signed-off-by: Iain Sandoe <[email protected]>

Diff:
---
 gcc/ada/libgnarl/s-osinte__darwin.adb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gcc/ada/libgnarl/s-osinte__darwin.adb 
b/gcc/ada/libgnarl/s-osinte__darwin.adb
index 27b8d25fb73a..0c6b4e5f0dd1 100644
--- a/gcc/ada/libgnarl/s-osinte__darwin.adb
+++ b/gcc/ada/libgnarl/s-osinte__darwin.adb
@@ -58,8 +58,6 @@ package body System.OS_Interface is
 
       --  Darwin Threads don't have clock_gettime, so use gettimeofday
 
-      use Interfaces;
-
       TV     : aliased C_Time.timeval;
       Result : int;

Reply via email to