You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by Apache Wiki <wi...@apache.org> on 2008/07/22 19:59:55 UTC

[Stdcxx Wiki] Update of "Compilers" by TravisVitek

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.

The following page has been changed by TravisVitek:
http://wiki.apache.org/stdcxx/Compilers

------------------------------------------------------------------------------
  = Compiler Resources =
  
+ ----
  == GNU gcc ==
  See the [:gcc] page.
  
+ ----
  == HP aCC ==
  See the [:HP_aCC: HP aCC] page.
  
+ ----
  == HP (formerly Compaq, formerly DEC) C++ ==
  
  === Online References ===
@@ -50, +53 @@

  === Discussion Forums ===
  === Bug Reports ===
  
- 
+ ----
  == IBM XLC/C++ ==
  
   * [http://www.ibm.com/software/awdtools/ccompilers IBM C And C++ Compilers]
@@ -58, +61 @@

   * [http://www.ibm.com/software/ad/vacpp IBM VisualAge C++] home page.
  
  === Online References ===
+ 
+  * [http://publib.boulder.ibm.com/infocenter/comphelp/v101v121/topic/com.ibm.xlcpp101.aix.doc/compiler_ref/tucmplnk.html Reference] for XLC++ 10.1
+  * [http://www-306.ibm.com/software/awdtools/xlcpp/library/ Reference] for XLC++ 9 and prior
+ 
  === Predefined Macros ===
+ 
+  * Macros defined by the compiler are documented in the Predefined Macros chapter in the online reference.
+ 
  === Discussion Forums ===
  === Bug Reports ===
  
- 
+ ----
  == Intel C++ ==
  
  === Online References ===
@@ -98, +108 @@

  === Discussion Forums ===
  === Bug Reports ===
  
- 
+ ----
  == SGI MIPSpro ==
  
+  * [http://www.sgi.com/products/software/irix/tools/c++.html]
+ 
  === Online References ===
+ 
+  * MIPS Pro 7.4 [http://techpubs.sgi.com/library/manuals/0000/007-0704-140/pdf/007-0704-140.pdf Programmers Guide]
+  * MIPS Pro 7.4 [http://techpubs.sgi.com/library/manuals/3000/007-3587-005/pdf/007-3587-005.pdf Pragmas] 
+  * MIPS Pro 7.3 [http://techpubs.sgi.com/library/manuals/0000/007-0704-130/pdf/007-0704-130.pdf Programmers Guide]
+ 
  === Predefined Macros ===
  === Discussion Forums ===
  === Bug Reports ===
  
- 
+ ----
  == Sun C++ ==
  
  === Online References ===
@@ -123, +140 @@

  
   * See this [http://forums.sun.com/ann.jspa?annID=30 Announcement: How to report Bug and RFE (Request for Enhancement) for Sun Studio product].
  
+ ----
  == Microsoft Visual Studio ==
   * [http://msdn.microsoft.com/vstudio/ Microsoft Visual Studio] home page.
  
  === Online References ===
+ 
+  * Microsoft C/C++ [http://msdn.microsoft.com/en-us/library/60k1461a.aspx v9.0]
+  * Microsoft C/C++ [http://msdn.microsoft.com/en-us/library/60k1461a(VS.80).aspx v8.0]
+  * Microsoft C/C++ [http://msdn.microsoft.com/en-us/library/aa983532(VS.71).aspx 7.1]
+  * Microsoft C/C++ [http://msdn.microsoft.com/en-us/library/aa139602.aspx v6.0]
+ 
  === Predefined Macros ===
+ 
+  * [http://msdn.microsoft.com/en-us/library/b0084kay.aspx MSVC 9.0]
+  * [http://msdn.microsoft.com/en-us/library/b0084kay(VS.80).aspx MSVC 8.0]
+  * [http://msdn.microsoft.com/en-us/library/b0084kay(VS.70).aspx MSVC 7.0]
+ 
  === Discussion Forums ===
+ 
+  * [http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=8&SiteID=1 MSDN VisualC++ Developer Forums]
+ 
  === Bug Reports ===
+ 
+  * [http://connect.microsoft.com/VisualStudio Microsoft Connect]
  
  ----