Bug 107133 - _GLIBCXX_USE_C99_STDINT_TR1 macro is not defined for --disable-hosted-libstdcxx without libc
Summary: _GLIBCXX_USE_C99_STDINT_TR1 macro is not defined for --disable-hosted-libstdc...
Status: RESOLVED DUPLICATE of bug 104605
Alias: None
Product: gcc
Classification: Unclassified
Component: libstdc++ (show other bugs)
Version: 13.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-03 17:10 UTC by cqwrteur
Modified: 2022-10-03 17:16 UTC (History)
1 user (show)

See Also:
Host: x86_64-linux-gnu
Target: x86_64-elf
Build: x86_64-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description cqwrteur 2022-10-03 17:10:32 UTC
The bug is still there.

../../include/fast_io_core_impl/iso/iso8601.h:297:23: error: 'uint_least32_t' in namespace 'std' does not name a type
      |                       ^~~~~~~~~~~~~~
Comment 1 cqwrteur 2022-10-03 17:11:16 UTC
cstdint does not do anything since the macro is not defined
Comment 2 Jonathan Wakely 2022-10-03 17:16:05 UTC
Didn't you already report this?

*** This bug has been marked as a duplicate of bug 104605 ***