[Bug tree-optimization/105937] [12 Regression] maybe-uninitialized with std::optional

2022-10-11 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to fail|

[Bug tree-optimization/105937] [12 Regression] maybe-uninitialized with std::optional

2022-10-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 --- Comment #9 from CVS Commits --- The releases/gcc-12 branch has been updated by Richard Biener : https://gcc.gnu.org/g:627132c9bf9439bf0ac83bb092182055c1e0f3ab commit r12-8818-g627132c9bf9439bf0ac83bb092182055c1e0f3ab Author: Richard

[Bug tree-optimization/105937] [12 Regression] maybe-uninitialized with std::optional

2022-08-22 Thread rguenther at suse dot de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 --- Comment #8 from rguenther at suse dot de --- On Mon, 22 Aug 2022, janisozaur+gcc at gmail dot com wrote: > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 > > --- Comment #7 from janisozaur+gcc at gmail dot com --- > Will the fix get

[Bug tree-optimization/105937] [12 Regression] maybe-uninitialized with std::optional

2022-08-22 Thread janisozaur+gcc at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 --- Comment #7 from janisozaur+gcc at gmail dot com --- Will the fix get merged to 12.3 as well? This currently prevents the project I work on from compiling with GCC (https://github.com/OpenRCT2/OpenRCT2/issues/17371)

[Bug tree-optimization/105937] [12 Regression] maybe-uninitialized with std::optional

2022-08-22 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105937 Richard Biener changed: What|Removed |Added Summary|[12/13 Regression] |[12 Regression]