Skip to content

Commit d629768

Browse files
committed
preprocess: add flang-new option
1 parent b9d11e6 commit d629768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm_compiler.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ pure subroutine set_cpp_preprocessor_flags(id, flags)
506506
select case(id)
507507
case default
508508
flag_cpp_preprocessor = ""
509-
case(id_caf, id_gcc, id_f95, id_nvhpc)
509+
case(id_caf, id_gcc, id_f95, id_nvhpc, id_flang_new)
510510
flag_cpp_preprocessor = "-cpp"
511511
case(id_intel_classic_windows, id_intel_llvm_windows)
512512
flag_cpp_preprocessor = "/fpp"

0 commit comments

Comments
 (0)