[Bug demangler/107884] H8/300: cp-demangle.c fix warning related demangle.h

2023-02-26 Thread uaa at mx5 dot nisiq.net via Gcc-bugs
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

[Bug demangler/107884] H8/300: cp-demangle.c fix warning related demangle.h

2022-11-29 Thread uaa at mx5 dot nisiq.net via Gcc-bugs
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

[Bug demangler/107884] H8/300: cp-demangle.c fix warning related demangle.h

2022-11-27 Thread uaa at mx5 dot nisiq.net via Gcc-bugs
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

[Bug libstdc++/107885] New: H8/300: libsupc++/hash_bytes.cc fix shift-count-overflow warning

2022-11-26 Thread uaa at mx5 dot nisiq.net via Gcc-bugs
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

[Bug libstdc++/107884] New: H8/300: cp-demangle.c fix warning related demangle.h

2022-11-26 Thread uaa at mx5 dot nisiq.net via Gcc-bugs
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

[Bug libstdc++/107883] New: c++17/memory_resource.cc build error for H8/300 target

2022-11-26 Thread uaa at mx5 dot nisiq.net via Gcc-bugs
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