This file is indexed.

/usr/src/gcc-5/debian/patches/gcc-linaro-revert-r234680.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
19
20
21
22
23
24
Index: gcc/haifa-sched.c
===================================================================
--- a/src/gcc/haifa-sched.c	(revision 234680)
+++ b/src/gcc/haifa-sched.c	(revision 234677)
@@ -5691,10 +5691,7 @@
 {
   int r = 0;
 
-  /* Exit early if the param forbids this or if we're not entering here through
-     normal haifa scheduling.  This can happen if selective scheduling is
-     explicitly enabled.  */
-  if (!insn_queue || PARAM_VALUE (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH) <= 0)
+  if (PARAM_VALUE (PARAM_SCHED_AUTOPREF_QUEUE_DEPTH) <= 0)
     return 0;
 
   if (sched_verbose >= 2 && ready_index == 0)
@@ -7372,7 +7369,6 @@
   sched_deps_finish ();
   sched_finish_luids ();
   current_sched_info = NULL;
-  insn_queue = NULL;
   sched_finish ();
 }