https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114569
Jens Maurer changed:
What|Removed |Added
CC||jens.maurer at gmx dot net
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111923
Jens Maurer changed:
What|Removed |Added
CC||jens.maurer at gmx dot net
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109822
Bug ID: 109822
Summary: Converting std::experimental::simd masks yields an
error
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105200
Jens Maurer changed:
What|Removed |Added
CC||jens.maurer at gmx dot net
--- Comment #7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107022
--- Comment #8 from Jens Maurer ---
I understand we're in a tangled web of partially-complete class rules here,
but the standard does give you the expectation that the inner class is complete
at its closing brace:
[class.pre] p2 says:
"A class
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107340
Bug ID: 107340
Summary: std::unordered_map and completeness of nested classes
Product: gcc
Version: 11.3.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812
--- Comment #1 from Jens Maurer ---
Cross-reference: clang bug https://github.com/llvm/llvm-project/issues/57519
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106812
Bug ID: 106812
Summary: Throwing a non-copyable exception
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106150
--- Comment #6 from Jens Maurer ---
Related clang bug: https://github.com/llvm/llvm-project/issues/56313
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106150
Bug ID: 106150
Summary: Incorrect error for defaulted anonymous union member
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105651
Jens Maurer changed:
What|Removed |Added
CC||jens.maurer at gmx dot net
--- Comment #5
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103177
Bug ID: 103177
Summary: incorrect error message for ambiguous lookup
Product: gcc
Version: 11.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480
--- Comment #10 from Jens Maurer ---
I agree with Jonathan here: The difference is that "malloc" comes with the
compiler/library and cannot be replaced (within the scope of the C or C++
standards), but "operator new" is expressly specified to be
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480
--- Comment #3 from Jens Maurer ---
"We treat the global operator new as not reading from global memory"
If I implement my own global "operator new" afresh, certainly it'll need to
access global memory, e.g. to read a global pointer to the heap
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101480
Bug ID: 101480
Summary: Miscompiled code involving operator new
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100430
--- Comment #4 from Jens Maurer ---
Thanks.
My take-away from the discussion is that -Warray-bounds triggers when there
might be a code path with bad behavior. Whether such a code path is detected
depends very much on the details of optimizatio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100430
--- Comment #2 from Jens Maurer ---
Why does the warning go away with -O3, then? If it's intentional, it should be
consistent once the optimization level is sufficient for the necessary static
analysis.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100430
Bug ID: 100430
Summary: False positive for -Warray-bounds and pointers
Product: gcc
Version: 11.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=52202
--- Comment #5 from Jens Maurer ---
Core issue 1299 resolved via http://wg21.link/p0727 does in fact
lifetime-extend the temporary in the example.
This bug report should therefore be closed without action.
(If a test case is missing that lifetim
19 matches
Mail list logo