https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
Markus Trippelsdorf changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #11 from Nathan Sidwell ---
New deduping code added in r248578 to address problem described in
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02189.html
Also fixes #5.
Thanks Markus!
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #10 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 19:45:42 2017
New Revision: 248578
URL: https://gcc.gnu.org/viewcvs?rev=248578&root=gcc&view=rev
Log:
PR c++/80891 (#1,#5)
* cp-tree.h (lookup_maybe_add): Ad
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #9 from Markus Trippelsdorf ---
5)
% cat test.ii
struct __normal_iterator get();
namespace boost {
template void get();
struct A {
A(int);
};
enum problem_selector { subgraph_iso };
template
struct B {
B(A, A, int, int, int, i
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #8 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 16:50:41 2017
New Revision: 248576
URL: https://gcc.gnu.org/viewcvs?rev=248576&root=gcc&view=rev
Log:
PR c++/80891 (#4)
* ptree.c (cxx_print_xnode): Show inte
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #7 from Markus Trippelsdorf ---
Thanks for the fixes.
Here is a new issue:
4)
% cat vf2_sub_graph_iso_test.ii
namespace tuples {
template void get();
template void get();
}
using tuples::get;
template void make_iterator_vertex_m
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #6 from Nathan Sidwell ---
Case #1 fixed r248573.
Leaving defect open to address concern described in
https://gcc.gnu.org/ml/gcc-patches/2017-05/msg02189.html
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #5 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 14:08:04 2017
New Revision: 248573
URL: https://gcc.gnu.org/viewcvs?rev=248573&root=gcc&view=rev
Log:
PR c++/80891 (#1)
* pt.c (most_specialized_instantiation
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
Nathan Sidwell changed:
What|Removed |Added
Status|NEW |ASSIGNED
--- Comment #4 from Nathan Sid
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #3 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 12:52:58 2017
New Revision: 248571
URL: https://gcc.gnu.org/viewcvs?rev=248571&root=gcc&view=rev
Log:
PR c++/80891 (#3)
* cp-tree.h (build_min_nt_call_vec): D
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #2 from Nathan Sidwell ---
Case #2 fixed r248570.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
--- Comment #1 from Nathan Sidwell ---
Author: nathan
Date: Mon May 29 11:51:13 2017
New Revision: 248570
URL: https://gcc.gnu.org/viewcvs?rev=248570&root=gcc&view=rev
Log:
PR c++/80891 (#2)
* tree.c (ovl_copy): Adjust assert, co
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891
Nathan Sidwell changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|
13 matches
Mail list logo