https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93797
--- Comment #3 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Jakub Jelinek <ja...@gcc.gnu.org>: https://gcc.gnu.org/g:da67227bfc407dd1412b3396ed962f30084f9401 commit r10-6690-gda67227bfc407dd1412b3396ed962f30084f9401 Author: Jakub Jelinek <ja...@redhat.com> Date: Tue Feb 18 09:54:17 2020 +0100 ipa: Various diagnostic fixes [PR93797] As the patch shows, various messages didn't match the field names they are talking about. 2020-02-18 Jakub Jelinek <ja...@redhat.com> PR ipa/93797 * cgraph.c (verify_speculative_call): Use speculative_id instead of speculative_uid in messages. Remove trailing whitespace from error message. Use num_speculative_call_targets instead of num_speculative_targets in a message. (cgraph_node::verify_node): Use call_stmt instead of cal_stmt in edge messages and stmt instead of cal_stmt in reference message.