Daily bump.
[gcc.git] / gcc / c-family /
2019-04-12 Martin SeborCommit a change missed in r270326:
2019-04-12 Jakub Jelinekre PR translation/90041 (Command line option without...
2019-04-12 Jakub Jelinekre PR c/89946 (ICE in assemble_start_function, at varas...
2019-04-09 Eric Botcazouc-ada-spec.c (print_destructor): Deal with deleting...
2019-04-07 Eric Botcazouc-ada-spec.c (is_float128): New predicate extracted...
2019-04-05 David MalcolmGuard notes for -Waddress-of-packed-member on warning...
2019-04-05 Marek PolacekPR c++/89973 - -Waddress-of-packed-member ICE with...
2019-04-03 Jason MerrillPR c++/86586 - -fcompare-debug=-Wsign-compare.
2019-04-01 Martin SeborPR c/89685 - ICE on attribute copy with a compound...
2019-03-25 Martin SeborPR c/89812 - incorrect maximum in error: requested...
2019-03-22 Jakub Jelinekre PR c++/87481 (Endless loop with optimisation in...
2019-03-21 Jakub Jelinekhash-table.h (hash_table): Add Lazy template parameter...
2019-03-19 Martin SeborPR tree-optimization/89688 - -Wstringop-overflow confus...
2019-03-12 Martin LiskaReplace can't in error messages for Fortran.
2019-03-11 Martin LiskaWrap apostrophes in gcc internal format with %'.
2019-03-11 Martin LiskaWrap option names in gcc internal messages with %<...
2019-03-08 Jakub Jelinekre PR tree-optimization/89550 (Spurious array-bounds...
2019-02-26 Jakub Jelinekre PR target/89474 (ice in df_reg_chain_verify_unmarked...
2019-02-25 Jakub Jelinekre PR c/89495 (gcc/c-family/c-format.c:1272:20: runtime...
2019-02-25 Sandra Loosemorec.opt (Wmissing-attributes): Clean up doc string.
2019-02-22 Richard Bienerc-pch.c (no_checksum): Remove.
2019-02-18 Martin SeborPR middle-end/89294 - ICE in valid_constant_size_p
2019-02-16 David MalcolmFix excess warnings from -Wtype-limits with location...
2019-02-11 Martin SeborPR c++/87996 - size of array is negative error when...
2019-01-31 David MalcolmFix bogus fix-it for FLT_MAX (PR c/89122)
2019-01-31 Jakub Jelinekre PR libstdc++/88170 (pretty printer FAILs)
2019-01-28 Jakub Jelinekre PR c/86125 (missing -Wbuiltin-declaration-mismatch...
2019-01-28 Bernd Edlingerc-warn.c (check_address_or_pointer_of_packed_member...
2019-01-22 Jakub Jelinekre PR middle-end/88968 (Stack overflow in gimplify_expr)
2019-01-21 Bernd Edlingerre PR c/88928 (ICE segfault in check_address_or_pointer...
2019-01-18 H.J. Luc-family: Update unaligned adress of packed member...
2019-01-15 Richard SandifordPR inline-asm/52813 revisited
2019-01-14 Jakub Jelinekc-cppbuiltin.c (c_cpp_builtin): Define __cpp_guaranteed...
2019-01-14 Tom HonermannImplement P0482R5, char8_t: A type for UTF-8 characters...
2019-01-14 Martin SeborPR target/88638 - FAIL: fsf-nsstring-format-1.s on...
2019-01-13 H.J. LuC-family: Replace "may may" with "may" in warning message
2019-01-07 Jakub Jelinekre PR c++/85052 (Implement support for clang's __builti...
2019-01-05 Martin SeborPR c/88546 - Copy attribute unusable for weakrefs
2019-01-04 Martin SeborPR c/88363 - alloc_align attribute doesn't accept enume...
2019-01-01 Jakub JelinekUpdate copyright years.
2018-12-20 H.J. LuC/C++: Add -Waddress-of-packed-member
2018-12-20 David Malcolm-Wtautological-compare: fix comparison of macro expansions
2018-12-19 David MalcolmC++: improvements to binary operator diagnostics (PR...
2018-12-19 David MalcolmC++: more location wrapper nodes (PR c++/43064, PR...
2018-12-06 Jason MerrillPR c++/88136 - -Wdeprecated-copy false positives
2018-11-29 Martin SeborPR c/88172 - attribute aligned of zero silently accepte...
2018-11-28 Martin SeborPR c/88065 - ICE in -Wsizeof-pointer-memaccess on an...
2018-11-28 Jakub Jelinekre PR sanitizer/88215 (UBSAN: Internal compiler error...
2018-11-27 Eric Botcazouc-ada-spec.c: Include stringpool.h.
2018-11-21 Martin Seborc-parser.c (c_parser_has_attribute_expression): New...
2018-11-16 Jason MerrillImplement P0479R5, [[likely]] and [[unlikely]].
2018-11-16 Jakub Jelinekre PR middle-end/87854 (gcc.c-torture/compile/pr46534...
2018-11-15 Martin SeborPR c++/87541 - ICE using a constant decl as an attribut...
2018-11-15 David MalcolmMachine-readable diagnostic output (PR other/19165)
2018-11-14 Jakub JelinekP1236R1 - Signed integers are two's complement
2018-11-14 Jakub Jelinekre PR other/88007 (ICE in gt_ggc_m_S, at ggc-page.c...
2018-11-13 David MalcolmEliminate source_location in favor of location_t
2018-11-13 Martin SeborPR middle-end/81824 - Warn for missing attributes with...
2018-11-13 Jason MerrillImplement P0722R3, destroying operator delete.
2018-11-13 Jason MerrillChange __cpp_explicit_bool to __cpp_conditional_explicit.
2018-11-09 Martin SeborPR middle-end/81824 - Warn for missing attributes with...
2018-11-09 Martin SeborPR c/87795 - Excessive alignment permitted for function...
2018-11-08 Jakub Jelinekbuiltin-types.def (BT_FN_VOID_BOOL, [...]): New.
2018-11-08 David MalcolmSupport %f in pp_format
2018-11-08 David Malcolmdump_printf: add "%C" for dumping cgraph_node *
2018-11-05 Jason MerrillImplement P0732R2, class types in non-type template...
2018-10-31 Nathan Sidwell[PATCH] command line macros
2018-10-31 Nathan Sidwell[6/6] Preprocessor forced macro location
2018-10-30 Martin SeborPR middle-end/87041 - -Wformat reading through null...
2018-10-30 Marek PolacekImplement P0892R2, explicit(bool).
2018-10-29 David MalcolmC++: simplify output from suggest_alternatives_for
2018-10-29 David MalcolmFolding and check_function_arguments
2018-10-17 Joseph MyersAdd -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static...
2018-10-17 Joseph MyersUpdate C17 option descriptions not to say "expected...
2018-10-12 Christophe LyonFix typo in previous commit.
2018-10-12 Will Wrayre PR c++/87364 (Pretty print of enumerator never print...
2018-10-11 Jakub Jelinekc-lex.c (c_common_has_attribute): Return 201803 instead...
2018-10-09 David MalcolmCleanup of libcpp diagnostic callbacks
2018-10-08 Richard SandifordDon't ICE on vectors of enums (PR 87286)
2018-10-04 Vinay Kumarinvoke.texi (-Wno-prio-ctor-dtor): Document new warning...
2018-10-03 Jason MerrillImplement P0840, language support for empty objects.
2018-10-01 Eric Botcazouc-ada-spec.c (get_underlying_decl): Get to the main...
2018-09-25 Martin LiskaRemove Pascal-related entries in code and comments.
2018-09-21 Eric Botcazouc-ada-spec.c: Include diagnostic.h.
2018-09-20 Marek PolacekAdd -Wclass-conversion.
2018-09-17 David MalcolmAdd range_idx param to range_label::get_text
2018-09-17 David Malcolmsubstring-locations: add class format_string_diagnostic_t
2018-09-17 Martin JamborAdd -Wabsolute-value
2018-09-06 Bernd Edlingervarasm.c (output_constructor_regular_field): Check...
2018-09-02 Bernd Edlingerc-common.c (braced_list_to_string): Remove eval parameter.
2018-08-27 Martin LiskaReplace 8 spaces with a tabular in ChangeLog files.
2018-08-27 David MalcolmLess verbose fix-it hints for missing header files...
2018-08-27 Martin LiskaCome up with fndecl_built_in_p.
2018-08-26 Marek PolacekPR c++/87029, Implement -Wredundant-move.
2018-08-21 Marek PolacekPR c++/86981, Implement -Wpessimizing-move.
2018-08-20 David MalcolmAdd support for grouping of related diagnostics (PR...
2018-08-20 Nathan Sidwell[PATCH] #assert becomes macro-like
2018-08-17 Nathan Sidwell[PATCH] Adjust lazy macro definition
2018-08-17 David MalcolmFormatted printing for dump_* in the middle-end
2018-08-17 Nathan Sidwell[PATCH] Macro body is trailing array
next