[Bug other/93641] Wrong strncmp and strncasecmp size arguments
cvs-commit at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 10 14:06:00 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93641
--- Comment #4 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Jakub Jelinek <jakub@gcc.gnu.org>:
https://gcc.gnu.org/g:13686ecef23bcfe9443a0755c73a19d677b786bd
commit r10-6545-g13686ecef23bcfe9443a0755c73a19d677b786bd
Author: Jakub Jelinek <jakub@redhat.com>
Date: Mon Feb 10 15:04:55 2020 +0100
c++: Fux strncmp last argument in dump_decl_name [PR93641]
I'm not aware of symbols starting with _ZG that don't start with _ZGR
prefix, but perhaps in the future there might be some.
2020-02-10 Jakub Jelinek <jakub@redhat.com>
PR other/93641
* error.c (dump_decl_name): Fix up last argument to strncmp.
More information about the Gcc-bugs
mailing list