------- 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

Reply via email to