ty: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
A coroutine function of the form:
task example() {
do {
co_await awaitable{};
} wh
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
When creating a function pointer from a stateless generic lambda that accepts
the argument of generic type by value, gcc
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86854
--- Comment #1 from Joshua Oreman ---
To clarify, the -freorder-blocks-and-partition argument in the example
invocations is superfluous (that optimization is enabled by default at -O2).
With -fno-reorder-blocks-and-partition the issue is not obse
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: rtl-optimization
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
With -freorder-blocks-and-partition in GCC 8 (but not in 7.x), GCC shows a
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
The below C++ program defines a constexpr function that returns a
pointer-to-member, then attempts to use that
tatus: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
The below C++ program is ill-formed, but gcc 7.1 and 7.2 accept it in C++17
mode, and emit code
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
The C++ program below defines structures that each contain a 1-byte char field
and inherit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68200
--- Comment #1 from Joshua Oreman ---
Correction: the original bug was PR 52604, not PR 52064.
Version: 5.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
Target Milestone: ---
PR 52064 (https://gcc.gnu.org/bugzilla/show_bug.cgi?id
Priority: P3
Component: ipa
Assignee: unassigned at gcc dot gnu.org
Reporter: oremanj at mit dot edu
In the C++ program below, interprocedural constant propagation cloning creates
a clone of A::adjust() specialized for adjust(Side::Invalid, false). This clone
10 matches
Mail list logo