URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [g++.dg/] [other/] [i386-2.C] - Rev 868
Go to most recent revision | Compare with Previous | Blame | View Log
/* Test that {,x,e,p}mmintrin.h and mm_malloc.h are
usable with -pedantic-errors. */
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-pedantic-errors -msse3" } */
#include <mmintrin.h>
#include <xmmintrin.h>
#include <emmintrin.h>
#include <pmmintrin.h>
#include <mm_malloc.h>
int dummy;
Go to most recent revision | Compare with Previous | Blame | View Log