asan.c (handle_builtin_alloca): Deal with all alloca variants.
[gcc.git] / gcc / c /
2017-10-12 David MalcolmC/C++: add fix-it hints for various missing symbols
2017-10-11 Nathan Sidwell[PATCH] DECL_ASSEMBLER_NAME and friends
2017-10-10 Richard SandifordRequire wi::to_wide for trees
2017-10-04 David MalcolmC: underline parameters in mismatching function calls
2017-09-29 Jakub Jelinekc-attribs.c (handle_packed_attribute): Test DECL_C_BIT_...
2017-09-29 Jakub Jelinekre PR c/82340 (volatile ignored in compound literal)
2017-09-16 Tom de VriesFix condition folding in c_parser_omp_for_loop
2017-09-15 Joseph MyersImplement C11 excess precision semantics for conversion...
2017-09-15 Bernd Edlingercommon.opt (Wcast-align=strict): New warning option.
2017-09-13 Marek Polacekre PR c/82167 (Segmentation fault when dereferencing...
2017-09-12 Nathan Sidwellc-common.c (field_decl_cmp, [...]): Move to c/c-decl.c.
2017-09-01 Joseph MyersFix excess precision handling of compound assignments...
2017-09-01 Jakub Jelinekre PR c/81887 (pragma omp ordered simd ignored under...
2017-08-30 Richard Sandiford[65/77] Add a SCALAR_TYPE_MODE macro
2017-08-24 David MalcolmC: fix logic within c_expr::get_location
2017-08-21 David MalcolmC: use full locations within c_parser_expr_list's vec...
2017-08-21 David Malcolmc-family/c/c++: pass optional vec<location_t> to c...
2017-08-18 Marek Polacekc-parser.c (c_parser_postfix_expression): Remove unused...
2017-08-18 H.J. LuAdd warn_if_not_aligned attribute
2017-08-14 Martin SeborPR c/81117 - Improve buffer overflow checking in strncp...
2017-08-11 Marek Polacekre PR c/81795 (Stray "originally defined here" when...
2017-08-10 David MalcolmC/C++: show pertinent open token when missing a close...
2017-08-09 Marek PolacekBoolify some parameters.
2017-08-09 Marek Polacekre PR c/81233 (--Wdiscarded-qualifiers and Wincompatibl...
2017-08-09 Marek Polacekre PR c/81417 (-Wsign-compare should print types being...
2017-08-08 Martin Liskatrans.c: Include header files.
2017-08-07 Martin LiskaCanonicalize names of attributes.
2017-08-02 Marek Polacekre PR c/81448 (False positive -Werror=multistatement...
2017-08-02 Marek Polacekre PR c/81289 (ICE in libcpp/line-map.c)
2017-07-31 Jan HubickaRecover GOTO predictor.
2017-07-31 Martin LiskaDo UBSAN sanitization just when current_function_decl...
2017-07-25 Marek Polacek* c-decl.c (grokfield): Remove local variable.
2017-07-25 Marek Polacekre PR c/81364 (Bogus -Wmultistatement-macros warning)
2017-07-18 Nathan Sidwelltree-parloops.c (try_transform_to_exit_first_loop_alt...
2017-07-14 David Malcolmc/c++: Add fix-it hints for suggested missing #includes
2017-07-06 David MalcolmSupport C++-specific selftests
2017-06-26 Marek Polacekre PR c/80116 (Warn about macros expanding to multiple...
2017-06-19 Richard Bienerre PR bootstrap/80887 (gnat bootstrap fails at s-regpat...
2017-06-13 Martin LiskaImplement no_sanitize function attribute
2017-06-09 Tamar ChristinaReverted r249005 until PowerPC and AIX issues sorted.
2017-06-08 Jakub Jelinekre PR c/81006 (ICE with zero-size array and #pragma...
2017-06-08 Tamar Christinare PR middle-end/77925 (Add __builtin_issubnormal)
2017-06-07 Jakub Jelinekdumpfile.h (enum tree_dump_index): Rename TDI_generic...
2017-06-06 Marek Polacekre PR c/79983 (Improve enum and struct redefinition...
2017-06-02 Bernd Edlingerinvoke.texi: Document the -Wsizeof-pointer-div warning.
2017-05-31 Mikhail MaltsevGIMPLEFE: Handle missing labels in goto statements
2017-05-30 David MalcolmC++ template type diff printing
2017-05-24 Martin SeborPR c/80731 - poor -Woverflow warnings
2017-05-23 Thomas SchwingeOpenACC 2.5 kernels construct: num_gangs, num_workers...
2017-05-23 Marek Polacekc-parser.c (c_parser_compound_statement_nostart): Remov...
2017-05-22 Jakub Jelinekc-fold.c (c_fully_fold_internal): Save the c_fully_fold...
2017-05-22 Nathan Sidwellinvoke.texi (fdump-translation-unit): Delete documentation.
2017-05-19 Thomas SchwingeOpenACC 2.5 default (present) clause
2017-05-18 Bernd Edlingerc-format.c (local_tree_type_node): Add GTY attribute.
2017-05-18 Nathan Sidwell* c-decl.c (pushdecl_top_level): Delete unused function.
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 Marek Polacekre PR sanitizer/80659 (-fsanitize=address evokes ICE...
2017-05-17 Martin LiskaIntroduce dump_flags_t type and use it instead of int...
2017-05-17 Marek PolacekBye bye, c_save_expr.
2017-05-12 Thomas SchwingeOpenACC C front end maintenance: c_parser_oacc_single_i...
2017-05-11 Nathan Sidwelldumpfle.h (dump_function): Declare here ...
2017-05-11 Mikhail MaltsevGIMPLEFE: Handle invalid SSA names
2017-05-11 Mikhail MaltsevGIMPLEFE: handle invalid __MEM
2017-05-11 Mikhail MaltsevGIMPLEFE: Handle invalid unary "*" operand type
2017-05-09 Nathan Sidwellc-tree.h (pushdecl): Declare.
2017-05-05 David MalcolmEliminate report_diagnostic macro
2017-05-01 Xi Ruoyaore PR c++/80038 (Random segfault using local vectors...
2017-04-25 David MalcolmC: fix-it hint for removing stray semicolons
2017-04-21 Jakub Jelinekre PR c/80468 (ICE on invalid AVX512 code with -m32)
2017-04-03 Jonathan WakelyFix numerous typos in comments
2017-03-29 Marek Polacekre PR c/79730 (ICE tree check: expected var_decl, have...
2017-03-27 Jakub Jelinekre PR target/80162 (ICE on invalid code (address of...
2017-03-23 Marek Polacekc-tree.h: Remove a C_RID_YYCODE reference.
2017-03-21 Jakub Jelinekre PR c/80097 (internal compiler error in c_fully_fold_...
2017-03-17 Marek Polacek* c-parser.c: Add C11 references.
2017-03-15 Marek Polacek* c-parser.c (c_parser_enum_specifier): Remove redundan...
2017-03-11 Marek Polacek* c-decl.c (implicit_decl_warning): Add a comment....
2017-03-11 David MalcolmSimplify uses of "%<%s%>" to "%qs" (PR translation...
2017-03-09 Marek Polacekre PR sanitizer/79757 (ICE in declare_vars, at gimplify...
2017-03-09 Jakub Jelinekre PR c/79969 (C FE emits locus of forward enum declara...
2017-03-07 Jakub Jelinekre PR c/79834 (c/c-parser.c: make code more i18n-friendly)
2017-03-04 Marek Polacekre PR c/79847 (diagnostics: missing space in "implicit...
2017-03-03 Marek Polacekre PR c/79758 (ICE: tree check: expected class 'type...
2017-03-03 Jakub Jelinekre PR c/79837 (incomplete diagnostic in c-parser: expec...
2017-03-03 Jakub Jelinekre PR c/79836 (typo in c/c-parser.c: pragma omp ordered)
2017-02-28 Jakub Jelineki386.c: Include intl.h.
2017-02-24 Jakub Jelinekre PR c++/79588 (ICE in warn_for_restrict with -Wrestrict)
2017-02-23 Richard Bienerre PR c/79684 (Conditional jump or move depends on...
2017-02-22 Marek Polacekre PR c/79662 (ICE on invalid code in convert_arguments...
2017-02-19 Prathamesh Kulkarnigimple-parser.c (c_parser_gimple_postfix_expression...
2017-02-19 Prathamesh Kulkarnigimple-pretty-print.c (dump_ternary_rhs): Adjust gimple...
2017-02-16 Jakub Jelinekre PR c++/79512 (ICE: Segfault in gimple_build_call_1...
2017-02-14 Prathamesh Kulkarnigimple-pretty-print.c (dump_unary_rhs): Adjust dump...
2017-02-13 Jakub Jelinekcprop.c (cprop_jump): Add missing space in string literal.
2017-02-13 Prathamesh Kulkarnire PR c/79478 (possible gimple error with gcc.dg/gimple...
2017-02-10 Prasad Ghangalgimple-parser.c (c_parser_gimple_binary_expression...
2017-02-09 Marek Polacekre PR c/79428 (ICE in c_parser_consume_token, at c...
2017-02-09 Jakub Jelinekre PR c/79431 (ICE in get, at cgraph.h:397)
next