-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Closed
Labels
crashPrefer [crash-on-valid] or [crash-on-invalid]Prefer [crash-on-valid] or [crash-on-invalid]flang:openmp
Description
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.
Metadata
Metadata
Assignees
Labels
crashPrefer [crash-on-valid] or [crash-on-invalid]Prefer [crash-on-valid] or [crash-on-invalid]flang:openmp