[Bug c++/105683] Infinite loop (at runtime) with construction of vector of variant

2022-05-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683 --- Comment #6 from Jonathan Wakely --- (In reply to Jonathan Wakely from comment #5) > The problem is that you have vector{val} where val can be converted > to type value. The standard says that this should be interpreted as an > initializer-li

[Bug c++/105683] Infinite loop (at runtime) with construction of vector of variant

2022-05-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683 Jonathan Wakely changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCONFIR

[Bug c++/105683] Infinite loop (at runtime) with construction of vector of variant

2022-05-23 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105683 Jonathan Wakely changed: What|Removed |Added Summary|[12/13 Regression] Infinite |Infinite loop (at runtime)