]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/lto/20090206-1_0.c
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / lto / 20090206-1_0.c
1 /* { dg-lto-do link } */
2 /* { dg-skip-if "" { ! { i?86-*-linux* x86_64-*-linux* } } { "*" } { "" } } */
3 /* { dg-lto-options {{-fPIC -shared -fwhopr -msse2}} } */
4 /* { dg-suppress-ld-options {-fPIC -msse2} } */
5
6 typedef short v8hi __attribute__((__vector_size__(16)));
7 void func (void) {
8 v8hi x, y, z;
9 z = __builtin_ia32_paddw128 (x, y);
10 }