aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-array-bounds.cc
AgeCommit message (Expand)AuthorFilesLines
2021-07-28Correct -Warray-bounds handling if function pointers [PR101601].Martin Sebor1-15/+22
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-1/+1
2021-07-26Pass gimple context to array_bounds_checker.Aldy Hernandez1-8/+9
2021-07-08Use Object Size Type zero for -Warray-bounds [PR101374].Martin Sebor1-1/+1
2021-07-07Correct handling of variable offset minus constant in -Warray-bounds [PR100137]Martin Sebor1-286/+50
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor1-10/+11
2021-03-18PR middle-end/99502 - missing -Warray-bounds on partial out of boundsMartin Sebor1-5/+14
2021-03-08PR middle-end/98266 - bogus array subscript is partly outside array bounds on...Martin Sebor1-1/+51
2021-02-18array-bounds: Fix up ICE on overaligned variables [PR99109]Jakub Jelinek1-8/+16
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-10-12Correct handling of indices into arrays with elements larger than 1 (PR c++/9...Martin Sebor1-3/+3
2020-09-23Build a zero element array type that reliably renders as T[0] in diagnostcs.Martin Sebor1-1/+18
2020-09-19Extend -Warray-bounds to detect out-of-bounds accesses to array parameters.Martin Sebor1-77/+334
2020-07-27Diagnose just-past-the-end references for minor array bounds.Martin Sebor1-2/+9
2020-06-01Move array bounds checking into its own file.Aldy Hernandez1-0/+700