]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c-common.c
PR target/85693
[thirdparty/gcc.git] / gcc / c-family / c-common.c
2018-03-27  jakub PR c++/85061
2018-03-12  mseborPR tree-optimization/83456 - -Wrestrict false positive...
2018-01-17  dmalcolmC++: Fix crash in warn_for_memset within templates...
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  rsandifoAdd support for MODE_VECTOR_BOOL
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2017-12-16  mseborPR tree-optimization/78918 - missing -Wrestrict on...
2017-12-06  dmalcolmC/C++: don't suggest implementation names as spelling...
2017-11-28  jakub PR sanitizer/81275
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-21  jakub * c-common.c (get_nonnull_operand): Use tree_to_uhwi.
2017-11-21  jakub PR c++/83059
2017-11-15  jsm28Add __builtin_tgmath for better tgmath.h implementation...
2017-11-10  mseborPR c/81117 - Improve buffer overflow checking in strncpy
2017-10-31  dmalcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-19  ebotcazou * asan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-12  dmalcolmC/C++: add fix-it hints for various missing symbols
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-09-12  nathan c-family/
2017-09-12  jakub PR target/82112
2017-08-30  rsandifo[71/77] Use opt_scalar_mode for mode iterators
2017-08-30  rsandifo[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30  rsandifo[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30  rsandifo[4/77] Add FOR_EACH iterators for modes
2017-08-29  marxinFix --help=target (PR other/39851).
2017-08-21  dmalcolmc-family/c/c++: pass optional vec<location_t> to c...
2017-08-10  dmalcolmC/C++: show pertinent open token when missing a close...
2017-08-09  mpolacekBoolify some parameters.
2017-07-14  dmalcolmc/c++: Add fix-it hints for suggested missing #includes
2017-07-06  dmalcolmSupport C++-specific selftests
2017-07-04  mpolacek PR c/81231
2017-06-23  glisseRefactor fileptr_type_node handling
2017-05-25  nathan * c=common.c (field_decl_cmp, resort_field_decl_cmp...
2017-05-24  mseborPR c/80731 - poor -Woverflow warnings
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  villeImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-17  mpolacekBye bye, c_save_expr.
2017-05-09  nathan gcc/c/
2017-05-05  dmalcolmEliminate report_diagnostic macro
2017-05-03  nathan Canonicalize canonical type hashing
2017-04-27  jakub PR c++/80534
2017-04-25  edlinger017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
2017-04-20  jakub PR middle-end/80423
2017-04-18  jakub PR middle-end/79788
2017-03-31  jakub PR libstdc++/80251
2017-03-27  jakub PR middle-end/80162
2017-03-21  mseborPR c++/79548 - missing -Wunused-variable on a typedef...
2017-03-02  rguenth2017-03-02 Richard Biener <rguenther@suse.de>
2017-02-24  jakub PR c++/79588
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-16  paolo/c-family
2017-01-16  paolo/c-family
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR bootstrap/78817
2016-12-14  mseborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-12  mpolacek PR c++/78647
2016-11-26  prathamesh34922016-11-26 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-11-23  jgreenhalgh[Patch 6/17] Migrate excess precision logic to use...
2016-11-21  edlingergcc:
2016-11-17  mpolacek PR c/78285
2016-11-14  rguenth2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
2016-10-25  jakub * internal-fn.def (LAUNDER): New internal function.
2016-10-24  edlinger2016-10-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-10-20  edlinger2016-10-20 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-10-19  edlinger2016-10-19 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-10-17  mpolacek * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
2016-10-11  mpolacek * c-common.c (warning_candidate_p): Change the return...
2016-10-11  mpolacek * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
2016-10-08  jason Delay folding of bool conversion into COND_EXPR.
2016-10-07  jakub Implement LWG2296 helper intrinsic
2016-10-07  edlinger2016-10-07 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-10-06  jakub Implement P0258R2 - helper for C++17
2016-10-05  edlinger2016-10-05 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-10-05  jakub * c-common.c (c_common_reswords): Update comment for...
2016-10-05  jason PR c++/77852 - class deduction from list-init
2016-10-03  edlinger2016-10-03 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-09-26  thopre012016-09-26 Thomas Preud'homme <thomas.preudhomme...
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-09-21  edlinger2016-09-21 Bernd Edlinger <bernd.edlinger@hotmail.de>
2016-09-19  edlingergcc:
2016-09-19  jsm28Make max_align_t respect _Float128.
2016-09-15  jason * c-common.c (check_cxx_fundamental_alignment_constrai...
2016-09-14  jason * c-common.c (check_cxx_fundamental_alignment_constrai...
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-13  vriesDon't treat array as builtin type in set_underlying_type
2016-09-13  jason Trying again to fix aligned-new on m68k.
2016-09-12  jason Fix aligned-new tests on m68k.
2016-09-12  edlingergcc/c-family:
2016-09-10  vriesMake canonical_va_list_type more strict
2016-09-09  jason Implement P0035R4, C++17 new of over-aligned types.
2016-09-07  dmalcolmMove class substring_loc from c-family into gcc
2016-09-06  rguenth2016-09-06 Richard Biener <rguenther@suse.de>
2016-09-05  mpolacek PR c/77423
2016-09-04  vriesRevert "Replace error_at with assert in build_va_arg"
2016-09-01  mpolacek PR c/7652
2016-08-29  mpolacek PR c/77292
next