llvm / llvm/llvm-project

[flang][coarray] Unexpected error: 'fir.store' op store value type must match memory reference type

Open
#193,131 2 comments 0 reactions 1 assignee Claimed by @JDPailleux View on GitHub
flang:ir
Dominant language
LLVM
Stars
40.5k
Forks
18.7k
PR merge metrics
PR metrics pending

Description

```
% cat r.f90
```
```
class(*),allocatable :: a[:]
allocate(real::a[1:*])
end
```
```
% flang -c -fcoarray r.f90
warning: Support for multi image Fortran features is still experimental and in development.
error: loc("r.f90":2:2): 'fir.store' op store value type must match memory reference type
error: verification of lowering to FIR failed
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.