<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - latest xf86-video-intel (from git) fails to compile: inlining failed in call to always_inline 'compute_linear'"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90840">90840</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>latest xf86-video-intel (from git) fails to compile: inlining failed in call to always_inline 'compute_linear'
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>xorg
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>git
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86 (IA32)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Driver/intel
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>chris@chris-wilson.co.uk
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>frantisek.fencl@gmail.com
          </td>
        </tr>

        <tr>
          <th>QA Contact</th>
          <td>intel-gfx-bugs@lists.freedesktop.org
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=116280" name="attach_116280" title="log from ./configure and make">attachment 116280</a> <a href="attachment.cgi?id=116280&action=edit" title="log from ./configure and make">[details]</a></span>
log from ./configure and make

GCC: 5.1.0
kernel 4.0.4
make[4]: Entering directory `/usr/src/xorg/driver/xf86-video-intel/src/sna'
  CC     blt.lo
  CC     kgem.lo
  CC     sna_accel.lo
sna_accel.c: In function 'sna_poly_zero_line_blt':
sna_accel.c:9217:11: warning: variable 'intersects' set but not used
[-Wunused-but-set-variable]
      bool intersects;
           ^
sna_accel.c:9117:7: warning: variable 'degenerate' set but not used
[-Wunused-but-set-variable]
  bool degenerate = true;
       ^
  CC     sna_acpi.lo
  CC     sna_blt.lo
  CC     sna_composite.lo
  CC     sna_cpu.lo
  CC     sna_damage.lo
  CC     sna_display.lo
  CC     sna_display_fake.lo
  CC     sna_driver.lo
  CC     sna_glyphs.lo
  CC     sna_gradient.lo
  CC     sna_io.lo
  CC     sna_render.lo
  CC     sna_stream.lo
  CC     sna_trapezoids.lo
  CC     sna_trapezoids_boxes.lo
  CC     sna_trapezoids_imprecise.lo
  CC     sna_trapezoids_mono.lo
  CC     sna_trapezoids_precise.lo
  CC     sna_tiling.lo
  CC     sna_transform.lo
  CC     sna_threads.lo
  CC     sna_vertex.lo
  CC     sna_video.lo
  CC     sna_video_overlay.lo
  CC     sna_video_sprite.lo
  CC     sna_video_textured.lo
  CC     gen2_render.lo
  CC     gen3_render.lo
  CC     gen4_common.lo
  CC     gen4_render.lo
  CC     gen4_source.lo
  CC     gen4_vertex.lo
gen4_vertex.c: In function 'emit_primitive_linear__avx2':
gen4_vertex.c:312:1: error: inlining failed in call to always_inline
'compute_linear': optimization level attribute mismatch
 compute_linear(const struct sna_composite_channel *channel,
 ^
gen4_vertex.c:1523:9: error: called from here
  v[5] = compute_linear(&op->src, r->src.x, r->src.y);
         ^
gen4_vertex.c:312:1: error: inlining failed in call to always_inline
'compute_linear': optimization level attribute mismatch
 compute_linear(const struct sna_composite_channel *channel,
 ^
gen4_vertex.c:1522:9: error: called from here
  v[3] = compute_linear(&op->src, r->src.x, r->src.y+r->height);
         ^
gen4_vertex.c:312:1: error: inlining failed in call to always_inline
'compute_linear': optimization level attribute mismatch
 compute_linear(const struct sna_composite_channel *channel,
 ^
gen4_vertex.c:1521:9: error: called from here
  v[1] = compute_linear(&op->src, r->src.x+r->width, r->src.y+r->height);
         ^
make[4]: *** [gen4_vertex.lo] Error 1</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>