aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-8/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-22re PR c/47043 (allow deprecating enum values)Marek Polacek1-1/+12
2015-05-19re PR middle-end/66199 (lastprivate/linear clause issues on combined constructs)Jakub Jelinek1-7/+4
2015-05-12Implement -Wmisleading-indentationDavid Malcolm1-8/+43
2015-04-29Add OMP_STANDALONE_CLAUSES.Thomas Schwinge1-4/+1
2015-04-28* c-parser.c (c_parser_binary_expression): Remove duplicate line.Marek Polacek1-1/+0
2015-04-20c-parser.c (c_parser_oacc_enter_exit_data): Remove excess semicolon.Ilya Verbin1-2/+2
2015-03-27re PR c/65586 (-fopenmp-simd rejects valid input)Tobias Burnus1-20/+20
2015-03-11c-parser.c (c_parse_init): Don't call xstrdup on get_identifier argument.Jakub Jelinek1-1/+1