diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-08-12 00:17:02 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2022-08-12 00:17:02 +0000 |
commit | 5cd525f05cebef6c1f4d785c804f732608a67443 (patch) | |
tree | 882050f0184651bbdbd73a8a93744da83d981620 /gcc/analyzer | |
parent | b2ee7d10302050aa9abd25f3feee69f24134012e (diff) | |
download | gcc-5cd525f05cebef6c1f4d785c804f732608a67443.zip gcc-5cd525f05cebef6c1f4d785c804f732608a67443.tar.gz gcc-5cd525f05cebef6c1f4d785c804f732608a67443.tar.bz2 |
Daily bump.
Diffstat (limited to 'gcc/analyzer')
-rw-r--r-- | gcc/analyzer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/analyzer/ChangeLog b/gcc/analyzer/ChangeLog index b16971b..f44c5eb 100644 --- a/gcc/analyzer/ChangeLog +++ b/gcc/analyzer/ChangeLog @@ -1,3 +1,10 @@ +2022-08-11 Immad Mir <mirimmad@outlook.com> + + PR analyzer/106551 + * sm-fd.cc (check_for_dup): handle the m_start + state when transitioning the state of LHS + of dup, dup2 and dup3 call. + 2022-08-09 David Malcolm <dmalcolm@redhat.com> PR analyzer/106573 |