public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/114891] New: Unconditional use of std::is_pointer_interconvertible_base_of_v in <generator> makes the header unusable with Clang 18
@ 2024-04-30  2:38 de34 at live dot cn
  2024-04-30  4:18 ` [Bug libstdc++/114891] " pinskia at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: de34 at live dot cn @ 2024-04-30  2:38 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 114891
           Summary: Unconditional use of
                    std::is_pointer_interconvertible_base_of_v in
                    <generator> makes the header unusable with Clang 18
           Product: gcc
           Version: 15.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: de34 at live dot cn
  Target Milestone: ---

Clang only supports the intrinsic for is_pointer_interconvertible_base_of_v
since 19 (https://github.com/llvm/llvm-project/pull/88473).
It seems that the uses of is_pointer_interconvertible_base_of_v is not strictly
needed. Perhaps we should guard the uses with
__cpp_lib_is_pointer_interconvertible to support old versions of Clang.

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

end of thread, other threads:[~2024-05-14  9:55 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-30  2:38 [Bug libstdc++/114891] New: Unconditional use of std::is_pointer_interconvertible_base_of_v in <generator> makes the header unusable with Clang 18 de34 at live dot cn
2024-04-30  4:18 ` [Bug libstdc++/114891] " pinskia at gcc dot gnu.org
2024-04-30  7:27 ` redi at gcc dot gnu.org
2024-05-01 16:27 ` cvs-commit at gcc dot gnu.org
2024-05-01 16:28 ` redi at gcc dot gnu.org
2024-05-14  9:50 ` cvs-commit at gcc dot gnu.org
2024-05-14  9:55 ` redi 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).