aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-27[PR c/64765, c/64880] Support OpenACC Combined Directives in C, C++Thomas Schwinge1-82/+66
2015-10-20array-notation-common.c (is_cilkplus_vector_p): Define.Marek Polacek1-11/+0
2015-10-20re PR c/67964 (Multiple attributes wrongly accepted without commas)Marek Polacek1-1/+15
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-100/+1411
2015-10-06c-parser.c (c_parser_statement_after_labels): Use protected_set_expr_location.Marek Polacek1-15/+8
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-0/+1
2015-10-02re PR c/64249 (Missing warning for if (A) else if (A))Marek Polacek1-12/+48
2015-09-18Use explicit locations for some warnings in c-pragma.c.Manuel López-Ibáñez1-1/+4
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek1-2/+10
2015-09-10re PR c/67502 (ICE with collapsed for simd loop inside of parallel)Jakub Jelinek1-2/+18
2015-09-09re PR c/67501 (Bad error recovery for invalid OpenMP clauses in C FE)Jakub Jelinek1-2/+2
2015-09-09re PR c/67500 (OpenMP ICE with invalid safelen/simdlen/alignment expressions)Jakub Jelinek1-9/+9
2015-09-09re PR c/67495 (#pragma omp atomic ICEs)Jakub Jelinek1-10/+34
2015-09-02re PR c/67432 (Improve error message on empty enum)Marek Polacek1-1/+10
2015-08-19remove more useless typedefsTrevor Saunders1-8/+8
2015-08-02Refactor entry point to -Wmisleading-indentationPatrick Palka1-36/+45
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-2/+2
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek1-1/+1