]> gcc.gnu.org Git - gcc.git/commitdiff
ada: Fix benign pasto in new predicate
authorEric Botcazou <ebotcazou@adacore.com>
Sat, 7 Jan 2023 13:39:19 +0000 (14:39 +0100)
committerMarc Poulhiès <poulhies@adacore.com>
Mon, 16 Jan 2023 14:44:55 +0000 (15:44 +0100)
gcc/ada/

* exp_util.adb (Make_CW_Equivalent_Type.Has_Tag_Of_Type): Fix pasto.

gcc/ada/exp_util.adb

index da5e84958cac378b11fa0583e36519c159cb437f..f6d91ca4a0e027848176dc41ada7e73805d4400d 100644 (file)
@@ -9521,7 +9521,7 @@ package body Exp_Util is
             return True;
 
          else
-            case Nkind (E) is
+            case Nkind (Exp) is
                --  The tag of a component or an aggregate of a specific tagged
                --  type T identifies T.
 
This page took 0.083216 seconds and 5 git commands to generate.