[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-10-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Version|unknown |8.2.1 --- Comment #10 from Jakub

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-10-21 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Mon Oct 21 11:44:53 2019 New Revision: 277253 URL: https://gcc.gnu.org/viewcvs?rev=277253=gcc=rev Log: Backported from mainline 2019-09-27 Jakub Jelinek PR

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Fri Sep 27 20:14:24 2019 New Revision: 276212 URL: https://gcc.gnu.org/viewcvs?rev=276212=gcc=rev Log: PR c++/88203 c-family/ * c-common.h (c_omp_predefined_variable):

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #7 from Jakub Jelinek --- Created attachment 46964 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46964=edit gcc10-pr88203.patch Untested implementation of that.

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2019-09-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #6 from Jakub

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-28 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Richard Biener changed: What|Removed |Added Status|REOPENED|NEW --- Comment #5 from Richard Biener

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Status|RESOLVED|REOPENED Last reconfirmed|

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-27 Thread zkoza at ift dot uni.wroc.pl
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 --- Comment #3 from Zbyszek --- (In reply to Jakub Jelinek from comment #2) > Note, in OpenMP 3.1 and earlier this would be actually valid: > "Variables with const-qualified type having no mutable member are shared." > and __PRETTY_FUNCTION__

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-27 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c++/88203] assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-26 Thread amonakov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88203 Alexander Monakov changed: What|Removed |Added Keywords||openmp CC|