summaryrefslogtreecommitdiff
path: root/gcc/c
Commit message (Expand)AuthorAgeFilesLines
* diagnostics: get rid of *_at_rich_loc in favor of overloadingDavid Malcolm2017-10-314-55/+65
* gimple-parser.c (c_parser_gimple_statement): Parse conditional stmts.Richard Biener2017-10-302-0/+22
* builtins.c (CASE_MATHFN_FLOATN): New helper macro to add cases for math funct...Michael Meissner2017-10-272-0/+11
* C: detect more missing semicolons (PR c/7356)David Malcolm2017-10-252-5/+37
* re PR libstdc++/81706 (std::sin vectorization bug)Jakub Jelinek2017-10-252-0/+8
* re PR c++/82466 (Missing warning for re-declaration of built-in function as v...Paolo Carlini2017-10-242-1/+8
* Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist2017-10-201-2/+2
* C/C++: add fix-it hints for various missing symbolsDavid Malcolm2017-10-123-5/+33
* [PATCH] DECL_ASSEMBLER_NAME and friendsNathan Sidwell2017-10-112-1/+6
* Require wi::to_wide for treesRichard Sandiford2017-10-103-4/+11
* C: underline parameters in mismatching function callsDavid Malcolm2017-10-045-30/+115
* c-attribs.c (handle_packed_attribute): Test DECL_C_BIT_FIELD rather than DECL...Jakub Jelinek2017-09-292-2/+8
* re PR c/82340 (volatile ignored in compound literal)Jakub Jelinek2017-09-292-3/+7
* Fix condition folding in c_parser_omp_for_loopTom de Vries2017-09-162-1/+14
* Implement C11 excess precision semantics for conversions (PR c/82071).Joseph Myers2017-09-152-2/+37
* common.opt (Wcast-align=strict): New warning option.Bernd Edlinger2017-09-152-2/+7
* re PR c/82167 (Segmentation fault when dereferencing the address of an array ...Marek Polacek2017-09-132-1/+7
* c-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.Nathan Sidwell2017-09-123-0/+80
* Fix excess precision handling of compound assignments (PR c/82071).Joseph Myers2017-09-012-11/+53
* re PR c/81887 (pragma omp ordered simd ignored under -fopenmp-simd)Jakub Jelinek2017-09-012-0/+15
* [65/77] Add a SCALAR_TYPE_MODE macroRichard Sandiford2017-08-302-7/+20
* C: fix logic within c_expr::get_locationDavid Malcolm2017-08-242-1/+7
* C: use full locations within c_parser_expr_list's vec<location_t>David Malcolm2017-08-213-6/+19
* c-family/c/c++: pass optional vec<location_t> to c-format.cDavid Malcolm2017-08-212-1/+6
* c-parser.c (c_parser_postfix_expression): Remove unused code.Marek Polacek2017-08-182-24/+8
* Add warn_if_not_aligned attributeH.J. Lu2017-08-182-0/+18
* PR c/81117 - Improve buffer overflow checking in strncpy - part 1Martin Sebor2017-08-142-1/+16
* re PR c/81795 (Stray "originally defined here" when using -Wc++-compat with #...Marek Polacek2017-08-112-10/+14
* C/C++: show pertinent open token when missing a close tokenDavid Malcolm2017-08-103-217/+519
* Boolify some parameters.Marek Polacek2017-08-094-26/+43
* re PR c/81233 (--Wdiscarded-qualifiers and Wincompatible-pointer-types missin...Marek Polacek2017-08-092-59/+164
* re PR c/81417 (-Wsign-compare should print types being compared)Marek Polacek2017-08-095-22/+53
* trans.c: Include header files.Martin Liska2017-08-083-0/+9
* Canonicalize names of attributes.Martin Liska2017-08-072-0/+8
* re PR c/81448 (False positive -Werror=multistatement-macros in openssl)Marek Polacek2017-08-021-0/+5
* re PR c/81289 (ICE in libcpp/line-map.c)Marek Polacek2017-08-022-3/+8
* Recover GOTO predictor.Jan Hubicka2017-07-312-0/+7
* Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska2017-07-314-0/+11
* * c-decl.c (grokfield): Remove local variable.Marek Polacek2017-07-252-2/+5
* re PR c/81364 (Bogus -Wmultistatement-macros warning)Marek Polacek2017-07-252-3/+14
* tree-parloops.c (try_transform_to_exit_first_loop_alt): Use TYPE_MAX_VALUE.Nathan Sidwell2017-07-182-4/+8
* c/c++: Add fix-it hints for suggested missing #includesDavid Malcolm2017-07-142-2/+13
* Support C++-specific selftestsDavid Malcolm2017-07-063-1/+17
* re PR c/80116 (Warn about macros expanding to multiple statements)Marek Polacek2017-06-262-9/+60
* re PR bootstrap/80887 (gnat bootstrap fails at s-regpat.o: raised STORAGE_ERR...Richard Biener2017-06-192-2/+19
* Implement no_sanitize function attributeMartin Liska2017-06-134-14/+23
* Reverted r249005 until PowerPC and AIX issues sorted.Tamar Christina2017-06-091-2/+0
* re PR c/81006 (ICE with zero-size array and #pragma omp task depend)Jakub Jelinek2017-06-082-3/+9
* re PR middle-end/77925 (Add __builtin_issubnormal)Tamar Christina2017-06-081-0/+2
* dumpfile.h (enum tree_dump_index): Rename TDI_generic to TDI_gimple.Jakub Jelinek2017-06-072-1/+6