[flang] back out -Mstandard

Original-commit: flang-compiler/f18@a040c4bdef
Reviewed-on: https://github.com/flang-compiler/f18/pull/508
This commit is contained in:
peter klausler 2019-06-19 16:44:36 -07:00
parent 9a9b450011
commit daef068a0b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
PATH=/usr/bin:/bin PATH=/usr/bin:/bin
srcdir=$(dirname $0) srcdir=$(dirname $0)
CMD="${F18:-../../../tools/f18/f18} -fdebug-resolve-names -fparse-only -Mstandard" CMD="${F18:-../../../tools/f18/f18} -fdebug-resolve-names -fparse-only"
if [[ $# != 1 ]]; then if [[ $# != 1 ]]; then
echo "Usage: $0 <fortran-source>" echo "Usage: $0 <fortran-source>"