This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/19095] testsuite/gcc.dg/vect/vect.exp is not precise enough
- From: "steven at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 Dec 2004 01:13:21 -0000
- Subject: [Bug other/19095] testsuite/gcc.dg/vect/vect.exp is not precise enough
- References: <20041221010420.19095.steven@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From steven at gcc dot gnu dot org 2004-12-21 01:13 -------
For target support bits, there is some in lib/target-supports.exp, and some
more in gcc.dg/i386-cpuid.h. For x86, probably the cpuid check should somehow
be made available to tcl, and then let the test cases do [check_x86_cpuid sse]
or [check_x86_cpuid sse2 3dnow]. This would allow us to replace all the code
*in the testcases* in gcc.dg/i386-*.c with more specific tests:
{ dg-require [is-effective-target ...] }
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2004-12-21 01:13:19
date| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19095