summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8e535a7f447..a1d8c7eb4ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Feb 1 14:28:18 UTC 2011 Steve Huston <shuston@riverace.com>
+
+ * ace/String_Base.cpp (operator+=): Add a temporary for the return
+ value to quiet an IBM XL C++ 10 optimizer warning about returning
+ the address of a temporary. No, I'm not kidding.
+
Wed Jan 26 20:17:28 UTC 2011 Steve Huston <shuston@riverace.com>
* include/makeinclude/platform_aix_ibm.GNU: If XL C/C++ 10.1 is used,