This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [testsuite] C++ i386 ICE
- To: Jakub Jelinek <jakub at redhat dot com>
- Subject: Re: [testsuite] C++ i386 ICE
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Fri, 09 Jun 2000 22:44:08 -0600
- cc: gcc-patches at gcc dot gnu dot org
- Reply-To: law at cygnus dot com
In message <20000607133511.F474@sunsite.ms.mff.cuni.cz>you write:
> Hi!
>
> Ok to commit (or is it ok to commit new testcases into testsuite without
> approval)?
For non-trivial tests, you should get approval, mostly because of the
legal issues which are involved with adding tests to our testsuite.
> This proglet aborts C++ on i386 (in various places, depending whether there
> is return foo::a or return foo::a == 1 etc.).
> Basically, for some reason C++ uses in some places SImode type for "a" whil
> e
> in other places HImode. No fix yet.
>
> 2000-06-07 Jakub Jelinek <jakub@redhat.com>
>
> * g++.old-deja/g++.other/type.C: New test.
This is fine. THough the C++ folks might want it marked as xfail.
jeff