aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-11re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek1-2/+2
2015-02-04re PR middle-end/64824 (ICE in gimple verification)Jakub Jelinek1-0/+1
2015-02-02c-parser.c (c_parser_declspecs): Call invoke_plugin_callbacks after processin...Bruno Loff1-0/+1
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-19/+1017
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-0/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-19Allow the static chain to be set from CRichard Henderson1-0/+40
2014-11-11Error out for Cilk_spawn or array expression in forbidden placesAndi Kleen1-28/+39
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+9
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-6/+31
2014-10-13c-parser.c (c_parser_all_labels): New function to replace the duplicate code.Anthony Brandon1-15/+15
2014-09-25re PR c++/63249 ([OpenMP] Spurious »set but not used« warnings when actuall...Jakub Jelinek1-2/+8
2014-09-24re PR c/61405 (Not emitting "enumeration value not handled in switch" warning...Marek Polacek1-6/+1
2014-09-03re PR c/62024 (__atomic_always_lock_free is not a constant expression)Marek Polacek1-0/+2
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-4/+179
2014-08-25IPA C++ refactoring 4/NMartin Liska1-1/+1
2014-08-22re PR other/62008 (CilkPlus Array Notation ICE in build_array_notation_ref wh...Igor Zamyatin1-0/+7
2014-08-19invoke.texi: Document -Wc99-c11-compat.Marek Polacek1-34/+28
2014-08-19c-opts.c (sanitize_cpp_opts): Make warn_long_long be set according to warn_c9...Marek Polacek1-8/+8
2014-08-12c-parser.c (c_parser_postfix_expression): Add pedwarn.Marek Polacek1-0/+16
2014-08-10re PR c/51849 (-Wc99-compat would be considered useful)Marek Polacek1-17/+18
2014-07-14re PR middle-end/61294 (erroneous memset used with constant zero length param...Jakub Jelinek1-3/+54
2014-06-30re PR middle-end/57541 ([Cilkplus]: internal compiler error: in gimplify_expr...Igor Zamyatin1-1/+1