From 4d7d566dc1b55a10265da93cdadaed5336586db3 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Wed, 29 Dec 2004 20:16:53 +0000 Subject: [PATCH] strict_ansi removed since - as usual - we only find violations in the system header files git-svn-id: https://svn.dealii.org/trunk@9865 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 3 +-- deal.II/configure | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 1e077d8fe5..e10eb158cc 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -487,11 +487,10 @@ 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 + dnl 1/ set most pickiest check: strict_ansi (removed due to problems (GK)) 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 diff --git a/deal.II/configure b/deal.II/configure index 0b0d6369d6..15bd924038 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -3352,7 +3352,6 @@ rm -f conftest.err conftest.$ac_objext conftest.$ac_ext CXXFLAGSG="$CXXFLAGSG -Xc -ansi" CXXFLAGSO="$CXXFLAGSO -ansi_alias" else if test "x$GXX_VERSION" = "xintel_icc8" ; then - CXXFLAGSG="$CXXFLAGSG -strict_ansi" CXXFLAGSO="$CXXFLAGSO -ansi_alias -vec_report0" fi fi -- 2.39.5