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 <ja...@gcc.gnu.org>:

https://gcc.gnu.org/g:36a798fd192ced25eefaeee345507fa1a0c0356e

commit r10-6544-g36a798fd192ced25eefaeee345507fa1a0c0356e
Author: Jakub Jelinek <ja...@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  <ja...@redhat.com>

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

Reply via email to