[Bug libstdc++/116369] [DEBUG MODE,C++20] access to iterators from global empty container defined by "const&" results in SIGSEGV

2024-08-14 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116369 --- Comment #1 from Piotr Nycz --- (In reply to Piotr Nycz from comment #0) > Starting from C++20 (C++23 too) and gcc14.1, with STL debug mode ON > (-std=c++20 -D_GLIBCXX_DEBUG) the following code starts producing SIGSEGV: > > #include >

[Bug libstdc++/116369] New: [DEBUG MODE,C++20] access to iterators from global empty container defined by "const&" results in SIGSEGV

2024-08-14 Thread piotrwn1 at gmail dot com via Gcc-bugs
Status: UNCONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: piotrwn1 at gmail dot com Target Milestone: --- Starting from C++20 (C++23 too) and gcc14.1, with STL debug mode

[Bug c++/109867] -Wswitch-default reports missing default in coroutine

2024-01-30 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109867 Piotr Nycz changed: What|Removed |Added CC||piotrwn1 at gmail dot com --- Comment #1

[Bug c++/110092] Missing warning that internal header is used

2023-06-05 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110092 --- Comment #5 from Piotr Nycz --- (In reply to Jonathan Wakely from comment #2) > (In reply to Piotr Nycz from comment #0) > > So, probably it is doable to add warning like: "bist/shared_ptr.h is an > > internal header file, included by other l

[Bug c++/110092] Missing warning that internal header is used

2023-06-02 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110092 --- Comment #3 from Piotr Nycz --- (In reply to Jonathan Wakely from comment #2) > (In reply to Piotr Nycz from comment #0) > > So, probably it is doable to add warning like: "bist/shared_ptr.h is an > > internal header file, included by other l

[Bug c++/110092] New: Missing warning that internal header is used

2023-06-02 Thread piotrwn1 at gmail dot com via Gcc-bugs
: c++ Assignee: unassigned at gcc dot gnu.org Reporter: piotrwn1 at gmail dot com Target Milestone: --- Developers new to C++ have sometime problems with including proper std library header, instead, they sometimes include standard library internal headers - since the

[Bug libstdc++/100667] [11/12/13/14 Regression] std::tuple cannot be constructed from A&&, if A not defined (only forward declared)

2023-05-29 Thread piotrwn1 at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 --- Comment #5 from Piotr Nycz --- It also fails on gcc12, gcc13 and trunk pon., 29 maj 2023 o 12:09 jakub at gcc dot gnu.org napisaƂ(a): > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100667 > > Jakub Jelinek changed: > >What

[Bug libstdc++/100667] New: std::tuple cannot be constructed from A&&, if A not defined (only forward declared)

2021-05-19 Thread piotrwn1 at gmail dot com via Gcc-bugs
ONFIRMED Severity: normal Priority: P3 Component: libstdc++ Assignee: unassigned at gcc dot gnu.org Reporter: piotrwn1 at gmail dot com Target Milestone: --- The following code stops working when switching from gcc10 to gcc11 (gcc11.1 and trunk too) (both c++

[Bug libstdc++/78830] std::prev accepts ForwardIterator-s

2019-03-22 Thread piotrwn1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78830 Piotr Nycz changed: What|Removed |Added CC||piotrwn1 at gmail dot com --- Comment #5

[Bug c++/69901] Iniitializing non-const global array variable from runtime const global variable does not copy all values properly

2016-02-23 Thread piotrwn1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69901 --- Comment #2 from Piotr Nycz --- How to get information in which version it is fixed? What we discover ourselves: 4.9.1 - work 4.9.2 - fail 4.9.4 - work 5.2 - fail 6.0 (experimental) - work I need to know the newest stable version where it is

[Bug c++/69901] Iniitializing non-const global array variable from runtime const global variable does not copy all values properly

2016-02-23 Thread piotrwn1 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69901 Piotr Nycz changed: What|Removed |Added Severity|normal |major

[Bug c++/69901] New: Iniitializing non-const global array variable from runtime const global variable does not copy all values properly

2016-02-22 Thread piotrwn1 at gmail dot com
: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: piotrwn1 at gmail dot com Target Milestone: --- We discovered this in our project working under gcc4.9.2 (-std=c

[Bug c++/67735] New: internal compiler error while trying to use __direct_bases to create parallel hierarchy of classes

2015-09-27 Thread piotrwn1 at gmail dot com
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: piotrwn1 at gmail dot com Target Milestone: --- When used new extensions of __direct_bases to create parallel hierarchy of classes - I got the internal