diff options
author | Geoffrey Keating <geoffk@redhat.com> | 2001-05-21 20:38:05 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2001-05-21 20:38:05 +0000 |
commit | 4694cec254258d31576e9a1623ebeb1c777765cb (patch) | |
tree | 06f25307b7b1bb939894292cd6d6d7b1c24ccf25 | |
parent | 8ffd89ad1b9d91fd84688210787b81addd046dfb (diff) | |
download | gcc-4694cec254258d31576e9a1623ebeb1c777765cb.zip gcc-4694cec254258d31576e9a1623ebeb1c777765cb.tar.gz gcc-4694cec254258d31576e9a1623ebeb1c777765cb.tar.bz2 |
920520-1.x: Merge previous contents into this file.
* gcc.c-torture/compile/920520-1.x: Merge previous contents into
this file.
From-SVN: r42406
-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. |