https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114970
Bug ID: 114970
Summary: 32-bit ARM gcc-14.1 new false positive -Wunused-value
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114945
Bug ID: 114945
Summary: Sporadic std::vector::resize() -Wstringop-overflow or
-Warray-bounds warning with gcc 14
Product: gcc
Version: 14.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101118
--- Comment #3 from Nils Gladitz ---
Thanks for looking into this!
Any idea what the potential implications are?
I assume I can't just ignore the warning as this will likely break code?
When I turn off LTO the diagnostic will go away but the OD
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101118
Bug ID: 101118
Summary: coroutines: unexpected ODR warning for coroutine frame
type in LTO builds
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100611
--- Comment #1 from Nils Gladitz ---
(In reply to Nils Gladitz from comment #0)
> Indicating that "Foo" is constructed more often than it gets destructed.
Sorry that of course was supposed to read:
Indicating that "Foo" is destructed more ofte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576
--- Comment #2 from Nils Gladitz ---
I opened bug 100611 for what I described above; assuming this is related but
distinct.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100611
Bug ID: 100611
Summary: coroutines: destructor called too many times for
coroutine lambda stored object
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severi
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99576
Nils Gladitz changed:
What|Removed |Added
CC||nilsgladitz at gmail dot com
--- Comment
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99846
--- Comment #8 from Nils Gladitz ---
(In reply to Jonathan Wakely from comment #5)
> Now this is *obviously* wrong. The left < right expression uses the
> operator< defined for the std::list base class, which depends on
> comparing the list's ele
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99846
Bug ID: 99846
Summary: [11 regression] std::variant comparison operator error
for recursive type
Product: gcc
Version: 11.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99710
Bug ID: 99710
Summary: coroutines: co_yield and co_await should only be
allowed in suspension context
Product: gcc
Version: 10.2.0
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99215
--- Comment #7 from Nils Gladitz ---
(In reply to Nils Gladitz from comment #5)
> Apparently when the coroutine happens to be a member function (even a static
> one) printing *frame_ptr results in "{}".
I reported the "{}" issue at the gdb issue
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98056
--- Comment #4 from Nils Gladitz ---
Not sure if this is helpful at all but I think I ran into the same issue and
reduced it to the following which is slightly shorter but also keeps the
standard C++ includes intact (manually reintroduced them af
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99215
--- Comment #5 from Nils Gladitz ---
Apparently when the coroutine happens to be a member function (even a static
one) printing *frame_ptr results in "{}".
Ideally I'd want to have non-static member coroutines and would like to be able
to inspec
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99215
--- Comment #4 from Nils Gladitz ---
(In reply to Iain Sandoe from comment #3)
> ... the essence of the idea [on the mentioned long TODO] is to change the
> way in which frame vars are referenced; instead of changing the uses to
> point to the fr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99215
--- Comment #2 from Nils Gladitz ---
(In reply to Iain Sandoe from comment #1)
> Can you identify specific key blockers to progress?
> (I think the paper cited contained a number of desiderata, but it would be
> good to start from the most import
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99215
Bug ID: 99215
Summary: coroutines: debugging with gdb
Product: gcc
Version: 10.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Ass
17 matches
Mail list logo