https://gcc.gnu.org/bugzilla/show_bug.cgi?id=112699
Bug ID: 112699
Summary: Should limits.h in freestanding environment be
self-contained?
Product: gcc
Version: 14.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
Assignee: unassigned at gcc dot gnu.org
Reporter: xry111 at gcc dot gnu.org
Target Milestone: ---
Currently limits.h always includes the libc limits.h if it's available at build
time. Should it be self-contained instead like stdint.h with -ffreestanding?
