[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2020-02-14 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2020-02-14 Thread cvs-commit at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #10 from CVS Commits --- The releases/gcc-8 branch has been updated by Jakub Jelinek : https://gcc.gnu.org/g:1aafdd7c93226cb092b560462028394a82f404a2 commit r8-9990-g1aafdd7c93226cb092b560462028394a82f404a2 Author: Jakub Jelinek Da

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2019-12-20 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #9 from Jakub Jelinek --- Author: jakub Date: Fri Dec 20 17:30:38 2019 New Revision: 279662 URL: https://gcc.gnu.org/viewcvs?rev=279662&root=gcc&view=rev Log: Backported from mainline 2019-11-29 Jakub Jelinek

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2019-11-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Fri Nov 29 09:10:44 2019 New Revision: 278832 URL: https://gcc.gnu.org/viewcvs?rev=278832&root=gcc&view=rev Log: PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_e

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2019-11-29 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Fri Nov 29 09:08:46 2019 New Revision: 278831 URL: https://gcc.gnu.org/viewcvs?rev=278831&root=gcc&view=rev Log: PR c++/60228 * parser.c (cp_parser_omp_declare_reduction_e

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2019-11-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED Assignee|unassigned a

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2019-11-27 Thread steffen.seckler at tum dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #5 from Steffen Seckler --- (In reply to Steffen Seckler from comment #4) > I would also like to see this supported, as the intel compiler is already > able to support this. fyi: the clang compiler will support lambdas inside of #pra

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2019-11-25 Thread steffen.seckler at tum dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 steffen.seckler at tum dot de changed: What|Removed |Added CC||steffen.seckler at tum dot

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2018-03-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 Paolo Carlini changed: What|Removed |Added CC||paolo.carlini at oracle dot com --- Comm

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2017-10-03 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2017-10-02 Thread paolo.carlini at oracle dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #2 from Paolo Carlini --- Would it make sense to reject the testcase a little more gracefully? Or even accept is as an extension?

[Bug c++/60228] ICE using lambda in #pragma omp declare reduction

2014-08-11 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60228 --- Comment #1 from Jakub Jelinek --- I would not call this valid, because OpenMP 4.0 doesn't support C++11, thus using C++11 constructs inside of OpenMP constructs is invalid.