From: Craig Burley Date: Tue, 12 Oct 1999 15:27:12 +0000 (+0000) Subject: move 19990905-1.f into noncompile/ from compile/ X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8538ac5ea73506d6d77445d969f422658a74cdbd;p=gcc.git move 19990905-1.f into noncompile/ from compile/ From-SVN: r29920 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 7245f6fa986..c8c5c037455 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +1999-10-12 Craig Burley + + * g77.f-torture/noncompile/19990905-1.f: Moved from being + in compile/. + Fri Oct 1 00:53:17 1999 Mark P. Mitchell * lib/file-format.exp (gcc_target_object_format): Don't diff --git a/gcc/testsuite/g77.f-torture/compile/19990905-1.f b/gcc/testsuite/g77.f-torture/compile/19990905-1.f deleted file mode 100644 index 026d05e4b3c..00000000000 --- a/gcc/testsuite/g77.f-torture/compile/19990905-1.f +++ /dev/null @@ -1,8 +0,0 @@ -* =foo7.f in Burley's g77 test suite. - subroutine x - real a(n) - common /foo/n - continue - entry y(a) - call foo(a(1)) - end diff --git a/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f b/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f new file mode 100644 index 00000000000..026d05e4b3c --- /dev/null +++ b/gcc/testsuite/g77.f-torture/noncompile/19990905-1.f @@ -0,0 +1,8 @@ +* =foo7.f in Burley's g77 test suite. + subroutine x + real a(n) + common /foo/n + continue + entry y(a) + call foo(a(1)) + end