Commit c178fe89 by Aldy Hernandez Committed by Aldy Hernandez

altivec-4.c: New.

2001-12-13  Aldy Hernandez  <aldyh@redhat.com>

	* gcc.dg/altivec-4.c: New.

From-SVN: r47991
parent c3f23a53
2001-12-13 Aldy Hernandez <aldyh@redhat.com>
* gcc.dg/altivec-4.c: New.
2001-12-13 Hans-Peter Nilsson <hp@axis.com> 2001-12-13 Hans-Peter Nilsson <hp@axis.com>
* gcc.dg/20011113-1.c: New test. * gcc.dg/20011113-1.c: New test.
......
/* { dg-do compile { target powerpc-*-* } } */
/* { dg-options "-maltivec -O0 -Wall" } */
int __attribute__((mode(V4SI))) x, y;
void
b()
{
__builtin_altivec_vadduwm (x, y);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment