https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64824
--- Comment #9 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Author: jakub Date: Wed Feb 11 14:48:41 2015 New Revision: 220624 URL: https://gcc.gnu.org/viewcvs?rev=220624&root=gcc&view=rev Log: PR c/64824 * c-parser.c (c_parser_binary_expression): Fix OpenMP stack[sp].prec check in the POP macro. * testsuite/libgomp.c/atomic-18.c: New test. * testsuite/libgomp.c++/atomic-16.C: New test. Added: branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c++/atomic-16.C branches/gcc-4_9-branch/libgomp/testsuite/libgomp.c/atomic-18.c Modified: branches/gcc-4_9-branch/gcc/c/ChangeLog branches/gcc-4_9-branch/gcc/c/c-parser.c branches/gcc-4_9-branch/libgomp/ChangeLog