re PR c++/83059 (ICE on invalid C++ code: in tree_to_uhwi, at tree.c:6633)
[gcc.git] / gcc / c-family / c-common.c
2017-11-21 Jakub Jelinekre PR c++/83059 (ICE on invalid C++ code: in tree_to_uh...
2017-11-15 Joseph MyersAdd __builtin_tgmath for better tgmath.h implementation...
2017-11-10 Martin SeborPR c/81117 - Improve buffer overflow checking in strncpy
2017-10-31 David Malcolmdiagnostics: get rid of *_at_rich_loc in favor of overl...
2017-10-19 Eric Botcazouasan.c (handle_builtin_alloca): Deal with all alloca...
2017-10-12 David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-10 Richard SandifordRequire wi::to_wide for trees
2017-09-12 Nathan Sidwellc-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.
2017-09-12 Jakub Jelinekre PR target/82112 (internal compiler error: in fold_co...
2017-08-30 Richard Sandiford[71/77] Use opt_scalar_mode for mode iterators
2017-08-30 Richard Sandiford[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-30 Richard Sandiford[35/77] Add uses of as_a <scalar_int_mode>
2017-08-30 Richard Sandiford[4/77] Add FOR_EACH iterators for modes
2017-08-29 Martin LiskaFix --help=target (PR other/39851).
2017-08-21 David Malcolmc-family/c/c++: pass optional vec<location_t> to c...
2017-08-10 David MalcolmC/C++: show pertinent open token when missing a close...
2017-08-09 Marek PolacekBoolify some parameters.
2017-07-14 David Malcolmc/c++: Add fix-it hints for suggested missing #includes
2017-07-06 David MalcolmSupport C++-specific selftests
2017-07-04 Marek Polacekre PR c/81231 (ICE with invalid argument to __atomic_*)
2017-06-23 Marc GlisseRefactor fileptr_type_node handling
2017-05-25 Nathan Sidwellc=common.c (field_decl_cmp, [...]): Adjust T const...
2017-05-24 Martin SeborPR c/80731 - poor -Woverflow warnings
2017-05-18 Marek Polacekc-common.c (c_common_type_for_size): Use NULL_TREE...
2017-05-18 Marek Polacekc-common.c (self_promoting_args_p): Change the return...
2017-05-17 Marek Polacekc-common.c: Use NULL_TREE instead of 0 where appropriate.
2017-05-17 Ville VoutilainenImplement new C++ intrinsics __is_assignable and __is_c...
2017-05-17 Marek PolacekBye bye, c_save_expr.
2017-05-09 Nathan Sidwellc-tree.h (pushdecl): Declare.
2017-05-05 David MalcolmEliminate report_diagnostic macro
2017-05-03 Nathan SidwellCanonicalize canonical type hashing
2017-04-27 Jakub Jelinekre PR c++/80534 (7.1 RC - internal compiler error:...
2017-04-25 Bernd Edlinger017-04-25 Bernd Edlinger <bernd.edlinger@hotmail.de>
2017-04-20 Jakub Jelinekre PR middle-end/80423 (GC related -fcompare-debug...
2017-04-18 Jakub Jelinekre PR middle-end/79788 (ICE in expand_expr_real_2,...
2017-03-31 Jakub Jelinekre PR libstdc++/80251 (Is the is_aggregate meta functio...
2017-03-27 Jakub Jelinekre PR target/80162 (ICE on invalid code (address of...
2017-03-21 Martin SeborPR c++/79548 - missing -Wunused-variable on a typedef...
2017-03-02 Richard Bienerre PR middle-end/79756 (ICE in execute_todo, at passes...
2017-02-24 Jakub Jelinekre PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)
2017-01-24 David MalcolmAdd "__RTL" to cc1
2017-01-16 Paolo Carlinirevert: re PR c++/71737 (ICE following 2x pack expansio...
2017-01-16 Paolo Carlinire PR c++/71737 (ICE following 2x pack expansion in...
2017-01-01 Jakub JelinekUpdate copyright years.
2016-12-21 Jakub Jelinekre PR bootstrap/78817 (stage2 bootstrap failure in...
2016-12-14 Martin SeborPR c/78673 - sprintf missing attribute nonnull on desti...
2016-12-12 Marek Polacekre PR c++/78647 (ICE on invalid C++ code on x86_64...
2016-11-26 Prathamesh Kulkarnitree.c (build_common_tree_nodes): Initialize ptrdiff_ty...
2016-11-23 James Greenhalgh[Patch 6/17] Migrate excess precision logic to use...
2016-11-21 Bernd Edlingerre PR c++/71973 (c++ handles built-in functions inconsi...
2016-11-17 Marek Polacekre PR c/78285 (error on duplicate switch label where...
2016-11-14 Prasad GhangalMake-lang.in (C_AND_OBJC_OBJS): Add gimple-parser.o.
2016-10-25 Jakub Jelinekinternal-fn.def (LAUNDER): New internal function.
2016-10-24 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn for...
2016-10-20 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Fix the...
2016-10-19 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn only...
2016-10-17 Marek PolacekMakefile.in (C_COMMON_OBJS): Add c-family/c-attribs.o.
2016-10-11 Marek Polacekc-common.c (warning_candidate_p): Change the return...
2016-10-11 Marek PolacekMakefile.in (C_COMMON_OBJS): Add c-family/c-warn.o.
2016-10-08 Jason MerrillDelay folding of bool conversion into COND_EXPR.
2016-10-07 Jakub JelinekImplement LWG2296 helper intrinsic c-family/
2016-10-07 Bernd Edlingerre PR c++/77700 (suspicios code in cp/parser.c)
2016-10-06 Jakub JelinekImplement P0258R2 - helper for C++17 std::has_unique_ob...
2016-10-05 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Warn also...
2016-10-05 Jakub Jelinek* c-common.c (c_common_reswords): Update comment for...
2016-10-05 Jason MerrillPR c++/77852 - class deduction from list-init
2016-10-03 Bernd Edlingerinvoke.texi: Update -Wint-in-bool-context.
2016-09-26 Thomas Preud'hommetree.h (memmodel_from_int, [...]): Move to ...
2016-09-26 Marek PolacekImplement -Wimplicit-fallthrough.
2016-09-21 Bernd Edlingerc-common.c (c_common_truthvalue_conversion): Inhibit...
2016-09-19 Bernd Edlingerre PR c++/77434 (warn about suspicious precedence of...
2016-09-19 Joseph MyersMake max_align_t respect _Float128.
2016-09-15 Jason Merrillc-common.c (check_cxx_fundamental_alignment_constraints...
2016-09-14 Jason Merrillc-common.c (check_cxx_fundamental_alignment_constraints...
2016-09-14 Marek Polacekc-common.c (c_common_truthvalue_conversion): Use false...
2016-09-13 David Malcolmfix-it hints: insert_before vs insert_after
2016-09-13 Jason MerrillDon't treat array as builtin type in set_underlying_type
2016-09-13 Jason MerrillTrying again to fix aligned-new on m68k.
2016-09-12 Jason MerrillFix aligned-new tests on m68k.
2016-09-12 Bernd Edlingerre PR c++/77496 (ICE in instantiate_type, at cp/class...
2016-09-10 Tom de VriesMake canonical_va_list_type more strict
2016-09-09 Jason MerrillImplement P0035R4, C++17 new of over-aligned types.
2016-09-07 David MalcolmMove class substring_loc from c-family into gcc
2016-09-06 Richard Bienerre PR tree-optimization/77450 (ICE: in verify_ssa,...
2016-09-05 Marek Polacekre PR c/77423 (-Wlogical-not-parentheses false positive...
2016-09-04 Tom de VriesRevert "Replace error_at with assert in build_va_arg"
2016-09-01 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-29 Marek Polacekre PR c/77292 (Spurious warning: logical not is only...
2016-08-29 Tom de VriesFix assert in build_va_arg, case 2b
2016-08-29 Tom de VriesReplace error_at with assert in build_va_arg
2016-08-29 Tom de VriesHandle errors in both args of va_arg
2016-08-25 Marek Polacekc-common.c (warn_logical_not_parentheses): Print fixit...
2016-08-22 Marek Polacekre PR c++/77321 (crash in warn_for_memset)
2016-08-19 Joseph MyersImplement C _FloatN, _FloatNx types.
2016-08-18 David MalcolmSpelling suggestions for misspelled preprocessor directives
2016-08-18 Marek Polacekre PR c/71514 (ICE on C11 code with atomic exchange...
2016-08-16 David MalcolmFix caret locations in format_type_warning (PR c/72857)
2016-08-12 Marek Polacekre PR c/7652 (-Wswitch-break : Warn if a switch case...
2016-08-09 Jason MerrillPR c++/68703 - bogus error with dependent vector length
2016-08-05 David MalcolmOn-demand locations within string-literals
next