aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
AgeCommit message (Expand)Author
2017-12-22re PR debug/83550 (Bad location of DW_TAG_structure_type with forward declara...Jakub Jelinek
2017-09-30backport: re PR c/82340 (volatile ignored in compound literal)Jakub Jelinek
2017-05-26re PR sanitizer/80659 (-fsanitize=address evokes ICE in in gimplify_switch_expr)Marek Polacek
2017-05-03backport: re PR c/80468 (ICE on invalid AVX512 code with -m32)Jakub Jelinek
2017-03-29re PR c/79730 (ICE tree check: expected var_decl, have function_decl in finis...Marek Polacek
2017-03-11* c-decl.c (implicit_decl_warning): Add a comment. Fix formatting.Marek Polacek
2017-03-11Simplify uses of "%<%s%>" to "%qs" (PR translation/79848)David Malcolm
2017-03-09re PR c/79969 (C FE emits locus of forward enum declaration rather than defin...Jakub Jelinek
2017-03-04re PR c/79847 (diagnostics: missing space in "implicit declaration of function")Marek Polacek
2017-03-03re PR c/79758 (ICE: tree check: expected class 'type', have 'exceptional' (er...Marek Polacek
2017-01-25re PR lto/79061 ([LTO][ASAN] LTO plus ASAN fails with "AddressSanitizer: init...Maxim Ostapenko
2017-01-11re PR c++/72813 (atomic header cannot be compiled into translation unit with ...Jakub Jelinek
2017-01-01Update copyright years.Jakub Jelinek
2016-12-21re PR c/77767 (Side-effect from VLA array parameters lost)Jakub Jelinek
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger
2016-11-18Add SET_DECL_MODERichard Sandiford
2016-10-31Add -Wshadow=global -Wshadow=local and -Wshadow=compatible-local.Le-Chun Wu
2016-10-07re PR c++/69733 (-Wignored-qualifiers points to wrong const)Bernd Schmidt
2016-09-26Implement -Wimplicit-fallthrough.Marek Polacek
2016-09-14c-common.c (c_common_truthvalue_conversion): Use false instead of 0.Marek Polacek
2016-08-30rich_location: add convenience overloads for adding fix-it hintsDavid Malcolm
2016-08-25re PR c/77323 (Bad "defaults to 'int'" warning for unsupported types)Marek Polacek
2016-08-19Implement C _FloatN, _FloatNx types.Joseph Myers
2016-08-11re PR c/72816 (ICE on x86_64-linux-gnu (tree check: expected tree that contai...Jakub Jelinek
2016-07-29re PR c/71573 (ICE on invalid C code on x86_64-linux-gnu (tree check: expecte...Marek Polacek
2016-07-29re PR c/71742 (Wrong formulation of "error: flexible array member in otherwis...Marek Polacek
2016-07-29re PR c/71969 (Wrong setting of DECL_DISREGARD_INLINE_LIMITS in the C FE)Jakub Jelinek
2016-07-20Enabling work for C++ handling of misspelled identifiers and typenamesDavid Malcolm
2016-07-20C: convert return type of lookup_name_fuzzy from tree to const char *David Malcolm
2016-07-15re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek
2016-07-14re PR c/71858 (Surprising suggestions for misspellings)Jakub Jelinek
2016-07-13c-decl.c: add [cd]tors to c_struct_parse_infoTrevor Saunders
2016-06-22C FE: suggest corrections for misspelled identifiers and type namesDavid Malcolm
2016-06-08re PR c/71426 (gcc ICE on x86_64-linux-gnu in get_parm_info, at c/c-decl.c:7059)Marek Polacek
2016-06-08re PR c/71418 (gcc ICE on x86_64-linux-gnu in min_align_of_type, at stor-layo...Marek Polacek
2016-05-25re PR c/71266 (gcc ICE on x86_64-linux-gnu in "store_parm_decls_oldstyle")Marek Polacek
2016-05-25re PR c/71265 (gcc ICE on x86_64-linux-gnu with “seg fault”)Marek Polacek
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab
2016-05-13Implement C11 DR#423 resolution (ignore function return type qualifiers).Joseph Myers
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek
2016-05-11PR43651: add warning for duplicate qualifierMikhail Maltsev
2016-05-11re PR c++/71024 (Missing warning for contradictory attributes)Marek Polacek
2016-05-10re PR c/70255 (change of the order of summation of floating point numbers des...Marek Polacek
2016-05-02re PR c/70851 (internal compiler error: in create_tmp_var, at gimple-expr.c:473)Marek Polacek
2016-04-26re PR c/70791 (-Wnested-externs prints inconsistent column number)Marek Polacek
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz
2016-03-31re PR c/70297 (GCC Segfaults when using -g3)Marek Polacek
2016-03-04re PR c/69824 (internal compiler error in unshare_body)Bernd Schmidt
2016-02-24re PR c/69819 (ICE on invalid code on x86_64-linux-gnu in tree check: expecte...Marek Polacek
2016-02-12Fix incomplete initialization of the declspec struct.Bernd Schmidt