public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug tree-optimization/107502] New: GCC fails to detect foo(first_const,last)-first_const+first pattern
@ 2022-11-01 19:34 unlvsur at live dot com
  2022-11-01 19:43 ` [Bug tree-optimization/107502] " pinskia at gcc dot gnu.org
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: unlvsur at live dot com @ 2022-11-01 19:34 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 107502
           Summary: GCC fails to detect
                    foo(first_const,last)-first_const+first pattern
           Product: gcc
           Version: 13.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: tree-optimization
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

GCC fails to detect foo(first_const,last)-first_const+first pattern.

This is to use C++ std::contiguous_iterator interfaces with char const*
foo(char const* first, char const* last) noexcept; like APIs. However, GCC
fails to detect they are the same in IR and make them tail calls.

See godbolt:

https://godbolt.org/z/67PvYPar8

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-11-01 22:56 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 19:34 [Bug tree-optimization/107502] New: GCC fails to detect foo(first_const,last)-first_const+first pattern unlvsur at live dot com
2022-11-01 19:43 ` [Bug tree-optimization/107502] " pinskia at gcc dot gnu.org
2022-11-01 19:46 ` pinskia at gcc dot gnu.org
2022-11-01 19:51 ` pinskia at gcc dot gnu.org
2022-11-01 22:50 ` unlvsur at live dot com
2022-11-01 22:56 ` pinskia at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).