aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-parser.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-06-27c-parser.c (c_parser_declaration_or_fndef): Discard all type qualifiers in __...Sebastian Huber1-15/+6
2014-06-25re PR c/61162 (possibly bad error location with -Wc++-compat)Marek Polacek1-1/+2
2014-06-24gimplify.c (gimplify_omp_for): For #pragma omp for simd iterator not mentione...Jakub Jelinek1-2/+11
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-1/+1
2014-06-03re PR c/60439 (No warning for case overflow in switch statement.)Marek Polacek1-1/+5
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-23Fix some bool vs. tree confusion.Thomas Schwinge1-5/+9
2014-05-22Fix copy'n'pasto.Thomas Schwinge1-2/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-10c-parser.c (c_parser_declaration_or_fndef): Pass init_loc to maybe_warn_strin...Marek Polacek1-3/+3
2014-05-09re PR c/61096 (error_init lacks a location)Marek Polacek1-6/+10
2014-05-09re PR c/50459 (alignof doesn't work on plain old constant, works with express...Marek Polacek1-3/+8
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+1