]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/gimple-array-bounds.cc
Correct handling of variable offset minus constant in -Warray-bounds [PR100137]
[thirdparty/gcc.git] / gcc / gimple-array-bounds.cc
2021-07-07  Martin SeborCorrect handling of variable offset minus constant...
2021-06-25  Martin Sebormiddle-end: add support for per-location warning groups.
2021-03-18  Martin SeborPR middle-end/99502 - missing -Warray-bounds on partial...
2021-03-08  Martin SeborPR middle-end/98266 - bogus array subscript is partly...
2021-02-18  Jakub Jelinekarray-bounds: Fix up ICE on overaligned variables ...
2021-01-04  Jakub JelinekUpdate copyright years.
2020-10-12  Martin SeborCorrect handling of indices into arrays with elements...
2020-09-23  Martin SeborBuild a zero element array type that reliably renders...
2020-09-19  Martin SeborExtend -Warray-bounds to detect out-of-bounds accesses...
2020-07-27  Martin SeborDiagnose just-past-the-end references for minor array...
2020-06-01  Aldy HernandezMove array bounds checking into its own file.