Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: gcc/gcc/testsuite/gcc.dg/torture/pr35771.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/torture/pr33870.c ('k') | gcc/gcc/testsuite/gcc.dg/torture/pr35771-1.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/gcc.dg/torture/pr35771.h
diff --git a/gcc/gcc/testsuite/gcc.dg/torture/pr35771.h b/gcc/gcc/testsuite/gcc.dg/torture/pr35771.h
index 01c248751c16cc686dc0f3b83ff63096e22b1390..7b921c41ba92bfc3be8ee7c8fd4110a365e03314 100644
--- a/gcc/gcc/testsuite/gcc.dg/torture/pr35771.h
+++ b/gcc/gcc/testsuite/gcc.dg/torture/pr35771.h
@@ -1,7 +1,5 @@
typedef TYPE __attribute__((aligned(1))) unaligned;
-#include "cpuid.h"
-
extern void abort (void);
@@ -27,14 +25,6 @@ do_test (void)
int
main (void)
{
- unsigned int eax, ebx, ecx, edx;
-
- if (!__get_cpuid (1, &eax, &ebx, &ecx, &edx))
- return 0;
-
- /* Run SSE2 test only if host has SSE2 support. */
- if (edx & bit_SSE2)
- do_test ();
-
+ do_test ();
return 0;
}
« no previous file with comments | « gcc/gcc/testsuite/gcc.dg/torture/pr33870.c ('k') | gcc/gcc/testsuite/gcc.dg/torture/pr35771-1.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698