]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Reintroduce -strict_ansi as per discussion with Guido. We should try
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Jan 2005 15:22:09 +0000 (15:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Jan 2005 15:22:09 +0000 (15:22 +0000)
to isolate individual problems and only disable this flag where necessary.

git-svn-id: https://svn.dealii.org/trunk@9875 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 0dd3b8a52b9bd30d6d048b6a7afadb0f11296490..251fbe7f878ab80c1144f64b11f67d599fc5ece8 100644 (file)
@@ -487,10 +487,11 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl
             CXXFLAGSG="$CXXFLAGSG -Xc -ansi"
             CXXFLAGSO="$CXXFLAGSO -ansi_alias"
           dnl For icc8:
-          dnl 1/ set most pickiest check: strict_ansi (removed due to problems (GK))
+          dnl 1/ set most pickiest check: strict_ansi
           dnl 2/ to avoid the annoying `LOOP WAS VECTORIZED' remarks
           dnl    use -vec_report0 for reducing output
           else if test "x$GXX_VERSION" = "xintel_icc8" ; then
+            CXXFLAGSG="$CXXFLAGSG -strict_ansi"
             CXXFLAGSO="$CXXFLAGSO -ansi_alias -vec_report0"
           fi fi
        

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.