summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2016-03-08 05:28:37 (GMT)
committerNed Deily <nad@python.org>2016-03-08 05:28:37 (GMT)
commitbec699e40d7e68d4039d2c1a352dcdb1661e77ef (patch)
tree153d940f81b33f143b91dee99336036a6680c65d /Misc/NEWS
parentadbf8cecbe11076a09f7997b5a72bd6e37908da8 (diff)
downloadcpython-bec699e40d7e68d4039d2c1a352dcdb1661e77ef.zip
cpython-bec699e40d7e68d4039d2c1a352dcdb1661e77ef.tar.gz
cpython-bec699e40d7e68d4039d2c1a352dcdb1661e77ef.tar.bz2
Issue #24324: Do not enable unreachable code warnings when using
gcc as the option does not work correctly in older versions of gcc and has been silently removed as of gcc-4.5.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 81c7dc8..a4ac927 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -310,6 +310,10 @@ Build
- Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.
+- Issue #24324: Do not enable unreachable code warnings when using
+ gcc as the option does not work correctly in older versions of gcc
+ and has been silently removed as of gcc-4.5.
+
Windows
-------