https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86195
--- Comment #2 from Paolo Monteverde ---
(In reply to Jonathan Wakely from comment #1)
> This started to fail on trunk with r251438
>
> It seems to have been fixed on the gcc-8-branch though. 8.1.1 is not a
> release, we need to know exactly whi
: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: paolo.monteverde at gmail dot com
Target Milestone: ---
#include
template
struct A final {
struct B final {
template
void foo(Args &&... args) && {
A::foo(s
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: paolo.monteverde at gmail dot com
Target Milestone: ---
struct B {
protected:
static constexpr unsigned i = 0;
};
template
struct D : public B {
D(unsigned = B::i) {}
};
int
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70735
--- Comment #3 from Paolo Monteverde ---
Created attachment 38315
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=38315&action=edit
preprocessed file
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70735
--- Comment #2 from Paolo Monteverde ---
(In reply to Jonathan Wakely from comment #1)
> I can reproduce this with 5.3.1 and later, but not 5.3.0
>
> As requested at https://gcc.gnu.org/bugs/ please provide the output of 'gcc
> -v', on both Debi
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: paolo.monteverde at gmail dot com
Target Milestone: ---
The code
#include
#include
int main()
{
static int a;
std::function f = [](auto) { std::cout << a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70494
Paolo Monteverde changed:
What|Removed |Added
CC||paolo.monteverde at gmail dot
com