Hi,
There were several commits added to GCC’s ‘releases/gcc-11’ branch since
the 11.1.0 release, so I wanted to check whether this problem was fixed by
any of them.
I applied the patch containing those commits to the gcc-11 package,
obtained by running the following on a git checkout of the GCC repo:
```
$ git diff releases/gcc-11.1.0..origin/releases/gcc-11 \
> gcc-11-branch-update.patch
```
At the time, origin/releases/gcc-11 was:
419201f566bb libstdc++: Use function object for __decay_copy helper
Unfortunately it didn’t make a difference.
--
Thanks,
Thiago