]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Add missing PR reference
authorEric Botcazou <ebotcazou@adacore.com>
Fri, 30 Jan 2026 11:43:53 +0000 (12:43 +0100)
committerEric Botcazou <ebotcazou@adacore.com>
Fri, 30 Jan 2026 11:43:53 +0000 (12:43 +0100)
gcc/ada/ChangeLog

index 2c35acebf4a775fd0b60e4e36ccd4520f12a6f85..a84735fee6cbb4c4b61a306d74d6b5ce70a8dad8 100644 (file)
@@ -32,6 +32,7 @@
 
 2026-01-21  Eric Botcazou  <ebotcazou@adacore.com>
 
+       PR ada/123580
        * sem_ch13.adb (Analyze_Aspects_At_Freeze_Point): Replace call to
        Scope_Within_Or_Same (Current_Scope, S) with In_Open_Scopes (S) to
        test whether S is open in the current scope.