aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Improve diagnostic messages of "#pragma omp cancel", "#pragma omp cancellatio...Thomas Schwinge1-10/+14
2016-06-29Rename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLAREThomas Schwinge1-2/+2
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-45/+99
2016-06-19PR c/69507 - bogus warning: ISO C does not allow ‘__alignof__ (expression)’Martin Sebor1-3/+4
2016-06-13C: fixits for named initializersDavid Malcolm1-0/+2
2016-06-10[PR c/71381] C/C++ OpenACC cache directive rejects valid syntaxThomas Schwinge1-19/+2
2016-06-07C: add fixit hint to misspelled field namesDavid Malcolm1-10/+24
2016-06-06re PR c/71362 (Wrong position for "error: size of unnamed array is negative")Marek Polacek1-0/+1
2016-05-30re PR c++/71349 (Combined async target clause parsing issues)Jakub Jelinek1-1/+3
2016-05-26c-parser.c (c_parser_omp_clause_schedule): Warn if OMP_CLAUSE_SCHEDULE_CHUNK_...Jakub Jelinek1-1/+14
2016-05-24c-parser.c (c_parser_oacc_declare): Add support for GOMP_MAP_FIRSTPRIVATE_POI...Cesar Philippidis1-0/+1
2016-05-24Tighten syntax checking for OpenACC routine construct in CThomas Schwinge1-10/+9
2016-05-19PR c/71171: Fix uninitialized source_range in c_parser_postfix_expressionDavid Malcolm1-36/+36
2016-05-05c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through t...Jakub Jelinek1-4/+4
2016-05-04c.opt (Wdangling-else): New option.Marek Polacek1-1/+1
2016-05-02c-common.h (enum c_omp_region_type): Define.Cesar Philippidis1-11/+11
2016-04-29re PR middle-end/70626 (bogus results in 'acc parallel loop' reductions)Cesar Philippidis1-3/+3
2016-04-27invoke.texi (Warning Options): Add -Wmemset-elt-size.Bernd Schmidt1-10/+7
2016-04-26re PR c/67784 (Incorrect parsing when using declarations in for loops and typ...Marek Polacek1-32/+41
2016-04-20re PR c++/69363 (ICE when doing a pragma simd reduction with max)Ilya Verbin1-1/+1
2016-04-15re PR c/70436 (-Wparentheses missing ambiguous else warning)Jakub Jelinek1-108/+136
2016-04-13re PR c/70436 (-Wparentheses missing ambiguous else warning)Marek Polacek1-40/+79
2016-03-18PR c/70281: C FE: fix uninitialized range for __builtin_types_compatible_pDavid Malcolm1-2/+4
2016-03-17Rename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETEThomas Schwinge1-1/+1
2016-03-09c-parser.c (c_parser_oacc_loop): Update cclauses and clauses when calling c_f...Cesar Philippidis1-2/+2
2016-03-04re PR c/69798 (ICE on invalid code on x86_64-linux-gnu in c_parser_braced_ini...Marek Polacek1-5/+5
2016-03-01re PR c/69796 (ICE on invalid code in useless_type_conversion_p, at gimple-ex...Jakub Jelinek1-4/+1
2016-02-23re PR objc/69844 (Possibly bogus error: unknown type name in ObjC code)Jakub Jelinek1-7/+24
2016-02-16re PR c/64748 (OpenACC: "is not a variable" error with deviceptr())James Norris1-1/+1
2016-02-12Fix obstack use-after-free problems in C frontend, PR69522Bernd Schmidt1-6/+12
2016-01-26re PR tree-optimization/69483 (gcc ICE on x86_64-linux-gnu with "expected cla...Jakub Jelinek1-9/+8
2016-01-20re PR c/24293 (Undefined behaviour not diagnosed with -fsyntax-only)Prathamesh Kulkarni1-0/+19
2016-01-14Mark symbols in offload tables with force_output in read_offload_tablesTom de Vries1-8/+2
2016-01-06C: fix reported range of invalid unary dereference.David Malcolm1-8/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-23Merge OMP_CLAUSE_USE_DEVICE into OMP_CLAUSE_USE_DEVICE_PTRThomas Schwinge1-11/+5
2015-12-17C FE: improvements to ranges of bad return valuesDavid Malcolm1-1/+2
2015-12-16Better error recovery for merge-conflict markersDavid Malcolm1-2/+73
2015-12-16C FE: fix range of primary-expression in c_parser_postfix_expressionDavid Malcolm1-1/+2
2015-12-16C FE: use correct location range for static assertionsDavid Malcolm1-1/+2
2015-12-09c-omp.c (c_finish_oacc_wait): Remove add_stmt() call.Chung-Lin Tang1-0/+1
2015-12-08C: fix uninitialized ranges for __alignof__David Malcolm1-5/+11
2015-12-08PR c/68757: fix uninitialized src_range for various builtinsDavid Malcolm1-11/+28
2015-12-04c-tree.h (c_build_va_arg): Adjust prototype.Eric Botcazou1-1/+1
2015-12-02Some OpenACC host_data cleanupThomas Schwinge1-6/+6
2015-12-01OpenACC host_data support.Julian Brown1-0/+41
2015-11-27re PR c/63326 (whether a #pragma is a statement depends on the type of pragma)Jakub Jelinek1-5/+6
2015-11-24c-parser.c (c_parser_oacc_declare): Replace "ifdef ENABLE_OFFLOADING" with "i...Ilya Verbin1-6/+7
2015-11-23Fix PR objc/68438 (uninitialized source ranges)David Malcolm1-3/+14
2015-11-17Fix uninitialized src_range values for c_exprDavid Malcolm1-39/+61