]> gcc.gnu.org Git - gcc.git/commit
Fix early exit in modref_merge_call_site_flags
authorJan Hubicka <jh@suse.cz>
Sun, 19 Dec 2021 21:28:40 +0000 (22:28 +0100)
committerJan Hubicka <jh@suse.cz>
Sun, 19 Dec 2021 21:29:37 +0000 (22:29 +0100)
commitfcbf94a5be9e0c1ecad92da773a6632b86b7f70a
tree1775368cdffcfc72564f6eebef9312b8cd0c86ea
parent6bcb6ed5a44b6f271891246ef7ae568bfdc14e9c
Fix early exit in modref_merge_call_site_flags

When adding support for static chain and return slot flags I forgot to update
early exit condition in modref_merge_call_site_flags.  This yields to wrong
code as demonstrated by the Fortran testcase attached to PR (which I hope
someone will help me to turn into testuite one).

gcc/ChangeLog:

2021-12-19  Jan Hubicka  <hubicka@ucw.cz>

PR ipa/103766
* ipa-modref.c (modref_merge_call_site_flags): Fix early exit condition
gcc/ipa-modref.c
This page took 0.065614 seconds and 5 git commands to generate.