Version: 15.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: haining.cpp at gmail dot com
Target Milestone: ---
Created attachment 60405
--> ht
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651
--- Comment #5 from Ryan R Haining ---
Failing on 8.3.0 https://wandbox.org/permlink/69kAYkUWgFD5TTxs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652
--- Comment #7 from Ryan R Haining ---
Still fails in 8.3.0 https://wandbox.org/permlink/69kAYkUWgFD5TTxs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68423
Ryan R Haining changed:
What|Removed |Added
Resolution|WONTFIX |INVALID
--- Comment #3 from Ryan R Hain
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68423
Ryan R Haining changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79624
--- Comment #4 from Ryan R Haining ---
still a problem on head: https://wandbox.org/permlink/tPYbCp1jWYmc9O9J
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65799
Ryan R Haining changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652
Ryan R Haining changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87651
Ryan R Haining changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: haining.cpp at gmail dot com
Target Milestone: ---
gcc fails to deduce that the friend declaration refers to ::func in the
below
```
template
void func(T);
class Cls {
friend void
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87652
--- Comment #1 from Ryan R Haining ---
ugh, very sorry, I copied the version with private: instead of protected. The
example program should be:
template
struct Outer {
template
class Inner {
template
friend class Inner; // All Inn
NCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: haining.cpp at gmail dot com
Target Milestone: ---
Example program
template
struct Outer {
template
class Inner {
template
fr
: UNCONFIRMED
Severity: normal
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: haining.cpp at gmail dot com
Target Milestone: ---
Requirements to repro
1) Outer class must be template
2) Inner class must have template
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: haining.cpp at gmail dot com
Target Milestone: ---
The following code issues deprecation warnings. "warning: 'Cls::x' is
deprecated "
struct Cls {
[[deprecated]] int x
14 matches
Mail list logo