This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
mips-sim worked "today", added to simtest-howto
- To: <gcc-patches at gcc dot gnu dot org>
- Subject: mips-sim worked "today", added to simtest-howto
- From: Hans-Peter Nilsson <hp at bitrange dot com>
- Date: Tue, 31 Jul 2001 22:58:25 -0400 (EDT)
Thanks to Benjamin Kosnik for resolving the mips libstdc++-v3 issue. I've
added mips-elf/mips-sim to the simtest page. Again, the C++ failures
look like a bit like failing EH.
Index: simtest-howto.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/simtest-howto.html,v
retrieving revision 1.2
diff -p -c -r1.2 simtest-howto.html
*** simtest-howto.html 2001/07/30 22:04:17 1.2
--- simtest-howto.html 2001/08/01 02:52:48
*************** make check-gcc RUNTESTFLAGS=--target_boa
*** 76,81 ****
--- 76,88 ----
</tr>
<tr valign="top">
+ <td>mips-elf</td>
+ <td>mips-sim</td>
+ <td>2001-07-31</td>
+ <td>Many unexpected failures for C++: 119 and Fortran: 398</td>
+ </tr>
+
+ <tr valign="top">
<td>mn10300-elf</td>
<td>mn10300-sim</td>
<td>2001-07-30</td>
brgds, H-P