Commit 7dc8c714 by Alexandre Oliva Committed by Alexandre Oliva

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

From-SVN: r24127
parent badcf916
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> Sun Dec 6 00:40:12 1998 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/execute/981206.c: New test. * gcc.c-torture/execute/981206.c: New test.
......
/* 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;
}
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