Browse Source

added Intel C++ 5.0.1 (release) (non-commercial, personal license)

[SVN r11113]
Jens Maurer 24 years ago
parent
commit
b7f151eaef
1 changed files with 18 additions and 4 deletions
  1. 18 4
      status/compiler.cfg

+ 18 - 4
status/compiler.cfg

@@ -61,8 +61,8 @@ rm -f *.ii *.ti; como-4.2.45-stlport -o boosttmp.exe -I%include %source
 linux
 como-strict-stlport
 Comeau C++ 4.2.45 beta2 (strict mode) STLport 4.5
-como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -c -I%include %source
-rm -f *.ii *.ti; como-4.2.45-stlport --strict_warnings -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
+como-4.2.45-stlport --strict_warnings --diag_suppress 450 -D__STRICT_ANSI__ -c -I%include %source
+rm -f *.ii *.ti; como-4.2.45-stlport --strict_warnings --diag_suppress 450 -D__STRICT_ANSI__ -o boosttmp.exe -I%include %source
 <a href="http://www.comeaucomputing.com/">Comeau C++</a><br>4.2.45 beta2<br>(strict mode)<br><a href="http://www.stlport.org/">STLport</a><br>4.5
 
 linux
@@ -75,10 +75,24 @@ rm -rf ti_files; KCC -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
 linux
 kcc-strict
 KCC 4.0e (strict mode)
-KCC --linux_strict -D_ISOC99_SOURCE -c -I%include %source
-rm -rf ti_files; KCC --linux_strict -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
+KCC --linux_strict --diag_suppress 450 -D_ISOC99_SOURCE -c -I%include %source
+rm -rf ti_files; KCC --linux_strict --diag_suppress 450 -D_ISOC99_SOURCE -o boosttmp.exe -I%include %source -lm
 <a href="http://www.kai.com/C_plus_plus/index.html">KAI<br>KCC</a><br>4.0e<br>(strict mode)
 
+linux
+icc
+Intel C++ 5.0.1 Build 010730D0
+icc -Kc++eh -we70 -tpp6 -xi -mp -c -I%include %source
+icc -Kc++eh -we70 -tpp6 -xi -mp -o boosttmp.exe -I%include %source
+<a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>5.0.1
+
+linux
+icc-strict
+Intel C++ 5.0.1 Build 010730D0 (strict mode)
+icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -c -I%include %source
+icc -Xc -Kc++eh -we70 -tpp6 -xi -mp -o boosttmp.exe -I%include %source
+<a href="http://developer.intel.com/software/products/compilers/c50/linux/">Intel C++</a><br>5.0.1<br>(strict mode)
+
 hpux
 gcc-295
 GCC 2.95.3

粤ICP备19079148号