* gcc.dg/ultrasp1.c: New test.

From-SVN: r24127
This commit is contained in:
Alexandre Oliva 1998-12-06 02:16:21 +00:00 committed by Alexandre Oliva
parent badcf91620
commit 7dc8c71409
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
1998-12-06 Alexandre Oliva <oliva@dcc.unicamp.br>
* gcc.dg/ultrasp1.c: New test.
Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/execute/981206.c: New test.

View File

@ -0,0 +1,8 @@
/* Simplified from testcase by David Staepelaere <staapa@ultimatech.com> */
/* { dg-do compile { xfail sparc-*-* } } */
/* { dg-options -mcpu=ultrasparc { target sparc-*-*-* } } */
int foo(long long y) {
return -1 * y;
}