aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-18Add warn_if_not_aligned attributeH.J. Lu1-0/+11
2017-08-11re PR c/81795 (Stray "originally defined here" when using -Wc++-compat with #...Marek Polacek1-10/+8
2017-08-09Boolify some parameters.Marek Polacek1-1/+1
2017-07-31Do UBSAN sanitization just when current_function_decl != NULL_TREE (PR saniti...Martin Liska1-0/+1
2017-07-25* c-decl.c (grokfield): Remove local variable.Marek Polacek1-2/+1
2017-07-14c/c++: Add fix-it hints for suggested missing #includesDavid Malcolm1-2/+8
2017-06-13Implement no_sanitize function attributeMartin Liska1-3/+3
2017-06-06re PR c/79983 (Improve enum and struct redefinition diagnostic)Marek Polacek1-1/+7
2017-05-22invoke.texi (fdump-translation-unit): Delete documentation.Nathan Sidwell1-12/+0
2017-05-18* c-decl.c (pushdecl_top_level): Delete unused function.Nathan Sidwell1-28/+0
2017-05-18c-common.c (c_common_type_for_size): Use NULL_TREE instead of 0.Marek Polacek1-12/+14
2017-05-18c-common.c (self_promoting_args_p): Change the return type to bool.Marek Polacek1-20/+18
2017-05-17c-common.c: Use NULL_TREE instead of 0 where appropriate.Marek Polacek1-71/+73
2017-05-17re PR sanitizer/80659 (-fsanitize=address evokes ICE in in gimplify_switch_expr)Marek Polacek1-2/+2
2017-05-17Introduce dump_flags_t type and use it instead of int type.Martin Liska1-1/+1
2017-05-17Bye bye, c_save_expr.Marek Polacek1-1/+1
2017-05-05Eliminate report_diagnostic macroDavid Malcolm1-1/+1
2017-04-21re PR c/80468 (ICE on invalid AVX512 code with -m32)Jakub Jelinek1-3/+6
2017-03-29re PR c/79730 (ICE tree check: expected var_decl, have function_decl in finis...Marek Polacek1-1/+1
2017-03-11* c-decl.c (implicit_decl_warning): Add a comment. Fix formatting.Marek Polacek1-33/+40
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm1-8/+8
2017-03-09re PR c/79969 (C FE emits locus of forward enum declaration rather than defin...Jakub Jelinek1-0/+4
2017-03-04re PR c/79847 (diagnostics: missing space in "implicit declaration of function")Marek Polacek1-1/+1
2017-03-03re PR c/79758 (ICE: tree check: expected class 'type', have 'exceptional' (er...Marek Polacek1-7/+10
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko1-1/+2
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek1-0/+2
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-21re PR c/77767 (Side-effect from VLA array parameters lost)Jakub Jelinek1-2/+12
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger1-1/+2
2016-11-18Add SET_DECL_MODERichard Sandiford1-3/+3
2016-10-31Add -Wshadow=global -Wshadow=local and -Wshadow=compatible-local.Le-Chun Wu1-6/+37
2016-10-07re PR c++/69733 (-Wignored-qualifiers points to wrong const)Bernd Schmidt1-3/+37
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek1-1/+1
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek1-1/+1
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm1-4/+4
2016-08-25re PR c/77323 (Bad "defaults to 'int'" warning for unsupported types)Marek Polacek1-13/+22
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers1-2/+113
2016-08-11re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek1-0/+2
2016-07-29re PR c/71573 (ICE on invalid C code on x86_64-linux-gnu (tree check: expecte...Marek Polacek1-1/+1
2016-07-29re PR c/71742 (Wrong formulation of "error: flexible array member in otherwis...Marek Polacek1-1/+2
2016-07-29re PR c/71969 (Wrong setting of DECL_DISREGARD_INLINE_LIMITS in the C FE)Jakub Jelinek1-1/+3
2016-07-20Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm1-41/+1
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm1-9/+13
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek1-4/+25
2016-07-14re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek1-1/+1
2016-07-13c-decl.c: add [cd]tors to c_struct_parse_infoTrevor Saunders1-11/+5
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm1-6/+184
2016-06-08re PR c/71426 (gcc ICE on x86_64-linux-gnu in get_parm_info, at c/c-decl.c:7059)Marek Polacek1-3/+3
2016-06-08re PR c/71418 (gcc ICE on x86_64-linux-gnu in min_align_of_type, at stor-layo...Marek Polacek1-1/+1
2016-05-25re PR c/71266 (gcc ICE on x86_64-linux-gnu in "store_parm_decls_oldstyle")Marek Polacek1-2/+5