[Bug c++/82475] New: GCC is unable to compile OpenACC with class fields

2017-10-08 Thread marcin.marcin.m at gmail dot com
Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marcin.marcin.m at gmail dot com Target Milestone: --- Created attachment 42323 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42323=edit test.cpp - the source code which triggers the bug When trying to comp

[Bug c++/82475] GCC is unable to compile OpenACC with class fields

2017-10-08 Thread marcin.marcin.m at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82475 --- Comment #1 from Marcin M. --- Created attachment 42324 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=42324=edit test.ii, result from -save-temps

[Bug c++/81222] New: OpenMP 4.5 array reduction clause causes the program to crash

2017-06-27 Thread marcin.marcin.m at gmail dot com
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: marcin.marcin.m at gmail dot com Target Milestone: --- I have a feeling I've just found a bug in GCC 6.3.0 OpenMP implementation (new OpenMP 4.5 features) I'm running this code: https