Issue 63889
Summary [flang] [OpenMP] flang-new crashes (tasking Examples)
Labels
Assignees
Reporter k-arrows
    Consider the example fortran OpenMP programs in the following:
https://github.com/OpenMP/Examples/tree/main/tasking/sources

Flang-new crashes with the following programs:

|  Program Name  |  Directive |
| ---- | ---- |
|  tasking.6.f  |  task untied |
|  tasking.11.f90 |  task mergeable |
|  tasking.12.f90  |  task mergeable |
| tasking.13.f90  |  task mergeable |
|  tasking.14.f90  |  task if, task final |
|  task_dep.12.f90  |  task depend |
|  task_priority.1.f90 | task priority|

These programs cause a crash probably because directives are not yet implemented, so it may be a good idea to issue a TODO message.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to