diff options
author | Richard Henderson <rth@gcc.gnu.org> | 2002-01-23 19:34:14 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2002-01-23 19:34:14 -0800 |
commit | a99e47a50b14d0db5f576574754a598b11f8ecff (patch) | |
tree | c3b3124758b9fd8ccbaac2e7a59b9504a112087c | |
parent | d5714a5d65d2cab3b40e4a7d7734945be583251b (diff) | |
download | gcc-a99e47a50b14d0db5f576574754a598b11f8ecff.zip gcc-a99e47a50b14d0db5f576574754a598b11f8ecff.tar.gz gcc-a99e47a50b14d0db5f576574754a598b11f8ecff.tar.bz2 |
* gcc.dg/20020122-4.c: Use multiple outputs on the asm.
From-SVN: r49165
-rw-r--r-- | gcc/testsuite/ChangeLog | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7fc5685..897d322 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -31,6 +31,10 @@ 2002-01-22 Richard Henderson <rth@redhat.com> + * gcc.dg/20020122-4.c: Use multiple outputs on the asm. + +2002-01-22 Richard Henderson <rth@redhat.com> + * gcc.dg/20020122-4.c: New. 2002-01-22 H.J. Lu <hjl@gnu.org> @@ -103,8 +107,7 @@ 2001-01-18 David Billinghurst <David.Billinghurst@riotinto.com> - * g++.dg/other/deprecated.C: Fix FAIL from - "At global scope" message + * g++.dg/other/deprecated.C: Fix FAIL from "At global scope" message. * g++.dg/ext/align1.C: Fix fail on cygwin from maximum alignment warnings. |