aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ada/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 85b1a8f..0c902a8 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -2518,8 +2518,9 @@
2012-10-01 Vincent Pucci <pucci@adacore.com>
- * s-gearop.adb (Vector_Matrix_Product): Dimensions check fixed. Index
- of Left in S evaluation fixed.
+ PR ada/54614
+ * s-gearop.adb (Vector_Matrix_Product): Fix dimension check and index
+ of Left in S evaluation.
2012-10-01 Javier Miranda <miranda@adacore.com>