20001222-1.c: New test.
* gcc.c-torture/compile/20001222-1.c: New test. * gcc.c-torture/compile/20001222-1.x: Xfail. From-SVN: r38469
This commit is contained in:
parent
394411d593
commit
ab461298d7
@ -1,3 +1,8 @@
|
||||
2000-12-22 Joseph S. Myers <jsm28@cam.ac.uk>
|
||||
|
||||
* gcc.c-torture/compile/20001222-1.c: New test.
|
||||
* gcc.c-torture/compile/20001222-1.x: Xfail.
|
||||
|
||||
Fri Dec 22 06:45:03 2000 Alexandre Oliva <aoliva@redhat.com>
|
||||
|
||||
* gcc.c-torture/execute/comp-goto-2.c: New test.
|
||||
|
6
gcc/testsuite/gcc.c-torture/compile/20001222-1.c
Normal file
6
gcc/testsuite/gcc.c-torture/compile/20001222-1.c
Normal file
@ -0,0 +1,6 @@
|
||||
/* Testcase for PR c/1501. */
|
||||
double __complex__
|
||||
f (void)
|
||||
{
|
||||
return ~(1.0 + 2.0i);
|
||||
}
|
2
gcc/testsuite/gcc.c-torture/compile/20001222-1.x
Normal file
2
gcc/testsuite/gcc.c-torture/compile/20001222-1.x
Normal file
@ -0,0 +1,2 @@
|
||||
set torture_compile_xfail "*-*-*"
|
||||
return 0
|
Loading…
Reference in New Issue
Block a user