Bug#1130857: gcc-16: Please add one more file to sh-bootstrap-compare.diff on sh4
John Paul Adrian Glaubitz <[email protected]> Sun, 15 Mar 2026 14:09:29 +0100
| Newsgroups | gmane.linux.debian.ports.superh |
|---|---|
| Message-ID | <177358016944.304353.9218768906493963917.reportbug__35033.3208729111$1773580286$gmane$org@login1.physik.fu-berlin.de> |
This is a multi-part MIME message sent by reportbug. --===============5634696610226666741== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline Source: gcc-16 Version: 16-20260315-1 Severity: normal Tags: patch X-Debbugs-Cc: [email protected] User: [email protected] Usertags: sh4 Hi, in order for gcc-16 to pass the stage2/3 comparision on sh4, the file gcc/ipa-cp.o needs to be added to the ignore list. I have updated the patch sh-bootstrap-compare.diff for that reason, please consider updating it with one of the next uploads. Thanks, Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer `. `' Physicist `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 --===============5634696610226666741== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="sh-bootstrap-compare.diff" # DP: ignore gm2version.o stage diff on some archtectures (m68k, riscv64) --- a/src/configure.ac +++ b/src/configure.ac @@ -4413,6 +4413,9 @@ compare_exclusions="$compare_exclusions compare_exclusions="$compare_exclusions | gcc/m2/gm2-compiler-boot/SYSTEM*" compare_exclusions="$compare_exclusions | gcc/m2/gm2version*" compare_exclusions="$compare_exclusions | gcc/cobol/parse\$(objext)" +compare_exclusions="$compare_exclusions | sh4-linux-gnu/libstdc++-v3/src/c++98/math_stubs_long_double\$(objext)" +compare_exclusions="$compare_exclusions | sh4-linux-gnu/libstdc++-v3/src/.libs/compatibility\$(objext)" +compare_exclusions="$compare_exclusions | gcc/ipa-cp\$(objext)" case "$target" in hppa*64*-*-hpux*) ;; mipsel-*linux-gnu) compare_exclusions="$compare_exclusions | gcc/rust/rust-macro-builtins.o | gcc/rust/rust-session-manager.o | gcc/rust/rust-cfg-parser.o | gcc/rust/rust-lex.o" ;; --===============5634696610226666741==--