Re: gcc don't allow commas between clauses for openmp

2007-12-17 Thread Diego Novillo
On 12/17/07 02:27, Lijuan Hai wrote: gcc-4.3-20070912 doesn't allow commas between clauses. Details given following. I have just scanned c-parser.c and found we could change c_parser_omp_clause_name () to enable it. Thanks for the report. Jakub submitted a patch to fix this problem which I r

Re: gcc don't allow commas between clauses for openmp

2007-12-17 Thread Lijuan Hai
gcc-4.3-20070912 doesn't allow commas between clauses. Details given following. I have just scanned c-parser.c and found we could change c_parser_omp_clause_name () to enable it. But I want to know more before making any changes on it myself. "openmp implementation in gcc" in GCC SUMMIT 2006 seem