https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
Alfred Agrell changed:
What|Removed |Added
See Also||https://github.com/llvm/llv
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119814
Bug ID: 119814
Summary: requires-clauses think void can be passed to ...
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119813
Bug ID: 119813
Summary: std::is_invocable thinks void can be passed to ...
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compo
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119708
--- Comment #4 from Alfred Agrell ---
No, that's not relevant to this bug either (though it is relevant to bug
109993). This bug is about ECMAScript flavor regex, not the POSIX ones.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119708
--- Comment #2 from Alfred Agrell ---
No, bug 84110 looks unrelated to me. That bug refers to actual 0x00 bytes in
the input regex.
This bug is about how the regex parser treats backslashes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119708
Bug ID: 119708
Summary: : \00 should be rejected
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119506
Bug ID: 119506
Summary: : \cA matches wrong byte
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstdc++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119505
Bug ID: 119505
Summary: : Undefined backreferences should match empty
string
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119469
Bug ID: 119469
Summary: iter_rvalue_reference_t is wrong for function types
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118972
Bug ID: 118972
Summary: Missing ubsan complaint for double->int cast overflow
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118946
Bug ID: 118946
Summary: Missed optimization: GCC reserves stack space for
optimized-out variable
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118947
Bug ID: 118947
Summary: Missed optimization: GCC forgets stack buffer contents
across function call
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity:
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118917
Bug ID: 118917
Summary: 'class declared private here' points to definition
instead
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118316
Bug ID: 118316
Summary: Missed optimization: while (len > 1) len -= 2;
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118073
Bug ID: 118073
Summary: Bad diagnostic: 'nontype_argument_pack' not supported
by dump_expr
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117393
Bug ID: 117393
Summary: Consider inlining memcmp(a, b, small constant)==0 on
-Os
Product: gcc
Version: 14.2.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116903
Alfred Agrell changed:
What|Removed |Added
CC||blubban at gmail dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116584
Bug ID: 116584
Summary: Type/value mismatch confuses error recovery
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115318
--- Comment #2 from Alfred Agrell ---
struct a { int c; };
template
struct ddd {
int f()
{
using a2 = decltype([](int a::*)->a{}(&a::c));
return [](int a2::*){ return 2; }(&a::c);
}
};
int xs() { return ddd().f(); }
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115423
--- Comment #3 from Alfred Agrell ---
strcmp (c, "ABCDEFGHabcdefgh") || strcmp (c, "ABCDEFGHfoobar") can safely be
optimized to 1, you're thinking of strcmp(c, "ABCDEFGHabcdefgh")==0 ||
strcmp(c, "ABCDEFGHfoobar")==0.
Optimizing to multi-byte r
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115423
Bug ID: 115423
Summary: Inlined strcmp optimizes poorly
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: tree-optimiza
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115364
Bug ID: 115364
Summary: ICE-on-invalid when calling non-const template member
on const object
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: norma
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115331
Bug ID: 115331
Summary: [15 regression] ICE-on-invalid passing a typoed lambda
to a list-initializer
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115319
Bug ID: 115319
Summary: ICE when mutating a captured parameter in an
explicit-this lambda if a capture is not trivially
copyable
Product: gcc
Version: unknown
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115318
Bug ID: 115318
Summary: decltype(lambda) with some templates causes ICE
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107337
Alfred Agrell changed:
What|Removed |Added
CC||blubban at gmail dot com
--- Comment #3
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114167
Bug ID: 114167
Summary: Capturing a auto..., then unpacking it in a lambda
taking Ts..., confuses GCC
Product: gcc
Version: 13.2.0
Status: UNCONFIRMED
Severity
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112564
Bug ID: 112564
Summary: std::format(std::thread::id) is incorrectly
left-aligned
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110565
Bug ID: 110565
Summary: Incomplete note on why initializing int& with int is
ill-formed
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105667
Alfred Agrell changed:
What|Removed |Added
CC||blubban at gmail dot com
--- Comment #8
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105804
Alfred Agrell changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107913
Bug ID: 107913
Summary: Bogus unused variable warning if used in if constexpr
false in lambda with default capture by ref
Product: gcc
Version: unknown
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107151
Bug ID: 107151
Summary: Specializing a concepted template can emit bogus
assembly
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106541
Bug ID: 106541
Summary: Missing -Wuninitialized on self initialization if
external code is called earlier in the function
Product: gcc
Version: unknown
Status: UNCONFIRM
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105804
Bug ID: 105804
Summary: List-initialized argument in await expression is
doubly freed
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103871
Alfred Agrell changed:
What|Removed |Added
CC||blubban at gmail dot com
--- Comment #1
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105595
Bug ID: 105595
Summary: Coroutines can trigger -Wsubobject-linkage
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c+
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103911
Bug ID: 103911
Summary: std::from_chars shouldn't call isdigit
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: libstd
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103877
Bug ID: 103877
Summary: libstdc++ docs give a bad recommendation for printing
C++ defines
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=103825
Bug ID: 103825
Summary: [12 Regression] ICE on switch on enum class in
bitfield
Product: gcc
Version: 12.0
Status: UNCONFIRMED
Severity: normal
Prior
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102198
Bug ID: 102198
Summary: Unused and nonsensical template instantiations used
for return type inference end up in the output
Product: gcc
Version: unknown
Status: UNCONFIR
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102120
Bug ID: 102120
Summary: expected tree that contains 'decl common' structure,
have 'identifier_node' in dump_aggr_type, at
cp/error.c:786
Product: gcc
Version: un
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101758
Bug ID: 101758
Summary: Inconsistent optimizations with UBSan
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: sanitiz
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97280
Bug ID: 97280
Summary: Documentation typo - 'roudnevenl'
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: other
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91212
Alfred Agrell changed:
What|Removed |Added
CC||blubban at gmail dot com
--- Comment #10
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97221
Alfred Agrell changed:
What|Removed |Added
Resolution|--- |DUPLICATE
Status|UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97221
Bug ID: 97221
Summary: Returning an array unexpectedly favors const overload
in return value's constructor
Product: gcc
Version: unknown
Status: UNCONFIRMED
Sev
47 matches
Mail list logo