From 54712d33ebcd48f298741ced8c579c582c86ec42 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Wed, 26 Nov 2003 12:04:26 -0500 Subject: [svn-r7889] Purpose: Add warning Description: Warn users about known bugs for gcc 2.96 Platforms tested: Titan (user02) Does not apply to h5committest --- config/gnu-flags | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/gnu-flags b/config/gnu-flags index be94082..a67886c 100644 --- a/config/gnu-flags +++ b/config/gnu-flags @@ -47,6 +47,20 @@ if test gcc = "$cc_vendor" -a "$cc_vers_all" -lt 2008001; then EOF sleep 5 +# GCC v2.96 (shipped with RH7.x) has problems with `float'-> `double' conversions. +elif test gcc = "$cc_vendor" -a "$cc_vers_all" -eq 2096000; then + cat <