[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread trippels at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 Markus Trippelsdorf changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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!

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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=gcc=rev Log: PR c++/80891 (#1,#5) * cp-tree.h (lookup_maybe_add): Add

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread trippels at gcc dot gnu.org
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

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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=gcc=rev Log: PR c++/80891 (#4) * ptree.c (cxx_print_xnode): Show internal

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread trippels at gcc dot gnu.org
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

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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=gcc=rev Log: PR c++/80891 (#1) * pt.c (most_specialized_instantiation): Cope

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 Nathan Sidwell changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #4 from Nathan

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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=gcc=rev Log: PR c++/80891 (#3) * cp-tree.h (build_min_nt_call_vec): Declare.

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 --- Comment #2 from Nathan Sidwell --- Case #2 fixed r248570.

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-29 Thread nathan at gcc dot gnu.org
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=gcc=rev Log: PR c++/80891 (#2) * tree.c (ovl_copy): Adjust assert, copy

[Bug c++/80891] [8 Regression] Three new ICEs

2017-05-26 Thread nathan at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80891 Nathan Sidwell changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|