public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-8291] Fix oversight from previous commit to pr70673.
@ 2022-04-27 20:48 Thomas König
  0 siblings, 0 replies; only message in thread
From: Thomas König @ 2022-04-27 20:48 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:58e4a744b6e8140499ed6c33a8e9a6557e102f74

commit r12-8291-g58e4a744b6e8140499ed6c33a8e9a6557e102f74
Author: Thomas Koenig <tkoenig@gcc.gnu.org>
Date:   Wed Apr 27 22:40:49 2022 +0200

    Fix oversight from previous commit to pr70673.
    
    gcc/testsuite/ChangeLog:
    
            * gfortran.dg/pr70673.f90: Removed second invalid
            line.

Diff:
---
 gcc/testsuite/gfortran.dg/pr70673.f90 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gcc/testsuite/gfortran.dg/pr70673.f90 b/gcc/testsuite/gfortran.dg/pr70673.f90
index 1449130274b..6eb9e7fa1b7 100644
--- a/gcc/testsuite/gfortran.dg/pr70673.f90
+++ b/gcc/testsuite/gfortran.dg/pr70673.f90
@@ -9,7 +9,6 @@ contains
   subroutine s(inp)
     character(*), intent(in) :: inp
     character(:), allocatable :: a
-    a = a           ! This used to ICE.
     a = inp
     a = a           ! This used to ICE too
     if ((len (a) .ne. 5) .or. (a .ne. "hello")) STOP 1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-27 20:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-27 20:48 [gcc r12-8291] Fix oversight from previous commit to pr70673 Thomas König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).