<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/136583>136583</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[flang] [OpenMP] Common block name symbol is not found (with the prefix "Internal")
</td>
</tr>
<tr>
<th>Labels</th>
<td>
flang
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
sscalpone
</td>
</tr>
</table>
<pre>
The OpenMP spec may allow "a common block name (enclosed in slashes)."
```
% cat foo.f90
common /c/ x
real :: x
!$omp flush(/c/)
end
% flang foo.f90
% flang -fopenmp foo.f90
flang-21: warning: OpenMP support in flang is still experimental [-Wexperimental-option]
error: Semantic errors in foo.f90
./foo.f90:3:16: error: Internal: no symbol found for 'c'
!$omp flush(/c/)
^
```
Does the `Internal` signal that this is not-yet-implemented? If so, please change the message to include the phrase "not yet implemented:". Thanks!
</pre>
<img width="1" height="1" alt="" src="http://email.email.llvm.org/o/eJyEU02PpDgM_TXmYhUC81kHDszUIs1htSvtSHtOBVNkJyQoCdNd_34Viq7u7T0MQsJ5wc_2sy28VzfD3EH1BapLIrYwW9d5L4VereHkasd7931m_GNl8_uf6FeWuIg7Cq3tCwKRQGmXxRq8ait_oBELI1DLRmrreURl0GvhZ_ZA5xSIIOuhzo4364EqlCLgZG06nSOCb4xAgwQa8HUHHQuNUPRQ9AcClAOVdllx0pufgdrDA-gMWc9mPPgnLcztQ4R37DTZlU1keF7uFyfKY5wX4Ywyt2i-CbCtq3UhlvVgUB59UFojv67s1MImxDyrL6e_PyInuwZlDVSXmJlz1kXSv3gRJiiJO-J31mciKdDwdir6Aoo-r6PT0_ubCeyM0NE2Fv19uVqNk93MiJN1CNRIoGbX6pdq4ecHqt8-tepi2WOYGaHOnrHrDOMMCY1hFgHDrHzUxNhwunM4qWXVHCXgEYoB8duE3gJ9xVWz8IxyFubGO-vC3otoW1RG6m18wOvs4o9AZGzAOwf8D2cPRCni91mYHx4oT8auGM_FWSTc5U1ZUVWXWZvMHddtLamu6_yaN3l75jKTTVPIesxymoomUR1lVGUl5XlDddmmJTVFyZXksZBZSxWUGS9C6VTrn0tq3S1R3m_c5UVdtUWixZW131eJaB-OOO3VJXFddDhdt5uHMtPKB_9OEVTQ-_49PKpLnJ3HsMXD1_8t19Hmh8ZHt4HaFxXmh16OJ_Ua9Xr2iAjonGxOd3MIq99FG4CGmwrzdk2lXYCGmNHxOa3O_sMyAA17hR5oOIr82dG_AQAA___bMEx-">