aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-array-bounds.cc
AgeCommit message (Expand)Author
2023-03-09Fix PR 108980: note without warning due to array bounds checkAndrew Pinski
2023-01-13Replace flag_strict_flex_arrays with DECL_NOT_FLEXARRAY in middle-end.Qing Zhao
2023-01-02Update copyright years.Jakub Jelinek
2022-12-16Add a new warning option -Wstrict-flex-arrays.Qing Zhao
2022-12-06Update -Warray-bounds with -fstrict-flex-arrays.Qing Zhao
2022-11-30Make Warray-bounds alias to Warray-bounds= [PR107787]Iskander Shakirzyanov
2022-11-24Remove ASSERT_EXPR.Aldy Hernandez
2022-11-24Remove value_range_equiv.Aldy Hernandez
2022-11-09Change the name of array_at_struct_end_p to array_ref_flexible_size_pQing Zhao
2022-07-26tree-optimization/106189 - avoid division by zero exceptionRichard Biener
2022-05-20Use "final" and "override" directly, rather than via macrosDavid Malcolm
2022-02-03Enable pointer_query caching in -Warray-bounds.Martin Sebor
2022-01-03Update copyright years.Jakub Jelinek
2021-11-17Avoid pathological function redeclarations when checking access sizes [PR1027...Martin Sebor
2021-10-26Make full use of context-sensitive ranges in access warnings.Martin Sebor
2021-07-28Correct -Warray-bounds handling if function pointers [PR101601].Martin Sebor
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor
2021-07-26Pass gimple context to array_bounds_checker.Aldy Hernandez
2021-07-08Use Object Size Type zero for -Warray-bounds [PR101374].Martin Sebor
2021-07-07Correct handling of variable offset minus constant in -Warray-bounds [PR100137]Martin Sebor
2021-06-24middle-end: add support for per-location warning groups.Martin Sebor
2021-03-18PR middle-end/99502 - missing -Warray-bounds on partial out of boundsMartin Sebor
2021-03-08PR middle-end/98266 - bogus array subscript is partly outside array bounds on...Martin Sebor
2021-02-18array-bounds: Fix up ICE on overaligned variables [PR99109]Jakub Jelinek
2021-01-04Update copyright years.Jakub Jelinek
2020-10-12Correct handling of indices into arrays with elements larger than 1 (PR c++/9...Martin Sebor
2020-09-23Build a zero element array type that reliably renders as T[0] in diagnostcs.Martin Sebor
2020-09-19Extend -Warray-bounds to detect out-of-bounds accesses to array parameters.Martin Sebor
2020-07-27Diagnose just-past-the-end references for minor array bounds.Martin Sebor
2020-06-01Move array bounds checking into its own file.Aldy Hernandez