[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-18 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Jun 18 09:54:17 2015 New Revision: 224599 URL: https://gcc.gnu.org/viewcvs?rev=224599&root=gcc&view=rev Log: PR c++/66571 * pt.c (tsubst_omp_clause_decl): New function

[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 --- Comment #5 from Jakub Jelinek --- Author: jakub Date: Wed Jun 17 18:14:49 2015 New Revision: 224572 URL: https://gcc.gnu.org/viewcvs?rev=224572&root=gcc&view=rev Log: PR c++/66571 * pt.c (tsubst_omp_clause_decl): New function

[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Wed Jun 17 18:01:05 2015 New Revision: 224569 URL: https://gcc.gnu.org/viewcvs?rev=224569&root=gcc&view=rev Log: PR c++/66571 * pt.c (tsubst_omp_clause_decl): New function

[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-17 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 --- Comment #3 from Jason Merrill --- (In reply to Jakub Jelinek from comment #2) > Created attachment 35795 [details] > gcc6-pr66571.patch > > Better patch. OK.

[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 Jakub Jelinek changed: What|Removed |Added Attachment #35793|0 |1 is obsolete|

[Bug c++/66571] Template substitution causes some OpenMP rejects-valid

2015-06-17 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66571 --- Comment #1 from Jakub Jelinek --- Created attachment 35793 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35793&action=edit gcc6-pr66571.patch Untested fix.