summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-27 13:51:40 +0100
committerJim Meyering <meyering@redhat.com>2011-11-27 13:52:11 +0100
commit040bc8b50fe36120ed3fec10575df2590b081eca (patch)
treef3dc6762545689771f2a65fb566ab67f344f552d /configure.ac
parent3e26551096823b744016f616a34c1992e35cd68d (diff)
downloadcoreutils-040bc8b50fe36120ed3fec10575df2590b081eca.tar.xz
maint: update comment gcc-4.6.2 still botches -Wsuggest-attribute=pure
* configure.ac: Update the comment on which gcc versions still must not use -Wsuggest-attribute=pure option: still required on post- Fedora 16 rawhide's 4.6.2 20111027.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3c4681c57..a17417895 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ if test "$gl_gcc_warnings" = yes; then
gl_WARN_ADD([-Wno-format-nonliteral])
gl_WARN_ADD([-Wno-unsuffixed-float-constants])
- # Enable this warning only with gcc-4.7 and newer. With 4.6.1 20110824,
+ # Enable this warning only with gcc-4.7 and newer. With 4.6.2 20111027,
# it suggests test.c's advance function may be pure, even though it
# increments a global variable. Oops.
# Normally we'd write code to test for the precise failure, but that