OSDN Git Service

* decl.c (annotate_value): Adjust for refactoring of tree_map
[pf3gnuchains/gcc-fork.git] / gcc / ada / decl.c
index 6b14064..d6006c5 100644 (file)
@@ -6016,7 +6016,7 @@ annotate_value (tree gnu_size)
   if (h)
     {
       *h = ggc_alloc (sizeof (struct tree_int_map));
-      (*h)->from = gnu_size;
+      (*h)->base.from = gnu_size;
       (*h)->to = ret;
     }