This file is indexed.

/usr/lib/gcc-cross/powerpc-linux-gnu/6/plugin/include/d/d-tree.def is in gcc-6-plugin-dev-powerpc-linux-gnu 6.4.0-17ubuntu1cross1.

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
25
26
27
28
29
30
31
32
33
34
/* GDC -- D front-end for GCC
   Copyright (C) 2011-2013 Free Software Foundation, Inc.

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with GCC; see the file COPYING3.  If not see
   <http://www.gnu.org/licenses/>.
*/

/* Used to represent a D inline assembly statement, an intermediate
   representation of an ASM_EXPR.  Reserved for future use and
   implementation yet to be defined.  */
DEFTREECODE (IASM_EXPR, "iasm_expr", tcc_statement, 5)

/* Logical shift done on an unsigned type.  If the first operand is
   signed, it will be converted to the unsigned equivalent.  The second
   operand is the number of bits to shift by; it need not be the same
   type as the first operand and result.  */
DEFTREECODE (UNSIGNED_RSHIFT_EXPR, "unsigned_rshift_expr", tcc_binary, 2)

/* Floating point modulus that expands to a call to fmod.  */
DEFTREECODE (FLOAT_MOD_EXPR, "float_mod_expr", tcc_binary, 2)

/* Used to represent information associated with a function closure.  */
DEFTREECODE (FUNCFRAME_INFO, "funcframe_info", tcc_exceptional, 0)