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

Unified Diff: gcc/gcc/testsuite/g++.dg/other/i386-3.C

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/g++.dg/other/error23.C ('k') | gcc/gcc/testsuite/g++.dg/other/i386-4.C » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/testsuite/g++.dg/other/i386-3.C
diff --git a/gcc/gcc/testsuite/g++.dg/other/i386-3.C b/gcc/gcc/testsuite/g++.dg/other/i386-3.C
index ffbd3f3cec4db4ad6b2f9b26a37b9de5dc144b26..88dd7693891d4263f082c78ac0bef86d56ae12d8 100644
--- a/gcc/gcc/testsuite/g++.dg/other/i386-3.C
+++ b/gcc/gcc/testsuite/g++.dg/other/i386-3.C
@@ -1,6 +1,8 @@
-/* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, mm3dnow.h and mm_malloc.h are
- usable with -O -fkeep-inline-functions. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
-/* { dg-options "-O -fkeep-inline-functions -march=k8 -m3dnow -mavx -msse5 -maes -mpclmul" } */
+/* { dg-options "-O -fkeep-inline-functions -march=k8 -m3dnow -mavx -mxop -maes -mpclmul -mpopcnt -mabm -mlwp" } */
+
+/* Test that {,x,e,p,t,s,w,a,b,i}mmintrin.h, xopintrin.h, abmintrin.h,
+ lwpintrin.h, popcntintrin.h and mm3dnow.h are usable with
+ -O -fkeep-inline-functions. */
#include <x86intrin.h>
« no previous file with comments | « gcc/gcc/testsuite/g++.dg/other/error23.C ('k') | gcc/gcc/testsuite/g++.dg/other/i386-4.C » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698