https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116739
Bug ID: 116739
Summary: template parameter confusion results in parameter
packs not expanded with '...'
Product: gcc
Version: unknown
Status: UNCONFIRMED
Sever
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116714
--- Comment #6 from Ted Lyngmo ---
Darn... :-) Glad you're on it!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116714
--- Comment #4 from Ted Lyngmo ---
Andrew: The reduced example you provided is not interpreted the same way as
what I used when I wrote the report. I think they fail for different reasons.
Possibly at different stages. I went through the languag
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116714
Bug ID: 116714
Summary: [14 Regression] Inconsistent lambda type inference in
function template instance
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severit
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107087
Ted Lyngmo changed:
What|Removed |Added
CC||ted at lyncon dot se
--- Comment #20 from
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116051
--- Comment #1 from Ted Lyngmo ---
I realized that T in the working usages is non-dependent. I think we can close
this right away.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116051
Bug ID: 116051
Summary: inconsistent handling of void typedefs in otherwise
empty parameter lists
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: norm
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114625
--- Comment #5 from Ted Lyngmo ---
@Andrew, the title change seems wrong. It wrongly returns true when T{} is
ill-formed.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114625
Ted Lyngmo changed:
What|Removed |Added
Summary|requires { T{}; } wrongly |requires { T{}; } wrongly
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114625
Bug ID: 114625
Summary: requires { T{}; } wrongly accepted when T{} is
ill-formed
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Pri
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114504
Bug ID: 114504
Summary: Non-structural type accepted as non-type template
parameter type
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112349
Bug ID: 112349
Summary: ranges::max makes unecessary copies
Product: gcc
Version: 13.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93595
--- Comment #8 from Ted Lyngmo ---
:-) Ok I tried understanding the Status by reading
https://gcc.gnu.org/bugzilla/page.cgi?id=fields.html#bug_status but it doesn't
mention NEW. But ok, as long as it's actually a confirmed bug, I'm good.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93595
--- Comment #6 from Ted Lyngmo ---
@Andrew Pinski: Shouldn't the status be "CONFIRMED" rather than "NEW"?
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110604
Bug ID: 110604
Summary: template argument deduction failed with
decltype(lambda)
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Prio
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108303
Bug ID: 108303
Summary: lookup failes with requires clause on non-template
friend function of a class template
Product: gcc
Version: 13.0
Status: UNCONFIRMED
S
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106110
--- Comment #1 from Ted Lyngmo ---
Sorry, the helper variable template should be:
```
template
static constexpr bool is_foo_call_ambiguous_v =
is_foo_call_ambiguous::value;
```
It gives the same result: https://godbolt.org/z/bKbn8Gre7
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106110
Bug ID: 106110
Summary: Expected ambiguity but it resolves fine
Product: gcc
Version: 12.1.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105637
--- Comment #5 from Ted Lyngmo ---
Excellent and thanks!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105637
Bug ID: 105637
Summary: [11 Regression] Wrong overload selected in base class
Product: gcc
Version: 11.2.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104565
Bug ID: 104565
Summary: One too many `this`es in parsing?
Product: gcc
Version: 10.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
21 matches
Mail list logo