aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
AgeCommit message (Expand)AuthorFilesLines
2019-01-07re PR c++/85052 (Implement support for clang's __builtin_convertvector)Jakub Jelinek3-1/+74
2019-01-04PR c/88546 - Copy attribute unusable for weakrefsMartin Sebor2-0/+37
2019-01-04PR c/88363 - alloc_align attribute doesn't accept enumerated argumentsMartin Sebor2-6/+17
2019-01-01Update copyright years.Jakub Jelinek39-39/+43
2018-12-20C/C++: Add -Waddress-of-packed-memberH.J. Lu4-0/+179
2018-12-20-Wtautological-compare: fix comparison of macro expansionsDavid Malcolm2-5/+29
2018-12-19C++: improvements to binary operator diagnostics (PR c++/87504)David Malcolm3-11/+64
2018-12-19C++: more location wrapper nodes (PR c++/43064, PR c++/43486)David Malcolm4-30/+98
2018-12-06PR c++/88136 - -Wdeprecated-copy false positivesJason Merrill2-1/+12
2018-11-29PR c/88172 - attribute aligned of zero silently accepted but ignoredMartin Sebor3-48/+77
2018-11-28PR c/88065 - ICE in -Wsizeof-pointer-memaccess on an invalid strncpyMartin Sebor2-1/+13
2018-11-28re PR sanitizer/88215 (UBSAN: Internal compiler error with attribute(unused))Jakub Jelinek2-2/+12
2018-11-27c-ada-spec.c: Include stringpool.h.Eric Botcazou2-20/+117
2018-11-20c-parser.c (c_parser_has_attribute_expression): New function.Martin Sebor4-1/+15
2018-11-16Implement P0479R5, [[likely]] and [[unlikely]].Jason Merrill4-2/+10
2018-11-16re PR middle-end/87854 (gcc.c-torture/compile/pr46534.c ICE for 16-bit size_t)Jakub Jelinek2-5/+24
2018-11-15PR c++/87541 - ICE using a constant decl as an attribute alloc_size argumentMartin Sebor5-120/+363
2018-11-15Machine-readable diagnostic output (PR other/19165)David Malcolm2-1/+7
2018-11-14P1236R1 - Signed integers are two's complementJakub Jelinek3-3/+13
2018-11-14re PR other/88007 (ICE in gt_ggc_m_S, at ggc-page.c:1474)Jakub Jelinek2-2/+10
2018-11-13Eliminate source_location in favor of location_tDavid Malcolm5-36/+44
2018-11-13PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor2-7/+27
2018-11-12Implement P0722R3, destroying operator delete.Jason Merrill2-0/+4
2018-11-12Change __cpp_explicit_bool to __cpp_conditional_explicit.Jason Merrill2-1/+6
2018-11-09PR middle-end/81824 - Warn for missing attributes with function aliasesMartin Sebor2-33/+555
2018-11-09PR c/87795 - Excessive alignment permitted for functions and labelsMartin Sebor4-16/+46
2018-11-08builtin-types.def (BT_FN_VOID_BOOL, [...]): New.Jakub Jelinek5-79/+537
2018-11-08Support %f in pp_formatDavid Malcolm2-0/+7
2018-11-08dump_printf: add "%C" for dumping cgraph_node *David Malcolm3-19/+48
2018-11-05Implement P0732R2, class types in non-type template parameters.Jason Merrill2-0/+6
2018-10-31[PATCH] command line macrosNathan Sidwell2-39/+37
2018-10-31[6/6] Preprocessor forced macro locationNathan Sidwell2-2/+5
2018-10-30PR middle-end/87041 - -Wformat reading through null pointer on unreachable codeMartin Sebor2-2/+11
2018-10-30Implement P0892R2, explicit(bool).Marek Polacek2-1/+11
2018-10-29C++: simplify output from suggest_alternatives_forDavid Malcolm2-1/+12
2018-10-29Folding and check_function_argumentsDavid Malcolm2-4/+24
2018-10-18Add -std=c2x, -std=gnu2x, -Wc11-c2x-compat, C2X _Static_assert support.Joseph Myers5-3/+66
2018-10-17Update C17 option descriptions not to say "expected to be published".Joseph Myers2-6/+11
2018-10-12Fix typo in previous commit.Christophe Lyon2-1/+6
2018-10-11re PR c++/87364 (Pretty print of enumerator never prints the id, always falls...Will Wray3-15/+26
2018-10-11c-lex.c (c_common_has_attribute): Return 201803 instead of 20180312 for no_un...Jakub Jelinek2-1/+6
2018-10-09Cleanup of libcpp diagnostic callbacksDavid Malcolm4-10/+25
2018-10-08Don't ICE on vectors of enums (PR 87286)Richard Sandiford2-3/+12
2018-10-04invoke.texi (-Wno-prio-ctor-dtor): Document new warning -Wno-prio-ctor-dtor.Vinay Kumar3-2/+12
2018-10-03Implement P0840, language support for empty objects.Jason Merrill2-0/+6
2018-10-01c-ada-spec.c (get_underlying_decl): Get to the main type variant.Eric Botcazou2-7/+17
2018-09-25Remove Pascal-related entries in code and comments.Martin Liska2-1/+6
2018-09-21c-ada-spec.c: Include diagnostic.h.Eric Botcazou2-0/+16
2018-09-20Add -Wclass-conversion.Marek Polacek2-0/+8
2018-09-17Add range_idx param to range_label::get_textDavid Malcolm2-2/+7