aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-25re PR c/71265 (gcc ICE on x86_64-linux-gnu with “seg fault”)Marek Polacek1-1/+1
2016-05-16Remove TARGET_INVALID_PARAMETER_TYPE and TARGET_INVALID_RETURN_TYPE hooks.Matthew Wahab1-17/+0
2016-05-13Implement C11 DR#423 resolution (ignore function return type qualifiers).Joseph Myers1-3/+18
2016-05-12re PR c/70756 (Wrong column number shown for "error: invalid use of flexible ...Marek Polacek1-1/+1
2016-05-11PR43651: add warning for duplicate qualifierMikhail Maltsev1-1/+17
2016-05-11re PR c++/71024 (Missing warning for contradictory attributes)Marek Polacek1-49/+1
2016-05-10re PR c/70255 (change of the order of summation of floating point numbers des...Marek Polacek1-0/+12
2016-05-02re PR c/70851 (internal compiler error: in create_tmp_var, at gimple-expr.c:473)Marek Polacek1-2/+13
2016-04-26re PR c/70791 (-Wnested-externs prints inconsistent column number)Marek Polacek1-1/+2
2016-04-18tree.h (TYPE_ALIGN, DECL_ALIGN): Return shifted amount.Michael Matz1-6/+6
2016-03-31re PR c/70297 (GCC Segfaults when using -g3)Marek Polacek1-0/+29
2016-03-04re PR c/69824 (internal compiler error in unshare_body)Bernd Schmidt1-6/+9
2016-02-24re PR c/69819 (ICE on invalid code on x86_64-linux-gnu in tree check: expecte...Marek Polacek1-1/+1
2016-02-12Fix incomplete initialization of the declspec struct.Bernd Schmidt1-27/+1
2016-02-04re PR c/69669 (ICE with enum __attribute__((mode(QI))))Jakub Jelinek1-12/+19
2016-01-29re PR debug/69518 (Flag -g causes "error: type variant has different TYPE_VFI...Jakub Jelinek1-11/+10
2016-01-27re PR debug/66869 (-Wunused-function no longer warns for static declarations ...Jakub Jelinek1-4/+15
2016-01-20re PR c/24293 (Undefined behaviour not diagnosed with -fsyntax-only)Prathamesh Kulkarni1-0/+6
2016-01-14re PR c/69262 (Request for better array bounds warning)Marek Polacek1-0/+12
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-07re PR c/68668 (bogus error: invalid use of array with unspecified bounds)Marek Polacek1-0/+7
2015-12-02Fix TYPE_MAIN_VARIANT construction for arrays of qualified typedefs (PR c/681...Joseph Myers1-8/+24
2015-12-02re PR c/68533 (bogus location for "warning: ‘struct s3’ declared inside p...Jakub Jelinek1-6/+7
2015-11-29re PR c/67106 (ICE: verify_type failed: type variant differs by TYPE_PACKED....Jan Hubicka1-1/+2
2015-11-14c-decl.c: Use RECORD_OR_UNION_TYPE_P throughout.Marek Polacek1-25/+13
2015-11-13Source range tracking in libcpp and C FE, with bit-packing optimizationDavid Malcolm1-1/+1
2015-11-11re PR c/68107 (Non-VLA type whose size is half or more of the address space c...Marek Polacek1-17/+5
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-11-08Merge of the scalar-storage-order branch.Eric Botcazou1-14/+34
2015-11-06Reimplement diagnostic_show_locus, introducing rich_location classesDavid Malcolm1-1/+2
2015-11-05gcc/Jakub Jelinek1-7/+1
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-15/+9