Skip to content

Commit 8d10ee2

Browse files
committed
260128.182623.CST revise allow.txt
1 parent 57a339d commit 8d10ee2

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/actions/spelling/allow.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2528,3 +2528,9 @@ ZAMB
25282528
excinfo
25292529
HNN
25302530
Neurosolver
2531+
amdflang
2532+
aomp
2533+
libstdcxx
2534+
MFF
2535+
MFORT
2536+
Urayasu

fortran/tests/makefiles/Makefile.common

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,8 @@ $(TESTS_C) $(TESTS_INT_C):
884884
if [[ -x $@_c_$(SUFFIXO) ]] ; then \
885885
if command -v execstack >/dev/null 2>&1 ; then \
886886
printf "\n===> Check executable stack: " && execstack -q $@_c_$(SUFFIXO) && \
887-
printf "\n===> Clear executable stack: " && execstack -c $@_c_$(SUFFIXO) \
887+
printf "===> Clear executable stack: " && execstack -c $@_c_$(SUFFIXO) && \
888+
printf "\n===> Check executable stack again: " && execstack -q $@_c_$(SUFFIXO) \
888889
| tee -a "$(LOG_DIR)/$@.log" ; \
889890
fi ; \
890891
export NVCOMPILER_TERM=trace && set -eu -o pipefail && \
@@ -902,7 +903,8 @@ $(TESTS_C) $(TESTS_INT_C):
902903
if [[ -x $@_c_$(SUFFIXG) ]] ; then \
903904
if command -v execstack >/dev/null 2>&1 ; then \
904905
printf "\n===> Check executable stack: " && execstack -q $@_c_$(SUFFIXG) && \
905-
printf "\n===> Clear executable stack: " && execstack -c $@_c_$(SUFFIXG) \
906+
printf "===> Clear executable stack: " && execstack -c $@_c_$(SUFFIXG) && \
907+
printf "\n===> Check executable stack again: " && execstack -q $@_c_$(SUFFIXG) \
906908
| tee -a "$(LOG_DIR)/$@.log" ; \
907909
fi ; \
908910
export NVCOMPILER_TERM=trace && set -eu -o pipefail && \

0 commit comments

Comments
 (0)