aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-16Add __attribute__((__simd__)) to GCC.Kirill Yukhin1-5/+18
2015-11-15always define ENABLE_OFFLOADINGTrevor Saunders1-6/+7
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-3/+89
2015-11-13re PR c/68320 (internal compiler error: in declspecs_add_type)Marek Polacek1-4/+4
2015-11-12c-pragma.c (oacc_pragmas): Add entry for declare directive.James Norris1-0/+176
2015-11-12re PR c/67784 (Incorrect parsing when using declarations in for loops and typ...Marek Polacek1-0/+15
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-4/+0
2015-11-10omp-low.h (replace_oacc_fn_attrib, [...]): Declare.Nathan Sidwell1-3/+138
2015-11-09[PR debug/67192] Fix C loops' back-jump locationAndreas Arnez1-6/+7
2015-11-05gimplify.c (gimplify_scan_omp_clauses): Add support for OMP_CLAUSE_TILE.Cesar Philippidis1-9/+114
2015-11-05re PR c/68090 (VLA compound literal -- "confused by earlier errors, bailing ...Marek Polacek1-1/+1
2015-11-05gcc/Jakub Jelinek1-9/+92
2015-11-03OpenACC atomic directiveThomas Schwinge1-0/+3
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-13/+7
2015-10-27c-parser.c (c_parser_oacc_shape_clause): New.Cesar Philippidis1-0/+191