Issue 126459
Summary [flang] preprocessor issue with openmp conditional code
Labels
Assignees
Reporter shivaramaarao
    consider the following example

program main
integer NDIR
#define BLANKMACRO

BLANKMACRO !$  NDIR=0
end program main

flang ignores the conditional code 

$flang -fopenmp -E -fopenmp -ffree-form t2.f90

flang-21: warning: OpenMP support in flang is still experimental [-Wexperimental-option]
#line "./t2.f90" 4
      end program



_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to