public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libstdc++/111353] New: bits/new_allocator.h: No such file or directory in freestanding C++ toolchain
@ 2023-09-09  2:08 unlvsur at live dot com
  2023-09-09 12:26 ` [Bug libstdc++/111353] " redi at gcc dot gnu.org
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: unlvsur at live dot com @ 2023-09-09  2:08 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 111353
           Summary: bits/new_allocator.h: No such file or directory in
                    freestanding C++ toolchain
           Product: gcc
           Version: 14.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: libstdc++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: unlvsur at live dot com
  Target Milestone: ---

D:/toolchains/gnu/x86_64-w64-mingw32/x86_64-elf/x86_64-elf/include/c++/14.0.0/x86_64-elf/bits/c++allocator.h:33:10:
fatal error: bits/new_allocator.h: No such file or directory
   33 | #include <bits/new_allocator.h>
      |          ^~~~~~~~~~~~~~~~~~~~~~


As I reported to wg21 before, there is no way to allocate memory in constexpr
context for freestanding. clang provides __builtin_operator_new and
__builtin_operator_delete. Maybe gcc needs that too?

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

end of thread, other threads:[~2023-09-09 20:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-09  2:08 [Bug libstdc++/111353] New: bits/new_allocator.h: No such file or directory in freestanding C++ toolchain unlvsur at live dot com
2023-09-09 12:26 ` [Bug libstdc++/111353] " redi at gcc dot gnu.org
2023-09-09 13:08 ` redi at gcc dot gnu.org
2023-09-09 13:26 ` unlvsur at live dot com
2023-09-09 13:35 ` redi at gcc dot gnu.org
2023-09-09 19:19 ` unlvsur at live dot com
2023-09-09 19:59 ` redi at gcc dot gnu.org
2023-09-09 20:03 ` 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).