https://gcc.gnu.org/g:188055c697e3762843ffbe984918ccc7d727f946

commit r17-804-g188055c697e3762843ffbe984918ccc7d727f946
Author: Eric Botcazou <[email protected]>
Date:   Sat Feb 14 23:58:51 2026 +0100

    ada: Fix build failure on Windows machines
    
    gcc/ada/ChangeLog:
    
            * xsintnam.sed: Do not filter out comments.

Diff:
---
 gcc/ada/xsintnam.sed | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gcc/ada/xsintnam.sed b/gcc/ada/xsintnam.sed
index 88087610d4de..3e083788fb27 100644
--- a/gcc/ada/xsintnam.sed
+++ b/gcc/ada/xsintnam.sed
@@ -10,6 +10,3 @@ s/end Ada.Interrupts.Names/end System.Interrupt_Names/g
 
 #Update the copyright header.
 /A D A . I N T E R R U P T S . N A M E S/c --                S Y S T E M . I N 
T E R R U P T S _ N A M E S             --
-
-#Remove non-copyright-header comments.
-s/[[:blank:]]*--  [^ ].*//g

Reply via email to