https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Andrew Pinski changed:
What|Removed |Added
CC||janschultke at googlemail dot
com
--- C
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Andrew Pinski changed:
What|Removed |Added
Target Milestone|5.5 |---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Richard Biener changed:
What|Removed |Added
Target Milestone|5.4 |5.5
--- Comment #9 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Richard Biener changed:
What|Removed |Added
Target Milestone|5.3 |5.4
--- Comment #8 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Richard Biener changed:
What|Removed |Added
Target Milestone|5.2 |5.3
--- Comment #7 from Richard Biener
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Jakub Jelinek changed:
What|Removed |Added
Target Milestone|5.0 |5.2
--- Comment #6 from Jakub Jelinek -
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Paolo Carlini changed:
What|Removed |Added
Status|NEW |ASSIGNED
Assignee|unassigned a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
--- Comment #4 from Paolo Carlini ---
I'm going to save some debugging notes, mostly about non-variadic vs variadic.
First one: the tsubst in fn_type_unification:
fntype = tsubst (TREE_TYPE (fn), explicit_targs,
complain |
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
--- Comment #3 from Paolo Carlini ---
Slightly shorter:
template
void
wrapper(void (*f)(Args...));
void myfun(int);
void
test()
{
wrapper(myfun);
}
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Paolo Carlini changed:
What|Removed |Added
CC|volumedriverteam@cloudfound |
|ers.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60608
Jonathan Wakely changed:
What|Removed |Added
Keywords||rejects-valid
Status|UNCONF
11 matches
Mail list logo