aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimple-ssa-warn-access.cc
AgeCommit message (Expand)AuthorFilesLines
2021-08-31Avoid valid Coverity warning for comparing array to zero.Martin Sebor1-1/+1
2021-08-24Reset PHI base0 flag if it's clear in any argument [PR101977, ...]Martin Sebor1-1/+19
2021-08-19Release resources acquired by enable_ranger() [PR101984].Martin Sebor1-0/+4
2021-08-17Move more warning code to gimple-ssa-warn-access etc.Martin Sebor1-20/+663
2021-08-14Diagnose mismatches between array and scalar new and delete [PR101791].Martin Sebor1-2/+7
2021-08-06Move more code to new gimple-ssa-warn-access pass.Martin Sebor1-84/+1001
2021-07-28Add new gimple-ssa-warn-access pass.Martin Sebor1-0/+1765