aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-warn-restrict.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-17Rename .c files to .cc files.Martin Liska1-2175/+0
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-09Pass GIMPLE statement to compute_objsize.Martin Sebor1-2/+2
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-0/+1
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-1/+1
2021-07-06Improve warning suppression for inlined functions.Martin Sebor1-76/+76
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-53/+61
2021-05-26Convert remaining passes to get_range_query.Aldy Hernandez1-1/+7
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-20Convert -Wrestrict pass to ranger.Aldy Hernandez1-39/+60
2020-10-12Generalize compute_objsize to return maximum size/offset instead of failing (...Martin Sebor1-1/+1
2020-06-10PR middle-end/95353 - spurious -Wstringop-overflow writing to a trailing arra...Martin Sebor1-25/+23
2020-04-21PR middle-end/94647 - bogus -Warray-bounds on strncpy into a larger member ar...Martin Sebor1-31/+9
2020-03-17Fix up duplicated duplicated words mostly in commentsJakub Jelinek1-2/+2
2020-03-05Fix location maybe_diag_overlap passes to diagnostics so that diagnostic prag...Jeff Law1-16/+5
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-04PR middle-end/91582 - missing heap overflow detection for strcpyMartin Sebor1-2/+0
2019-11-12Remove gcc/params.* files.Martin Liska1-1/+0
2019-09-21PR middle-end/91830 - Bogus -Warray-bounds on strcpy into a memberMartin Sebor1-8/+2
2019-09-19PR middle-end/91631 - buffer overflow into an array member of a declared obje...Martin Sebor1-85/+263
2019-08-22PR middle-end/91490 - bogus argument missing terminating nul warning on strle...Martin Sebor1-1/+2
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+2
2019-04-04PR middle-end/89934 - ICE on a call with fewer arguments to strncpy declared ...Martin Sebor1-0/+4
2019-03-21PR tree-optimization/89350 - Wrong -Wstringop-overflow= warning since r261518Martin Sebor1-40/+94
2019-02-11PR tree-optimization/88771 - Misleading -Werror=array-bounds errorMartin Sebor1-14/+53
2019-01-17PR middle-end/88273 - [8/9 Regression] warning: 'memcpy' offset [-527, -529]Martin Sebor1-5/+1
2019-01-17PR tree-optimization/88800 - Spurious -Werror=array-bounds for non-taken branchMartin Sebor1-23/+35
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-10PR tree-optimization/86196 - Bogus -Wrestrict on memcpy between array element...Martin Sebor1-9/+10
2018-11-23re PR tree-optimization/86614 (duplicate -Warray-bounds for a strncpy call w...Jakub Jelinek1-0/+3
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-1/+1
2018-08-20Add support for grouping of related diagnostics (PR other/84889)David Malcolm1-0/+2
2018-08-01PR tree-optimization/86650 - -Warray-bounds missing inlining contextMartin Sebor1-9/+8
2018-06-12PR tree-optimization/85259 - Missing -Wstringop-overflow= since r256683Martin Sebor1-44/+49
2018-06-08Remove MPXMartin Liska1-35/+5
2018-05-22PR tree-optimization/85826 - ICE in gimple-ssa-warn-restruct onMartin Sebor1-1/+4
2018-05-15PR tree-optimization/85753 - missing -Wrestrict on memcpy into a member arrayMartin Sebor1-19/+21
2018-04-20PR c/85365 - -Wrestrict false positives with -fsanitize=undefinedMartin Sebor1-5/+14
2018-03-16re PR c/84909 (typo: conversion from %qT to to %qT)Jakub Jelinek1-1/+1
2018-03-09re PR tree-optimization/84526 (ICE in generic_overlap at gcc/gimple-ssa-warn-...Martin Sebor1-16/+30
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