<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Issue</th>
<td>
<a href=https://github.com/llvm/llvm-project/issues/119254>119254</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>
[flang] Allow "/* ... */" style comments in preprocessor
</td>
</tr>
<tr>
<th>Labels</th>
<td>
flang
</td>
</tr>
<tr>
<th>Assignees</th>
<td>
</td>
</tr>
<tr>
<th>Reporter</th>
<td>
psteinfeld
</td>
</tr>
</table>
<pre>
Here's a program:
```
i=1
/* + */
/* + */
if (i/=1)print *,'err'
print *,'pass'
end
```
This program compiles without problem with gfortran, nvfortran, nagfor, ifort, and ifx, although xlf emits error messages.
I get many error messages when compiling with `flang`.
</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJxsUtFunDAQ_BrzsgoyCxzHAw8k0al97w8YWIwrYyOvSXJ_X5m7a6NTERI7O55l1hrFbLQj6kT9Kur3TO1x8aHbOJJxM9kpG_x07X5QIIENg4IteB3UKspeyF6c5P2VPRyPEeV78UACLwJ7EPgKAvuEEvH_7iGeQeDZpFaagu0WjIu3U28CGwpBYPP3-BO7KebvNLnpyeKvxfBjARj9uhlLDJ8mLn6PiRgsrQcGPfsQg3IC38B9fAcqUakyqZsK5SYw89dR2jRLL_BlZ6DVRAYKwQdYiVlp4jxZkv1P0BRhVe76xMPnQu7uzTh9MyNOcrbKaXGSeTZ15dSWrcqoK5qybJoSyyZbOpTz3A7jVJxV3YynQY5Dc25PNI1ThaTGzHQosSpQtkVbybLJ61qeB6xGNciyOMtKVJJWZWxu7cea-6Azw7xTVxQt1lVm1UCWj6Qg3vwgptCELglehl2zqKQ1HPnfiGiiPeJ1U9Tv0FvrPyFpb0HI8_wRBETgeLWULmAlFxmMgy3QFvxIzD5ke7DdEuPGKYBJcdEmLvuQj34VeEm_vX9etuB_0xgFXo41WODlvslHh38CAAD___EH5O4">