diff options
| -rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
| -rw-r--r-- | gcc/testsuite/gcc.c-torture/compile/920520-1.x | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 5a0bea3..661d5ea 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2001-05-21 Geoff Keating <geoffk@redhat.com> + + * gcc.c-torture/compile/920520-1.x: Merge previous contents into + this file. + 2001-05-21 Stephane Carrez <Stephane.Carrez@worldnet.fr> * gcc.c-torture/unsorted/msp.c (A_SIZE): Define according to diff --git a/gcc/testsuite/gcc.c-torture/compile/920520-1.x b/gcc/testsuite/gcc.c-torture/compile/920520-1.x index 3bc5676..0e90c03 100644 --- a/gcc/testsuite/gcc.c-torture/compile/920520-1.x +++ b/gcc/testsuite/gcc.c-torture/compile/920520-1.x @@ -1,3 +1,5 @@ +set options "-S" + # This does not work on m68hc11 due to the asm which forces a # float or a double to go in a register. |
