Commit ebb780f2 by Segher Boessenkool Committed by Aldy Hernandez

altivec-9.c: New file.

2003-03-10  Segher Boessenkool  <segher@koffie.nl>

        * testsuite/gcc.dg/altivec-9.c: New file.

From-SVN: r64120
parent 88a7a0c9
2003-03-10 Segher Boessenkool <segher@koffie.nl>
* gcc.dg/altivec-9.c: New file.
2003-03-10 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* gcc.dg/ppc-sdata-1.c: New test.
......
/* { dg-do compile { target powerpc-*-* } } */
/* { dg-options "-maltivec -mabi=altivec -g" } */
/* PR9564 */
extern int vfork(void);
void
boom (void)
{
char buf[65536];
vfork();
}
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