aboutsummaryrefslogtreecommitdiff
path: root/gcc/c
AgeCommit message (Expand)AuthorFilesLines
2017-10-31diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm4-55/+65
2017-10-30gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.Richard Biener2-0/+22
2017-10-27builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner2-0/+11
2017-10-25C: detect more missing semicolons (PR c/7356)David Malcolm2-5/+37
2017-10-25re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek2-0/+8
2017-10-24re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini2-1/+8
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist1-2/+2
2017-10-12C/C++: add fix-it hints for various missing symbolsDavid Malcolm3-5/+33
2017-10-11[PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell2-1/+6
2017-10-10Require wi::to_wide for treesRichard Sandiford3-4/+11
2017-10-04C: underline parameters in mismatching function callsDavid Malcolm5-30/+115
2017-09-29c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek2-2/+8
2017-09-29re PR c/82340 (volatile ignored in compound literal)Jakub Jelinek2-3/+7
2017-09-16Fix condition folding in c_parser_omp_for_loopTom de Vries2-1/+14
2017-09-15Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers2-2/+37
2017-09-15common.opt (Wcast-align=strict): New warning option.Bernd Edlinger2-2/+7
2017-09-13re PR c/82167 (Segmentation fault when dereferencing the address of an array ...Marek Polacek2-1/+7
2017-09-12c-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.Nathan Sidwell3-0/+80
2017-09-01Fix excess precision handling of compound assignments (PR c/82071).Joseph Myers2-11/+53
2017-09-01re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek2-0/+15
2017-08-30[65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford2-7/+20
2017-08-24C: fix logic within c_expr::get_locationDavid Malcolm2-1/+7
2017-08-21C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm3-6/+19
2017-08-21c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm2-1/+6
2017-08-18c-parser.c (c_parser_postfix_expression): Remove unused code.Marek Polacek2-24/+8
2017-08-18Add warn_if_not_aligned attributeH.J. Lu2-0/+18
2017-08-14PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor2-1/+16
2017-08-11re PR c/81795 (Stray "originally defined here" when using -Wc++-compat with #...Marek Polacek2-10/+14
2017-08-10C/C++: show pertinent open token when missing a close tokenDavid Malcolm3-217/+519
2017-08-09Boolify some parameters.Marek Polacek4-26/+43
2017-08-09re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...Marek Polacek2-59/+164
2017-08-09re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek5-22/+53
2017-08-08trans.c: Include header files.Martin Liska3-0/+9
2017-08-07Canonicalize names of attributes.Martin Liska2-0/+8
2017-08-02re PR c/81448 (False positive -Werror=multistatement-macros in openssl)Marek Polacek1-0/+5
2017-08-02re PR c/81289 (ICE in libcpp/line-map.c)Marek Polacek2-3/+8
2017-07-31Recover GOTO predictor.Jan Hubicka2-0/+7
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska4-0/+11
2017-07-25* c-decl.c (grokfield): Remove local variable.Marek Polacek2-2/+5
2017-07-25re PR c/81364 (Bogus -Wmultistatement-macros warning)Marek Polacek2-3/+14
2017-07-18tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell2-4/+8
2017-07-14c/c++: Add fix-it hints for suggested missing #includesDavid Malcolm2-2/+13
2017-07-06Support C++-specific selftestsDavid Malcolm3-1/+17
2017-06-26re PR c/80116 (Warn about macros expanding to multiple statements)Marek Polacek2-9/+60
2017-06-19re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERR...Richard Biener2-2/+19
2017-06-13Implement no_sanitize function attributeMartin Liska4-14/+23
2017-06-09Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina1-2/+0
2017-06-08re PR c/81006 (ICE with zero-size array and #pragma omp task depend)Jakub Jelinek2-3/+9
2017-06-08re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina1-0/+2
2017-06-07dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek2-1/+6