<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/55955>55955</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[Flang] Lowering for abort (extension)
</td>
</tr>
<tr>
<th>Labels</th>
<td>
new issue
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
kiranchandramohan
</td>
</tr>
</table>
<pre>
Flang does not currently support lowering for the abort intrinsic procedure. This is a commonly supported extension in Fortran.
Reproducer:
```
subroutine ab
call abort
end subroutine
```
Currently the following TODO message is printed by Flang.
IntrinsicCall.cpp:1415: not yet implemented missing intrinsic lowering: abort
We need support for this intrinsic procedure to enable 521.wrf_r
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxtUlurnDAQ_jX6MlQ0mq0--NCeZaFQOFAO9LHEZFbTxkSS2O3--050LwdaCLlMMp_fxcGpa38ywo6gHAawLoJcvUcbzRXCuizORzDugl7Tm7PzECcEMaSytpGqQUtYvJOoVo8FvE06AA0B0s2zs08YVIB_IlKDs9QLJ6p5YYusPGblp33-hgSlVok-q2-l7FDexnYM6-DdGrVNLPYSgBTG7KT2CloFz4f_xdnnl4fWJOvsDElNQt9ej68wYwhixKRmIaFJwHCFza0b6S93B16IQCGXhVhXTcVp2ay8Irk0LwZn3NpnHUKCfzp3tzZ1vBOwz98RLKJ65LDbn_z913mIDtCKwSBwVhUXf_7hc9XXqqs7kUcdDfYZ_7yxz_gRvr7PdM8zY-0joIx1-epNP8W4hJQFO9EYdZzWoaBk6WDM7_vygWj8RBnpSApXDLThvOM8n_q2bQcpD4ema88NMtUp5OzMm1JIiVLVuREDmpDIZYxZvMAGQXuimeuelYyVh7KrqrpmXfExgbWHSnCGTdnyrClxFtoUiUfh_Jj7fqM0rGOgS6NDDM9LQQGMZOr2OcIXa5yc739p-hPlJKzyYna05huJfhPxF375CzI">