You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2006/11/07 21:57:38 UTC

svn commit: r472253 - /incubator/stdcxx/site/bugs.html

Author: sebor
Date: Tue Nov  7 12:57:37 2006
New Revision: 472253

URL: http://svn.apache.org/viewvc?view=rev&rev=472253
Log:
2006-11-07  Martin Sebor  <se...@roguewave.com>

	* bugs.html: Added a section on External bugs and a table
	of predefined Jira filters searching for such bugs.

Modified:
    incubator/stdcxx/site/bugs.html

Modified: incubator/stdcxx/site/bugs.html
URL: http://svn.apache.org/viewvc/incubator/stdcxx/site/bugs.html?view=diff&rev=472253&r1=472252&r2=472253
==============================================================================
--- incubator/stdcxx/site/bugs.html (original)
+++ incubator/stdcxx/site/bugs.html Tue Nov  7 12:57:37 2006
@@ -135,6 +135,7 @@
       <ul class="minitoc"> 
         <li><a href="#bug_definition">What Is a Bug</a></li>
         <li><a href="#before_reporting">Before Reporting a Bug</a></li>
+        <li><a href="#external">External Bugs</a></li>
         <li><a href="#report">Reporting a Bug</a></li>
         <li><a href="#patches">Submitting Patches</a></li>
         <li><a href="#patch_format">Patch Format</a></li>
@@ -220,6 +221,117 @@
           </li>
         </ol>
       </p>
+    </div>   <!-- section -->
+
+    <a name="external"></a>
+    <h2 class="boxed">External Bugs Affecting the Apache C++ Standard Library</h2>
+    <div class="section">
+      <p>
+
+We  track bugs  in compilers,  operating systems,  and  other software
+external to  the Apache C++  Standard Library that affect  the correct
+behavior or performance of the library  or programs that use it in the
+bug tracking  database along with  other bugs.  These bug  reports are
+often quite  useful when  porting the project  to new versions  of the
+software. See the table below for filters with predefined searches for
+bugs relevant to specific  compilers, operating systems, and/or common
+hardware architectures.
+
+      </p>
+
+      <table class="ForrestTable" cellspacing="1" cellpadding="4">
+        <tbody>
+          <tr>
+            <th>compiler</th>
+            <th>operating system</th>
+            <th>processor/architecture</th>
+          </tr>
+
+          <tr>
+            <td>
+              Comeau C++
+            </td>
+            <td>Linux, Solaris, Widows</td>
+            <td>i86, SPARC</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311377">Compaq/HP&nbsp;C++</a>
+            </td>
+            <td>Tru64 UNIX</td>
+            <td>Alpha</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311379">EDG eccp</a>
+            </td>
+            <td>Linux, Solaris, Windows</td>
+            <td>AMD64, EM64T, i86, IA64</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12310379">gcc</a>
+            </td>
+            <td>AIX, Cygwin, HP-UX, IRIX, Linux, Solaris, Tru64 UNIX</td>
+            <td>Alpha, AMD64, EM64T, i86, IA64, MIPS, PA-RISC, Power PC, SPARC</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311195">HP aCC</a>
+            </td>
+            <td>HP-UX</td>
+            <td>IPF, PA-RISC</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311373">IBM XLC/C++</a>
+            </td>
+            <td>AIX, Linux</td>
+            <td>Power PC</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311378">Intel C++</a>
+            </td>
+            <td>Linux, Windows</td>
+            <td>AMD64, EM64T, i86, IA64</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311376">SGI MIPSpro</a>
+            </td>
+            <td>IRIX</td>
+            <td>MIPS</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311375">Visual C++</a>
+            </td>
+            <td>Windows</td>
+            <td>Alpha, AMD64, EM64T, i86, IA64</td>
+          </tr>
+
+          <tr>
+            <td>
+              <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311374">Sun C++</a>
+            </td>
+            <td>
+                <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311383">Linux</a>,
+                <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?requestId=12311382">Solaris</a>
+            </td>
+            <td>i86, IA64, SPARC</td>
+          </tr>
+
+        </tbody>
+      </table>
     </div>   <!-- section -->
 
     <a name="report"></a>