aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2012-12-16 10:40:02 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2012-12-16 10:40:02 +0000
commit2f7d07ff4e1be351696a13f33d4e8b466744071c (patch)
tree0b90188dd987bdccd30a4c67fb4bff23a4f8cb29
parentba6bdc291161cc347ee83e88d7f93efd80fb8f31 (diff)
downloadgcc-2f7d07ff4e1be351696a13f33d4e8b466744071c.zip
gcc-2f7d07ff4e1be351696a13f33d4e8b466744071c.tar.gz
gcc-2f7d07ff4e1be351696a13f33d4e8b466744071c.tar.bz2
Adjust
From-SVN: r194533
-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>