Compilers
上传用户:gzelex
上传日期:2007-01-07
资源大小:707k
文件大小:1k
开发平台:

MultiPlatform

  1. Compiler        ID      cmd    Recommended Flags     Limitations/Problems
  2. --------------------------------------------------------------------------------
  3. GNU  2.5.8  __GNUC__    g++                          no function templates
  4. GNU  2.6.3  __GNUC__    g++                          template specializations 
  5. GNU  2.7.0  __GNUC__    g++                        
  6. SunPro 4.00 __SUNPRO_CC CC     -pto                  MANY BUGS 
  7. SunPro 4.01 __SUNPRO_CC CC     -pto                
  8.  
  9. AT&T cfront   --        CC     -D__ATTCFRONT__       no template arguments as 
  10.                                                      base class
  11. Lucid 3.1/3.2 __lucid   lcc     -XF                  no template arguments as
  12.                                                      base class
  13. MIPSpro C++             CC            
  14. DELTA   C++   __DELTA   DCC
  15. CSet++ (AIX)            xlC -+
  16.  
  17. HP-UX C++               CC     (problems with -O)    no template arguments as 
  18.                                                      base class
  19. DEC C++      __DECCXX   cxx    -YPOSIX -Olimit 2000  no switch for C++, files 
  20.                                                      must end with C, cc, cxx
  21.                                                      no function templates