diff -pruN 25.31.34666.3-1/debian/changelog 25.31.34666.3-1ubuntu1/debian/changelog
--- 25.31.34666.3-1/debian/changelog	2025-08-28 08:48:53.000000000 +0000
+++ 25.31.34666.3-1ubuntu1/debian/changelog	2025-09-02 12:34:59.000000000 +0000
@@ -1,3 +1,9 @@
+intel-compute-runtime (25.31.34666.3-1ubuntu1) questing; urgency=medium
+
+  * Build with gcc-14.
+
+ -- Timo Aaltonen <tjaalton@debian.org>  Tue, 02 Sep 2025 15:34:59 +0300
+
 intel-compute-runtime (25.31.34666.3-1) unstable; urgency=medium
 
   [ Timo Aaltonen ]
diff -pruN 25.31.34666.3-1/debian/control 25.31.34666.3-1ubuntu1/debian/control
--- 25.31.34666.3-1/debian/control	2025-08-28 05:12:23.000000000 +0000
+++ 25.31.34666.3-1ubuntu1/debian/control	2025-09-02 11:59:03.000000000 +0000
@@ -14,6 +14,8 @@ Build-Depends:
  libva-dev,
  libze-dev (>= 1.24.1),
  pkgconf,
+ g++-14,
+ gcc-14,
 Rules-Requires-Root: no
 Standards-Version: 4.6.1
 Homepage: https://github.com/intel/compute-runtime
diff -pruN 25.31.34666.3-1/debian/rules 25.31.34666.3-1ubuntu1/debian/rules
--- 25.31.34666.3-1/debian/rules	2025-08-28 05:49:27.000000000 +0000
+++ 25.31.34666.3-1ubuntu1/debian/rules	2025-09-02 11:59:16.000000000 +0000
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS	 = hardening=+all
+export CC=gcc-14
+export CXX=g++-14
 
 %:
 	dh $@ --builddir build/
