This file is indexed.

/usr/src/gcc-5/debian/patches/gcc-linaro-revert-r234324.diff is in gcc-5-source 5.3.1-14ubuntu2.

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
14
15
16
17
18
--- a/src/gcc/testsuite/gcc.target/arm/no-volatile-in-it.c
+++ b/src/gcc/testsuite/gcc.target/arm/no-volatile-in-it.c
@@ -1,6 +1,5 @@
 /* { dg-do compile } */
 /* { dg-require-effective-target arm_thumb2_ok } */
-/* { dg-skip-if "do not override -mcpu" { *-*-* } { "-march=*" "-mcpu=*" } { "-mcpu=cortex-m7" } } */
 /* { dg-options "-Os -mthumb -mcpu=cortex-m7" } */
 
 int
--- a/src/gcc/testsuite/ChangeLog
+++ b/src/gcc/testsuite/ChangeLog
-2016-03-18  Andre Vieira  <andre.simoesdiasvieira@arm.com>
-
-	Backport from mainline
-	2015-07-16  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
-
-	* gcc.target/arm/no-volatile-in-it.c: Skip if -mcpu is overriden.
-