summaryrefslogtreecommitdiffstats
path: root/config/gnu-flags
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-27 14:43:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-27 14:43:39 (GMT)
commit3aadcf6b46e4e7d7da676ca94d8cb12270a116ae (patch)
treef874de7e2fad70e91064920574f350d6d46ba2cd /config/gnu-flags
parentde0c29b439ae2705ed595d0e0e3f1c33ce683e36 (diff)
downloadhdf5-3aadcf6b46e4e7d7da676ca94d8cb12270a116ae.zip
hdf5-3aadcf6b46e4e7d7da676ca94d8cb12270a116ae.tar.gz
hdf5-3aadcf6b46e4e7d7da676ca94d8cb12270a116ae.tar.bz2
[svn-r8116] Purpose:
Bug fix Description: Update gcc 3.4 flags to reduce optimization level to the same settings as for gcc 3.0-3.3 due to code generation bugs at higher optimization levels. Platforms tested: FreeBSD 4.9 (sleipnir)
Diffstat (limited to 'config/gnu-flags')
-rw-r--r--config/gnu-flags2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/gnu-flags b/config/gnu-flags
index 1edae25..98b7e02 100644
--- a/config/gnu-flags
+++ b/config/gnu-flags
@@ -133,7 +133,7 @@ case "$cc_vendor-$cc_version" in
gcc-2.95.[34])
PROD_CFLAGS="-O3 $NOFP"
;;
- gcc-3.[0-3]*)
+ gcc-3.[0-4]*)
# The optimization level is reduced for gcc 3.* due to problems
# with code generation for src/H5Tconv.c with the -O2 & -O3
# optimization levels for gcc 3.2.2 and gcc 3.3.2 (which shows up as