https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119574
Bug ID: 119574
Summary: [15 regression] ICE on lambda in default template
argument
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Pr
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119401
Bug ID: 119401
Summary: [15 regression] ICE when lambda is used as template
argument in member function parameter type
Product: gcc
Version: 15.0
Status: UNCONFIRMED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119379
Bug ID: 119379
Summary: [15 regression] ICE on CTAD for alias template with
type constraint
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118842
--- Comment #3 from Mingyi Chen ---
Just found out that the code below does not trigger the expected warning.
```c++
struct [[deprecated]] A {};
int main() {
(void)A{};
}
```
See https://compiler-explorer.com/z/4r8hYYPPa.
Is this a c++ f
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118842
Bug ID: 118842
Summary: `std::result_of` and `std::result_of_t` should be
removed in C++20
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118305
Bug ID: 118305
Summary: Wrong deduced type for array bound
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118304
Bug ID: 118304
Summary: [15 regression] ICE on invalid constructor with an
asterisk
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Severity: normal
P
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115080
Bug ID: 115080
Summary: ICE when generating debug information for lambda in
requires expression
Product: gcc
Version: 14.1.0
Status: UNCONFIRMED
Severity: norm