/usr/src/gcc-8/debian/patches/svn-updates.diff is in gcc-8-source 8-20180414-1ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 | # DP: updates from the 8 branch upto 2018xxyy (r253114).
last_update()
{
cat > ${dir}LAST_UPDATED <EOF
Sat Sep 23 11:21:54 CEST 2017
Sat Sep 23 09:21:54 UTC 2017 (revision 253114)
EOF
}
LANG=C svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_7_2_0_release svn://gcc.gnu.org/svn/gcc/branches/gcc-7-branch \
| sed -r 's,^--- (\S+)\t(\S+)(.*)$,--- a/src/\1\t\2,;s,^\+\+\+ (\S+)\t(\S+)(.*)$,+++ b/src/\1\t\2,' \
| awk '/^Index:.*\.(class|texi)/ {skip=1; next} /^Index:/ { skip=0 } skip==0'
|