https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107884
--- Comment #9 from SASANO Takayoshi ---
(In reply to Michael N. Moran from comment #8)
> I created a corresponding cp-demangle.s file and attached it
> https://gcc.gnu.org/bugzilla/attachment.cgi?id=54530
Please read this thread carefully, cur
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107884
--- Comment #6 from SASANO Takayoshi ---
Created attachment 53980
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=53980&action=edit
rewrite int options -> int32_t options
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107884
--- Comment #2 from SASANO Takayoshi ---
Hello, can you tell me more details to do?
I think "some better way" seems to be one of them as follows.
1) change "#if __INT_WIDTH__ > 16 ~ #else ~ #endif" to
"#if defined(__INT_WIDTH__) && (__INT_WI
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107885
Bug ID: 107885
Summary: H8/300: libsupc++/hash_bytes.cc fix
shift-count-overflow warning
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107884
Bug ID: 107884
Summary: H8/300: cp-demangle.c fix warning related demangle.h
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Comp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107883
Bug ID: 107883
Summary: c++17/memory_resource.cc build error for H8/300 target
Product: gcc
Version: 12.2.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Co