Your message dated Wed, 2 Sep 2026 12:03:16 +0200
with message-id <[email protected]>
and subject line fixed in 15.3.0-2
has caused the Debian Bug report #1144437,
regarding gcc-15: Please add one more file to sh-bootstrap-compare.diff on sh4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1144437: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1144437
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gcc-15
Version: 15.3.0-2
Severity: normal
X-Debbugs-Cc: [email protected]
User: [email protected]
Usertags: sh4

Hi,

in order for gcc-15 to pass the stage2/3 comparision on sh4, the file
gcc/ira-emit.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
# DP: ignore gm2version.o stage diff on some archtectures (m68k, riscv64)

--- a/src/configure.ac
+++ b/src/configure.ac
@@ -4223,6 +4223,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/ira-emit\$(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" ;;

--- End Message ---
--- Begin Message ---
Version: 15.3.0-2

seems to be fixed

--- End Message ---

Reply via email to