aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-warn-restrict.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-28gimple-ssa-warn-restrict.c (maybe_diag_overlap): Use warning_n instead of war...Jakub Jelinek1-92/+80
2018-02-20PR middle-end/84095 - false-positive -Wrestrict warnings for memcpy within arrayMartin Sebor1-124/+183
2018-02-14PR tree-optimization/83698 - bogus offset in -Wrestrict messages for strcat o...Martin Sebor1-10/+50
2018-01-26re PR c/83989 (-Wrestrict false positive with malloc-style functions)Jakub Jelinek1-3/+0
2018-01-16gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): For an ADDR_EXPR...Eric Botcazou1-11/+5
2018-01-07Commit right versionJeff Law1-18/+45
2018-01-06re PR tree-optimization/83640 (ICE in generic_overlap, at gimple-ssa-warn-res...Martin Sebor1-2/+0
2018-01-03PR tree-optimization/83655 - ICE on an invalid call to memcpy declared with n...Martin Sebor1-1/+12
2018-01-03PR tree-optimization/83603 - ICE in builtin_memref at gcc/gimple-ssa-warn-res...Martin Sebor1-1/+3
2018-01-03gimple-ssa-warn-restrict.c (builtin_memref::builtin_memref): Use offset_int::...Martin Sebor1-18/+21
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-21poly_int: MEM_REF offsetsRichard Sandiford1-4/+9
2017-12-20poly_int: get_addr_base_and_unit_offsetRichard Sandiford1-5/+6
2017-12-18re PR middle-end/83463 (ICE: tree check: expected integer_type or enumeral_ty...Marek Polacek1-2/+4
2017-12-17PR bootstrap/83446 - Bootstrap failed on i686Martin Sebor1-1/+3
2017-12-16PR tree-optimization/78918 - missing -Wrestrict on memcpy copying over selfMartin Sebor1-0/+1761