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

            Bug ID: 90403
           Summary: __target_clones__ should directly call other
                    __target_clones__ functions, as appropiate
           Product: gcc
           Version: 8.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: other
          Assignee: unassigned at gcc dot gnu.org
          Reporter: slandden at gmail dot com
  Target Milestone: ---

If I define two functions that both use the target_clones attribute, and list
the same architectures, when they call each other they still call each other
through the resolver, and the symbol table. This is unnecessary. They should
instead call the version that matches the caller.

Reply via email to