]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c-family/c-common.h
PR middle-end/82063 - issues with arguments enabled by -Wall
[thirdparty/gcc.git] / gcc / c-family / c-common.h
2018-07-20  mseborPR middle-end/82063 - issues with arguments enabled...
2018-05-14  jason * pt.c (tsubst) [ARRAY_TYPE]: Check valid_array_size_p.
2018-05-10  jakub PR c++/85662
2018-03-12  mseborPR tree-optimization/83456 - -Wrestrict false positive...
2018-02-09  nathan[PR c/84293] Unexpected strict-alias warning
2018-02-02  paolo/c-family
2018-02-02  jkovalMove omp bitmask to general to use it in x86 backend.
2018-01-10  dmalcolmPreserving locations for variable-uses and constants...
2018-01-03  jakub Update copyright years.
2017-12-06  dmalcolmC/C++: don't suggest implementation names as spelling...
2017-11-30  jkovalRemove inv_list.
2017-11-28  jakub PR sanitizer/81275
2017-11-28  jkovalRemove Cilk Plus support.
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-12  dmalcolmC/C++: add fix-it hints for various missing symbols
2017-09-15  jakub Add support for -std=c++2a.
2017-09-15  jakub * doc/invoke.texi: Document -std=c++17 and -std=gnu...
2017-09-12  nathan c-family/
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-06-26  mpolacek PR c/80116
2017-06-13  marxinImplement no_sanitize function attribute
2017-05-24  mseborPR c/80731 - poor -Woverflow warnings
2017-05-18  mpolacek * c-common.c (self_promoting_args_p): Change the retur...
2017-05-17  villeImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-17  marxinIntroduce dump_flags_t type and use it instead of int...
2017-05-17  mpolacekBye bye, c_save_expr.
2017-05-09  nathan gcc/c/
2017-05-01  law2017-05-01 Xi Ruoyao <ryxi@stu.xidian.edu.cn>
2017-03-31  jakub PR libstdc++/80251
2017-02-24  jakub PR c++/79588
2017-01-24  dmalcolmAdd "__RTL" to cc1
2017-01-20  mpolacek PR c/64279
2017-01-01  jakub Update copyright years.
2016-12-21  jakub PR bootstrap/78817
2016-11-23  jgreenhalgh[Patch 6/17] Migrate excess precision logic to use...
2016-11-14  rguenth2016-11-14 Prasad Ghangal <prasad.ghangal@gmail.com>
2016-11-13  prathamesh34922016-11-13 Prathamesh Kulkarni <prathamesh.kulkarni...
2016-10-25  jakub * internal-fn.def (LAUNDER): New internal function.
2016-10-17  mpolacek * Makefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
2016-10-11  mpolacek * Makefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
2016-10-07  jakub Implement LWG2296 helper intrinsic
2016-10-06  jakub Implement P0258R2 - helper for C++17
2016-10-05  jason PR c++/77852 - class deduction from list-init
2016-09-26  mpolacekImplement -Wimplicit-fallthrough.
2016-09-14  mpolacek * c-common.c (c_common_truthvalue_conversion): Use...
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-08-25  mpolacek * c-common.c (warn_logical_not_parentheses): Print...
2016-08-19  jsm28Implement C _FloatN, _FloatNx types.
2016-08-18  dmalcolmSpelling suggestions for misspelled preprocessor directives
2016-08-16  dmalcolmFix caret locations in format_type_warning (PR c/72857)
2016-08-08  dmalcolmc-format.c: suggest the correct format string to use...
2016-08-05  dmalcolmOn-demand locations within string-literals
2016-07-20  dmalcolmC: convert return type of lookup_name_fuzzy from tree...
2016-07-15  jakub PR c/71858
2016-06-22  dmalcolmC FE: suggest corrections for misspelled identifiers...
2016-06-01  dokogcc/c-family/ChangeLog:
2016-05-24  rguenth2016-05-24 Richard Biener <rguenther@suse.de>
2016-05-11  mpolacek PR c++/71024
2016-05-03  mpolacek PR c/70859
2016-05-03  mpolacek * c-common.h (enum c_omp_region_type): Remove stray...
2016-05-02  cesar gcc/c-family/
2016-04-29  cesar gcc/c-family/
2016-04-28  dokogcc/c-family/ChangeLog:
2016-04-27  law PR c++/69024
2016-04-27  bernds * doc/invoke.texi (Warning Options): Add -Wmemset...
2016-04-25  jason Implement C++17 [[maybe_unused]] attribute.
2016-04-20  iverbinFix PR c++/69363
2016-01-27  law2016-01-15 Ryan Burn <contact@rnburn.com>
2016-01-13  berndsImprove warning locations (PR66208)
2016-01-04  jakub Update copyright years.
2015-12-21  dmalcolmC and C++ FE: fix source ranges for binary ops
2015-12-16  dmalcolmBetter error recovery for merge-conflict markers
2015-12-02  jason Define c_fully_fold separately for C and C++.
2015-12-02  jsm28Fix TYPE_MAIN_VARIANT construction for arrays of qualif...
2015-11-11  mpolacek PR c/68107
2015-11-06  dmalcolmReimplement diagnostic_show_locus, introducing rich_loc...
2015-11-05  jakubgcc/
2015-11-03  mseborPR c++-common/67882
2015-10-27  tschwinge[PR c/64765, c/64880] Support OpenACC Combined Directiv...
2015-10-20  mpolacek * array-notation-common.c (is_cilkplus_vector_p):...
2015-10-13  jakubgcc/
2015-10-04  jason Implement N4514, C++ Extensions for Transactional...
2015-10-02  mpolacek PR c/64249
2015-09-22  jason Disconnect -Wabi=<n> from -fabi-compat-version=<n>.
2015-09-03  mseborgcc/ChangeLog
2015-09-02  hjlFix spawned function with lambda function
2015-08-19  tbsaunderemove more useless typedefs
2015-08-07  jason Add C++ Concepts TS support.
2015-08-02  ppalkaRefactor entry point to -Wmisleading-indentation
2015-07-27  mpolacek PR c++/66555
2015-07-20  mpolacek PR c++/55095
2015-07-09  amacleod2015-07-09 Andrew MacLeod <amacleod@redhat.com>
2015-07-08  amacleod2015-07-07 Andrew MacLeod <amacleod@redhat.com>
next