[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:05:00 GMT 2020


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93641

--- Comment #3 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:36a798fd192ced25eefaeee345507fa1a0c0356e

commit r10-6544-g36a798fd192ced25eefaeee345507fa1a0c0356e
Author: Jakub Jelinek <jakub@redhat.com>
Date:   Mon Feb 10 15:02:39 2020 +0100

    i386: Fix strncmp last arguments in x86_64_elf_section_type_flags

    Clearly I can't count, so we would consider as SECTION_BSS even sections
    like .lbssfoo or .gnu.linkonce.lbbar, even when linker only considers as
    special .lbss or .lbss.baz or .gnu.linkonce.lb.qux.

    2020-02-10  Jakub Jelinek  <jakub@redhat.com>

        PR target/58218
        PR other/93641
        * config/i386/i386.c (x86_64_elf_section_type_flags): Fix up last
        arguments of strncmp.


More information about the Gcc-bugs mailing list