apparently uses preinstalled gcc header files. No idea why it does so,
but while it can compile them it can't do so when -strict_ansi is set
-- the result is that basically nothing can be compiled with this flag...
git-svn-id: https://svn.dealii.org/trunk@10241
0785d39b-7218-0410-832d-
ea1e28bc413d
CXXFLAGSG="$CXXFLAGSG -Xc -ansi"
CXXFLAGSO="$CXXFLAGSO -ansi_alias"
dnl For icc8:
- dnl 1/ set most pickiest check: strict_ansi
- dnl 2/ to avoid the annoying `LOOP WAS VECTORIZED' remarks
+ dnl 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
#! /bin/sh
-# From configure.in Revision: 1.190 .
+# From configure.in Revision: 1.191 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59.
#
if test "x$GXX_VERSION" = "xintel_icc7"; then
CXXFLAGSG="$CXXFLAGSG -Xc -ansi"
CXXFLAGSO="$CXXFLAGSO -ansi_alias"
- else if test "x$GXX_VERSION" = "xintel_icc8" ; then
- CXXFLAGSG="$CXXFLAGSG -strict_ansi"
+ else if test "x$GXX_VERSION" = "xintel_icc8" ; then
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