summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormax <max@tclers.tk>2011-06-30 15:13:04 (GMT)
committermax <max@tclers.tk>2011-06-30 15:13:04 (GMT)
commitab9198a4a8bfe2f03879c8fc4ae46b5f8eb64d60 (patch)
treec9a877a08f11e653a98690d0483a19d9f67a00c7 /ChangeLog
parentfe78bd7e38e4e05cd4e129f73a8bfeef232fac76 (diff)
downloadtcl-ab9198a4a8bfe2f03879c8fc4ae46b5f8eb64d60.zip
tcl-ab9198a4a8bfe2f03879c8fc4ae46b5f8eb64d60.tar.gz
tcl-ab9198a4a8bfe2f03879c8fc4ae46b5f8eb64d60.tar.bz2
Fix TCL_STACK_GROWS_UP for gcc 4.6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53b15cf..70860fe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-06-30 Reinhard Max <max@suse.de>
+
+ * unix/configure.in: Add a volatile declaration to the test for
+ TCL_STACK_GROWS_UP to prevent gcc 4.6 from producing invalid
+ results due to aggressive optimisation.
+
2011-06-23 Don Porter <dgp@users.sourceforge.net>
*** 8.5.10 TAGGED FOR RELEASE ***