/usr/src/gcc-5/debian/patches/svn-updates.diff is in gcc-5-source 5.5.0-12ubuntu1.
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 5 branch upto 2017xxxx (rxxxxxx).
last_update()
{
cat > ${dir}LAST_UPDATED <EOF
Tue Oct 3 21:28:39 CEST 2017
Tue Oct 3 19:28:39 UTC 2017 (revision 253386)
EOF
}
LANG=C svn diff svn://gcc.gnu.org/svn/gcc/tags/gcc_5_4_0_release svn://gcc.gnu.org/svn/gcc/branches/gcc-5-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'
|