[flang-commits] [PATCH] D159220: [flang][test] Enable goto_5
Peter Klausler via Phabricator via flang-commits
flang-commits at lists.llvm.org
Wed Aug 30 12:39:49 PDT 2023
klausler created this revision.
klausler added a reviewer: tarunprabhu.
klausler added a project: Flang.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
klausler requested review of this revision.
The bug that caused the compiler to loop when compiling
Fortran/gfortran/regression/goto_5 has been fixed.
Repository:
rT test-suite
https://reviews.llvm.org/D159220
Files:
Fortran/gfortran/regression/DisabledFiles.cmake
Index: Fortran/gfortran/regression/DisabledFiles.cmake
===================================================================
--- Fortran/gfortran/regression/DisabledFiles.cmake
+++ Fortran/gfortran/regression/DisabledFiles.cmake
@@ -2028,7 +2028,6 @@
# These tests are skipped because they cause flang to hang - possibly in an
# infinite loop.
- goto_5.f90
pr49540-1.f90 # Only on AArch64
# --------------------------------------------------------------------------
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D159220.554802.patch
Type: text/x-patch
Size: 481 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20230830/1f8731db/attachment.bin>
More information about the flang-commits
mailing list