]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/c/ChangeLog
Add -Wabsolute-value
[thirdparty/gcc.git] / gcc / c / ChangeLog
2018-09-17  jambormAdd -Wabsolute-value
2018-09-13  law * c-typeck.c (digest_init): Shorten overlength strings.
2018-09-06  law * varasm.c (output_constructor_regular_field): Check...
2018-09-02  law * c-common.c (braced_list_to_string): Remove eval...
2018-08-30  amonakovgimplefe: expose MULT_HIGHPART_EXPR
2018-08-27  marxinReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27  dmalcolmLess verbose fix-it hints for missing header files...
2018-08-27  marxinCome up with fndecl_built_in_p.
2018-08-20  dmalcolmAdd support for grouping of related diagnostics (PR...
2018-08-15  dmalcolmdiagnostics: add labeling of source ranges
2018-08-15  prathamesh34922018-08-15 Prathamesh Kulkarni <prathamesh.kulkarni...
2018-08-15  iainsDon't make unsized objects into extern.
2018-08-13  mseborPR tree-optimization/71625 - missing strlen optimizatio...
2018-08-03  jsm28Avoid infinite loop with duplicate anonymous union...
2018-08-01  mseborPR tree-optimization/86650 - -Warray-bounds missing...
2018-08-01  jakub PR c/85704
2018-07-12  jakub * c-attribs.c (c_common_attribute_table): Add
2018-06-20  cesarUpdate OpenACC data clause semantics to the 2.5 behavior
2018-06-16  kugangcc/ChangeLog:
2018-06-15  jakub PR c/86093
2018-06-07  mpolacek PR c/85318
2018-05-30  law2018-05-30 David Pagan <dave.pagan@oracle.com>
2018-05-18  rsandifoReplace FMA_EXPR with one internal fn per optab
2018-05-17  rsandifoGimple FE support for internal functions
2018-05-10  jakub PR c++/85662
2018-05-02  law PR c/30552
2018-04-25  jakub PR sanitizer/84307
2018-03-21  jsm28Adjust __builtin_tgmath handling of integer arguments...
2018-03-21  jakub PR c/84999
2018-03-15  jakub PR c/84853
2018-03-13  jsm28PR c/46921 Lost side effect when struct initializer...
2018-03-06  jakub PR c/84721
2018-02-13  rsandifoAdd a DECL_EXPR for VLA pointer casts (PR 84305)
2018-02-09  nathan[PR c/84293] Unexpected strict-alias warning
2018-02-02  paolo/c-family
2018-01-31  mpolacek PR c/81779
2018-01-17  dmalcolmC++: Fix crash in warn_for_memset within templates...
2018-01-13  jakub PR c/83801
2018-01-03  rsandifopoly_int: TYPE_VECTOR_SUBPARTS
2018-01-03  jakub Update copyright years.
2017-12-31  jakub PR c/83595
2017-12-28  meissner[gcc]
2017-12-22  jakub PR debug/83550
2017-12-22  jakub PR debug/83547
2017-12-22  ebotcazou * doc/extend.texi (Loop-Specific Pragmas): Document...
2017-12-19  jakub * read-rtl.c (parse_reg_note_name): Replace Yoda condi...
2017-12-14  edlingergcc:
2017-12-14  rguenth2017-12-14 Richard Biener <rguenther@suse.de>
2017-12-12  mpolacek PR c/82679
2017-12-12  aoliva[SFN] introduce statement frontier notes, still disabled
2017-12-07  jsm28Allow _Alignas in compound literals (C11 DR#444).
2017-12-07  mseborPR c/81544 - attribute noreturn and warn_unused_result...
2017-12-06  dmalcolmC/C++: don't suggest implementation names as spelling...
2017-12-06  dmalcolmMove macro-spellchecking code from "gcc" to new files...
2017-12-05  jakubgcc/
2017-12-01  jakub PR c/79153
2017-11-30  jakub PR c/83222
2017-11-30  jakub * spellcheck-tree.c (test_find_closest_identifier...
2017-11-28  jakub PR sanitizer/81275
2017-11-28  jkovalRemove Cilk Plus support.
2017-11-28  jakub * tree.def (SWITCH_EXPR): Change from 3 operand to...
2017-11-26  jyongPlugin support on Windows/MinGW
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-22  dmalcolmC/C++: fix quoting of "aka" typedef information (PR...
2017-11-22  mpolacek PR c++/60336
2017-11-21  dmalcolmC: don't suggest names that came from earlier failures...
2017-11-21  glisseNew POINTER_DIFF_EXPR
2017-11-21  dmalcolmC/C++: more stdlib header hints (PR c/81404)
2017-11-21  dmalcolmC: hints for missing stdlib includes for macros and...
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-30  rguenth2017-10-30 Richard Biener <rguenther@suse.de>
2017-10-27  meissner[gcc]
2017-10-25  dmalcolmC: detect more missing semicolons (PR c/7356)
2017-10-25  jakub PR libstdc++/81706
2017-10-24  paolo2017-10-24 Paolo Carlini <paolo.carlini@oracle.com>
2017-10-12  dmalcolmC/C++: add fix-it hints for various missing symbols
2017-10-11  nathan[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10  rsandifoRequire wi::to_wide for trees
2017-10-04  dmalcolmC: underline parameters in mismatching function calls
2017-09-29  jakubc-family/
2017-09-29  jakub PR c/82340
2017-09-16  vriesFix condition folding in c_parser_omp_for_loop
2017-09-15  jsm28Implement C11 excess precision semantics for conversion...
2017-09-15  edlinger2017-09-15 Bernd Edlinger <bernd.edlinger@hotmail.de>
2017-09-13  mpolacek PR c/82167
2017-09-12  nathan c-family/
2017-09-01  jsm28Fix excess precision handling of compound assignments...
2017-09-01  jakub PR c/81887
2017-08-30  rsandifo[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-24  dmalcolmC: fix logic within c_expr::get_location
2017-08-21  dmalcolmC: use full locations within c_parser_expr_list's vec...
2017-08-21  dmalcolmc-family/c/c++: pass optional vec<location_t> to c...
2017-08-18  mpolacek * c-parser.c (c_parser_postfix_expression): Remove...
2017-08-18  hjlAdd warn_if_not_aligned attribute
2017-08-14  mseborPR c/81117 - Improve buffer overflow checking in strncp...
2017-08-11  mpolacek PR c/81795
next