]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/c-parser.c
Remove Cilk Plus support.
[thirdparty/gcc.git] / gcc / c / c-parser.c
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-23  jakub * c-parser.c (c_parser_omp_declare_simd): Reject decla...
2017-11-23  ebotcazou * doc/generic.texi (ANNOTATE_EXPR): Document 3rd operand.
2017-11-20  dmalcolmc-family: add name_hint/deferred_diagnostic
2017-11-19  jakub PR c/66618
2017-11-15  jsm28Add __builtin_tgmath for better tgmath.h implementation...
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-25  dmalcolmC: detect more missing semicolons (PR c/7356)
2017-10-12  dmalcolmC/C++: add fix-it hints for various missing symbols
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-04  dmalcolmC: underline parameters in mismatching function calls
2017-09-16  vriesFix condition folding in c_parser_omp_for_loop
2017-09-01  jakub PR c/81887
2017-08-21  dmalcolmC: use full locations within c_parser_expr_list's vec...
2017-08-18  mpolacek * c-parser.c (c_parser_postfix_expression): Remove...
2017-08-10  dmalcolmC/C++: show pertinent open token when missing a close...
2017-08-09  mpolacek PR c/81417
2017-08-07  marxinCanonicalize names of attributes.
2017-08-02  mpolacek PR c/81289
2017-07-25  mpolacek PR c/81364
2017-07-18  nathan gcc/
2017-06-26  mpolacek PR c/80116
2017-06-02  edlingergcc:
2017-05-23  tschwingeOpenACC 2.5 kernels construct: num_gangs, num_workers...
2017-05-23  mpolacek * c-parser.c (c_parser_compound_statement_nostart...
2017-05-19  tschwingeOpenACC 2.5 default (present) clause
2017-05-17  mpolacekBye bye, c_save_expr.
2017-05-12  tschwingeOpenACC C front end maintenance: c_parser_oacc_single_i...
2017-04-25  dmalcolmC: fix-it hint for removing stray semicolons
2017-03-17  mpolacek * c-parser.c: Add C11 references.
2017-03-15  mpolacek * c-parser.c (c_parser_enum_specifier): Remove redunda...
2017-03-11  dmalcolmSimplify uses of "%<%s%>" to "%qs" (PR translation...
2017-03-09  mpolacek PR sanitizer/79757
2017-03-07  jakub PR c/79834
2017-03-03  jakub PR c/79837
2017-03-03  jakub PR c/79836
2017-02-28  jakub * config/i386/i386.c: Include intl.h.
2017-02-24  jakub PR c++/79588
2017-02-16  jakub PR c++/79512
2017-02-13  jakub * cprop.c (cprop_jump): Add missing space in string...
2017-02-09  mpolacek PR c/79428
2017-02-09  jakub PR c/79431
2017-02-09  cltang2017-02-09 Nathan Sidwell <nathan@codesourcery.com>
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-04  mpolacek PR c++/64767
2017-01-04  dmalcolmC FE: implement fix-it hint for -Wmissing-braces
2017-01-01  jakub Update copyright years.
2016-12-14  jambormSplit omp-low into multiple files
2016-12-02  cesar gcc/c/
2016-11-14  rguenth2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
2016-11-13  prathamesh34922016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-09-23  jakub * sel-sched-ir.c (sel_global_bb_info, sel_region_bb_info,
2016-09-14  mpolacek * c-common.c (c_common_truthvalue_conversion): Use...
2016-09-13  dmalcolmfix-it hints: insert_before vs insert_after
2016-09-12  edlingergcc/c-family:
2016-09-02  jakub PR c/65467
2016-09-01  dmalcolmC: Fix missing spaces in 'struct' fix-it hints
2016-08-30  dmalcolmrich_location: add convenience overloads for adding...
2016-08-19  jsm28Implement C _FloatN, _FloatNx types.
2016-08-12  mpolacek PR c/7652
2016-08-04  tschwingeRework C/C++ OpenACC routine parsing
2016-08-04  tschwingeC/C++: Simplify handling of location information for...
2016-07-29  mpolacek PR c/71853
2016-07-29  mpolacek PR c/71583
2016-07-20  dmalcolmC: convert return type of lookup_name_fuzzy from tree...
2016-07-20  gjlgcc/
2016-07-15  cesar gcc/c/
2016-07-13  tbsaundeuse auto_vec for more local variables
2016-06-29  tschwingeImprove diagnostic messages of "#pragma omp cancel...
2016-06-29  tschwingeRename PRAGMA_OMP_DECLARE_REDUCTION to PRAGMA_OMP_DECLARE
2016-06-22  dmalcolmC FE: suggest corrections for misspelled identifiers...
2016-06-19  mseborPR c/69507 - bogus warning: ISO C does not allow ‘__ali...
2016-06-13  dmalcolmC: fixits for named initializers
2016-06-10  tschwinge[PR c/71381] C/C++ OpenACC cache directive rejects...
2016-06-07  dmalcolmC: add fixit hint to misspelled field names
2016-06-06  mpolacek PR c/71362
2016-05-30  jakub PR c++/71349
2016-05-26  jakub * c-parser.c (c_parser_omp_clause_schedule): Warn if
2016-05-24  cesar gcc/c/
2016-05-24  tschwingeTighten syntax checking for OpenACC routine construct...
2016-05-19  dmalcolmPR c/71171: Fix uninitialized source_range in c_parser_...
2016-05-05  jakub * c-parser.c (c_parser_switch_statement): Add IF_P...
2016-05-04  mpolacek * c.opt (Wdangling-else): New option.
2016-05-02  cesar gcc/c-family/
2016-04-29  cesar gcc/c-family/
2016-04-27  bernds * doc/invoke.texi (Warning Options): Add -Wmemset...
2016-04-26  mpolacek PR c/67784
2016-04-20  iverbinFix PR c++/69363
2016-04-15  jakub PR c/70436
2016-04-13  mpolacek PR c/70436
2016-03-18  dmalcolmPR c/70281: C FE: fix uninitialized range for __builtin...
2016-03-17  tschwingeRename GOMP_MAP_FORCE_DEALLOC to GOMP_MAP_DELETE
2016-03-09  cesar gcc/c/
2016-03-04  mpolacek PR c/69798
2016-03-01  jakub PR c/69796
2016-02-23  jakub PR objc/69844
2016-02-16  jnorris PR c/64748
2016-02-12  berndsFix obstack use-after-free problems in C frontend,...
2016-01-26  jakub PR tree-optimization/69483
next