https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61214
Jason Merrill changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61400
Bug ID: 61400
Summary: suffix return type doesn't work for member functions
Product: gcc
Version: 4.9.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Compone
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61134
--- Comment #1 from Jason Merrill ---
Author: jason
Date: Tue Jun 3 04:57:32 2014
New Revision: 211159
URL: http://gcc.gnu.org/viewcvs?rev=211159&root=gcc&view=rev
Log:
PR c++/61134
* pt.c (pack_deducible_p): Handle canonicalization.
A
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61046
--- Comment #2 from Jason Merrill ---
Author: jason
Date: Tue Jun 3 04:57:39 2014
New Revision: 211160
URL: http://gcc.gnu.org/viewcvs?rev=211160&root=gcc&view=rev
Log:
PR c++/61046
* decl.c (reshape_init_class): Handle un-folded
co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61400
--- Comment #1 from Yichao Yu ---
Additional info.
It seems that G++ only raise this error when all of the following are met:
1. Both of the functions (the one that uses suffix return type and the one used
in the argument of decltype) must be no
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61400
--- Comment #2 from Yichao Yu ---
Sorry I have just noticed that I forgot to include the error message...
```
gcc.cpp: In function 'int main()':
gcc.cpp:20:12: error: no matching function for call to 'A::b()'
a.b<2>();
^
gcc.cpp
101 - 106 of 106 matches
Mail list logo