[Bug c++/107033] [13 Regression] [modules] ICE using span as a range

johelegp at gmail dot com gcc-bugzilla@gcc.gnu.org
Sun Sep 25 16:32:56 GMT 2022


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107033

--- Comment #3 from Johel Ernesto Guerrero Peña <johelegp at gmail dot com> ---
Simplified: https://godbolt.org/z/3Ys316aeE.

```C++
export module mod;
import "std.hpp";
int x[2];
export auto _ = std::ranges::begin(x);
```


More information about the Gcc-bugs mailing list