On Friday, 21 June 2024 at 17:10:33 UTC, Andrey Zherikov wrote:
Saw [here|https://github.com/andrey-zherikov/argparse/actions/runs/9617154563/job/26528299541]
Is this known problem?
```

Which patch release of gdc-12 is being used here? I can't reproduce with 12.3.0.

Doing a spot check of the closed issues between 12.1..12.3, I can't see any ICEs that reference the same line.

```
$ git diff releases/gcc-12.1.0..releases/gcc-12.3.0  gcc/d/ | \
    grep "PR d" | \
    sed -e 's|+\s*|https://gcc.gnu.org/|' -e 's|PR d/|PR|'
```
https://gcc.gnu.org/PR109144
https://gcc.gnu.org/PR109108
https://gcc.gnu.org/PR108877
https://gcc.gnu.org/PR108055
https://gcc.gnu.org/PR108050
https://gcc.gnu.org/PR107592
https://gcc.gnu.org/PR106638
https://gcc.gnu.org/PR106623
https://gcc.gnu.org/PR106563
https://gcc.gnu.org/PR106555
https://gcc.gnu.org/PR106139
https://gcc.gnu.org/PR105544

Reply via email to