]> https://gitweb.dealii.org/ - dealii.git/commitdiff
More for Intel's ICC.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 May 2001 10:03:20 +0000 (10:03 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 18 May 2001 10:03:20 +0000 (10:03 +0000)
git-svn-id: https://svn.dealii.org/trunk@4672 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/configure.in

index 07496f5acd15d6cab7400fe7a02b305de6e9ade7..d0cc3a61d5464d8d4dc5f6aa1462e724f3544b70 100644 (file)
@@ -258,9 +258,15 @@ else
       if test "x$GXX_VERSION" = "xintel_icc" ; then
        dnl Disable some compiler warnings, as they often are wrong on
        dnl out code:
-       dnl #175: subscript out of range (doesn't take into account that
+       dnl #175: `subscript out of range' (doesn't take into account that
        dnl       some code is only reachable for some dimensions)
-        CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -DDEBUG -inline_debug_info"
+       dnl #327: `NULL reference is not allowed' (this happens when we
+       dnl       write "*static_cast<double*>(0)" or some such thing,
+       dnl       which we do to create invalid references)
+       dnl #525: `type "DataOutBase::DataOutBase" is an inaccessible type
+       dnl       (allowed for compatibility)' (I don't understand what the
+       dnl       compiler means)
+        CXXFLAGSG="$CXXFLAGS -Kc++eh -Krtti -w1 -wd175 -wd525 -wd327 -DDEBUG -inline_debug_info"
         CXXFLAGSO="$CXXFLAGS -Kc++eh -Krtti -O2 -tpp6 -axiMK -unroll -w0"
 
       else

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.