aboutsummaryrefslogtreecommitdiff
path: root/gcc/c/c-decl.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-21re PR c/68024 (Diagnose variadic functions defined without prototypes)Marek Polacek1-0/+6
2015-10-04Implement N4514, C++ Extensions for Transactional Memory.Jason Merrill1-1/+13
2015-09-15re PR c/67580 (Improve error message on missing "struct" tag)Marek Polacek1-0/+12
2015-09-15c-decl.c (lookup_label): Return NULL_TREE instead of 0.Marek Polacek1-14/+14
2015-09-09re PR c/67500 (OpenMP ICE with invalid safelen/simdlen/alignment expressions)Jakub Jelinek1-1/+2
2015-08-12c-decl.c (grokdeclarator): Call error_at instead of error and pass LOC to it.Marek Polacek1-2/+2
2015-08-03re PR c/67088 (Incorrect location of error on invalid type used in bit-field ...Marek Polacek1-11/+13
2015-07-27c-decl.c (get_parm_info): Remove static var.Luis Felipe Strano Moraes1-12/+8
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-2/+1
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-0/+4
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-table.h: Update comments.Richard Sandiford1-2/+2
2015-06-25array-notation-common.c: Use VAR_P throughout.Marek Polacek1-28/+25
2015-06-25cilk.c (extract_free_variables): Use is_global_var.Marek Polacek1-5/+3
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-14re PR middle-end/66325 (ICE in gcc.c-torture/execute/930408-1.c, verify_type ...Jan Hubicka1-1/+2
2015-06-11Restore DW_AT_abstract_origin for cross-unit call sitesPierre-Marie de Rodat1-0/+1