[PATCH] c++: Fix warmth propagation for member function templates

2023-12-12 Thread Jason Xu
Support was recently added for class-level warmth attributes that are propagated to member functions. The current implementation ignores member function templates and this patch fixes that. gcc/cp/ChangeLog: * class.cc (propagate_class_warmth_attribute): fix warmth propagation f

[PATCH] gcc: Make aarch64-mingw32 target install wrap stdint.h

2025-08-03 Thread Jason Xu
Wrapped stdint.h for AArch64 MinGW32 is useful for bare-matal PE target e.g. UEFI, as those platform does not provide a system stdint.h, this would align with x86_64 mingw32 target which provides a wrapped stdint.h I have tested this by compiling a AArch64 UEFI Application using gcc's stdint.h, w