[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] New: assert does not compile with OpenMP's pragma omp parallel for default(none)

2018-11-26 Thread zkoza at ift dot uni.wroc.pl
: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: zkoza at ift dot uni.wroc.pl Target Milestone: --- Desription: It is impossible to use assertions in OpenMP-controlled for loops if default(none) is added as an option