]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/ChangeLog
.
[thirdparty/gcc.git] / gcc / c / ChangeLog
2017-08-08  marxin.
2017-08-07  marxinCanonicalize names of attributes.
2017-08-02  mpolacek PR c/81448
2017-08-02  mpolacek PR c/81289
2017-07-31  marxinRecover GOTO predictor.
2017-07-31  marxinDo UBSAN sanitization just when current_function_decl...
2017-07-25  mpolacek * c-decl.c (grokfield): Remove local variable.
2017-07-25  mpolacek PR c/81364
2017-07-18  nathan gcc/
2017-07-14  dmalcolmc/c++: Add fix-it hints for suggested missing #includes
2017-07-06  dmalcolmSupport C++-specific selftests
2017-06-26  mpolacek PR c/80116
2017-06-19  rguenth2017-06-19 Richard Biener <rguenther@suse.de>
2017-06-13  marxinImplement no_sanitize function attribute
2017-06-08  jakub PR c/81006
2017-06-07  jakub * dumpfile.h (enum tree_dump_index): Rename TDI_generic to
2017-06-06  mpolacek PR c/79983
2017-06-02  edlingergcc:
2017-05-31  miyukiGIMPLEFE: Handle missing labels in goto statements
2017-05-30  dmalcolmC++ template type diff printing
2017-05-24  mseborPR c/80731 - poor -Woverflow warnings
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-22  jakub * c-fold.c (c_fully_fold_internal): Save the c_fully_f...
2017-05-22  nathan gcc/
2017-05-19  tschwingeOpenACC 2.5 default (present) clause
2017-05-18  edlingergcc/c-family:
2017-05-18  nathan * c-decl.c (pushdecl_top_level): Delete unused function.
2017-05-18  mpolacek * c-common.c (c_common_type_for_size): Use NULL_TREE...
2017-05-18  mpolacek * c-common.c (self_promoting_args_p): Change the retur...
2017-05-17  mpolacek * c-common.c: Use NULL_TREE instead of 0 where appropr...
2017-05-17  mpolacek PR sanitizer/80659
2017-05-17  marxinIntroduce dump_flags_t type and use it instead of int...
2017-05-17  mpolacekBye bye, c_save_expr.
2017-05-12  tschwingeOpenACC C front end maintenance: c_parser_oacc_single_i...
2017-05-11  nathan * dumpfle.h (dump_function): Declare here ...
2017-05-11  miyukiGIMPLEFE: Handle invalid SSA names
2017-05-11  miyukiGIMPLEFE: handle invalid __MEM
2017-05-11  miyukiGIMPLEFE: Handle invalid unary "*" operand type
2017-05-09  nathan gcc/c/
2017-05-05  dmalcolmEliminate report_diagnostic macro
2017-05-01  law2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
2017-04-25  dmalcolmC: fix-it hint for removing stray semicolons
2017-04-21  jakub PR c/80468
2017-04-03  rediFix numerous typos in comments
2017-03-29  mpolacek PR c/79730
2017-03-27  jakub PR middle-end/80162
2017-03-23  mpolacek * c-tree.h: Remove a C_RID_YYCODE reference.
2017-03-21  jakub PR c/80097
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  mpolacek * c-decl.c (implicit_decl_warning): Add a comment...
2017-03-11  dmalcolmSimplify uses of "%<%s%>" to "%qs" (PR translation...
2017-03-09  mpolacek PR sanitizer/79757
2017-03-09  jakub PR c/79969
2017-03-07  jakub PR c/79834
2017-03-04  mpolacek PR c/79847
2017-03-03  mpolacek PR c/79758
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-23  rguenth2017-02-23 Richard Biener <rguenther@suse.de>
2017-02-22  mpolacek PR c/79662
2017-02-19  prathamesh34922017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni...
2017-02-19  prathamesh34922017-02-19 Prathamesh Kulkarni <prathamesh.kulkarni...
2017-02-16  jakub PR c++/79512
2017-02-14  prathamesh34922017-02-14 Prathamesh Kulkarni <prathamesh.kulkarni...
2017-02-13  jakub * cprop.c (cprop_jump): Add missing space in string...
2017-02-13  prathamesh34922017-02-13 Prathamesh Kulkarni <prathamesh.kulkarni...
2017-02-10  rguenth2017-02-10 Prasad Ghangal <prasad.ghangal@gmail.com>
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-02-07  rguenth2017-02-07 Richard Biener <rguenther@suse.de>
2017-01-25  chefmaxPR lto/79061
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-20  mpolacek PR c/64279
2017-01-13  rguenth2017-01-13 Richard Biener <rguenther@suse.de>
2017-01-13  rguenth2017-01-13 Richard Biener <rguenther@suse.de>
2017-01-12  rguenth2017-01-12 Richard Biener <rguenther@suse.de>
2017-01-11  jakub PR c++/72813
2017-01-11  rguenth2017-01-11 Richard Biener <rguenther@suse.de>
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-21  jakub PR bootstrap/78817
2016-12-21  jakub PR c/77767
2016-12-20  rguenth2016-12-20 Richard Biener <rguenther@suse.de>
2016-12-14  jambormSplit omp-low into multiple files
2016-12-02  cesar gcc/c/
2016-11-21  edlingergcc:
2016-11-18  rsandifoAdd SET_DECL_MODE
2016-11-15  uros * gcc/ChangeLog: Fix ChangeLog entry.
2016-11-14  jakub * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_struct...
2016-11-14  rguenth2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
2016-10-31  markAdd -Wshadow=global -Wshadow=local and -Wshadow=compati...
2016-10-13  thopre01Move MEMMODEL_* from coretypes.h to memmodel.h
2016-10-13  jakub PR target/77957
2016-10-07  berndsc/
next