[Bug libgomp/59337] surprising OMP error message

2013-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug libgomp/59337] surprising OMP error message

2013-12-16 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Mon Dec 16 15:33:42 2013 New Revision: 206017 URL: http://gcc.gnu.org/viewcvs?rev=206017&root=gcc&view=rev Log: PR libgomp/59337 * openmp.c (resolve_omp_atomic): Adjust error messa

[Bug libgomp/59337] surprising OMP error message

2013-11-29 Thread Joost.VandeVondele at mat dot ethz.ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 Joost VandeVondele changed: What|Removed |Added CC||Joost.VandeVondele at mat dot ethz

[Bug libgomp/59337] surprising OMP error message

2013-11-29 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 --- Comment #2 from Jakub Jelinek --- The standard doesn't allow it, and given the parsing complexities of the atomics creating extensions there is IMHO undesirable, especially when it will unlikely work with other compilers. Because the standard

[Bug libgomp/59337] surprising OMP error message

2013-11-29 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59337 --- Comment #1 from Richard Biener --- I wonder why atomic negate isn't possible - from a QOI perspective treating it as 0 - i would be obvious, no?