[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 Jakub Jelinek changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-08-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #10 from Jakub Jelinek --- Author: jakub Date: Fri Aug 30 12:32:15 2019 New Revision: 275142 URL: https://gcc.gnu.org/viewcvs?rev=275142&root=gcc&view=rev Log: Backported from mainline 2019-03-26 Jakub Jelinek

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-05-01 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #9 from Jakub Jelinek --- Fixed for 9.1+ and 8.4+ so far.

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-04-30 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #8 from Jakub Jelinek --- Author: jakub Date: Tue Apr 30 20:54:16 2019 New Revision: 270741 URL: https://gcc.gnu.org/viewcvs?rev=270741&root=gcc&view=rev Log: Backported from mainline 2019-03-26 Jakub Jelinek

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Tue Mar 26 07:54:02 2019 New Revision: 269933 URL: https://gcc.gnu.org/viewcvs?rev=269933&root=gcc&view=rev Log: PR c++/89796 * semantics.c (finish_omp_atomic): Add warnin

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-25 Thread perard at cg dot uni-saarland.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #6 from Arsène Pérard-Gayot --- (In reply to Jakub Jelinek from comment #5) > Created attachment 46018 [details] > gcc9-pr89796.patch > > Untested fix. > > You could have used simpler > #pragma omp atomic capture > prev = c++; > tha

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-25 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #4 from Nicholas Krause --- (In reply to Nicholas Krause from comment #3) > (In reply to Arsène Pérard-Gayot from comment #2) > > (In reply to Nicholas Krause from comment #1) > > > I just compiled this like so: > > > ./bin/g++ test.c

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #3 from Nicholas Krause --- (In reply to Arsène Pérard-Gayot from comment #2) > (In reply to Nicholas Krause from comment #1) > > I just compiled this like so: > > ./bin/g++ test.cpp -fopenmp -Wall -fconcepts -o name test2.cpp > > an

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread perard at cg dot uni-saarland.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 --- Comment #2 from Arsène Pérard-Gayot --- (In reply to Nicholas Krause from comment #1) > I just compiled this like so: > ./bin/g++ test.cpp -fopenmp -Wall -fconcepts -o name test2.cpp > and got this on a build from yesterday: > > g++: intern

[Bug c++/89796] Incorrect warning generated with OpenMP atomic capture

2019-03-24 Thread xerofoify at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89796 Nicholas Krause changed: What|Removed |Added CC||xerofoify at gmail dot com --- Comment