[Bug c++/108643] New: Initializing parameter by ref in coroutine function causes memory corruption

2023-02-02 Thread menkaur at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108643 Bug ID: 108643 Summary: Initializing parameter by ref in coroutine function causes memory corruption Product: gcc Version: 12.2.1 Status: UNCONFIRMED Severity:

[Bug c++/107034] New: SIGSEGV in code using c style array

2022-09-25 Thread menkaur at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107034 Bug ID: 107034 Summary: SIGSEGV in code using c style array Product: gcc Version: 12.2.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++

[Bug c++/106412] Code initializing static variables with local variables compiles without errors or warnings

2022-07-22 Thread menkaur at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106412 --- Comment #2 from Arsen Zahray --- > Why do you think it's a bug? The code is valid. The bug I made with a code like this was that I first declared a static const variable and used it in the program, later on I added local variables on which t

[Bug c++/106412] New: Code initializing static variables with local variables compiles without errors or warnings

2022-07-22 Thread menkaur at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106412 Bug ID: 106412 Summary: Code initializing static variables with local variables compiles without errors or warnings Product: gcc Version: og11 (devel/omp/gcc-11) Status: