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

            Bug ID: 116097
           Summary: strlcpy, strlcat --> memcpy optimization passes
           Product: gcc
           Version: unknown
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
          Assignee: unassigned at gcc dot gnu.org
          Reporter: crrodriguez at opensuse dot org
  Target Milestone: ---

POSIX Issue 8 includes strlcpy and strlcat functions, They are not particulary
nice or efficient so it will be cool if GCC could transform to mem*cpy cases
where the various "sizes" are known at compile time.
  • [Bug c/116097] New: strlcpy, ... crrodriguez at opensuse dot org via Gcc-bugs

Reply via email to