<html>
    <head>
      <base href="https://bugs.webkit.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 - Clang 3.9 reports a compilation warning about ENABLE_EXCEPTION_SCOPE_VERIFICATION"
   href="https://bugs.webkit.org/show_bug.cgi?id=162718">162718</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Clang 3.9 reports a compilation warning about ENABLE_EXCEPTION_SCOPE_VERIFICATION
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Unspecified
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Unspecified
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Web Template Framework
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>Hironori.Fujii&#64;sony.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Clang 3.9 have introduced a new compilation warning.

  <a href="https://reviews.llvm.org/D15866">https://reviews.llvm.org/D15866</a>
  <a href="http://llvm.org/viewvc/llvm-project?view=revision&amp;revision=258128">http://llvm.org/viewvc/llvm-project?view=revision&amp;revision=258128</a>

<span class="quote">&gt; ../../Source/JavaScriptCore/runtime/VM.h:656:5: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
&gt; #if ENABLE(EXCEPTION_SCOPE_VERIFICATION)
&gt;     ^
&gt; ../../Source/WTF/wtf/Platform.h:56:63: note: expanded from macro 'ENABLE'
&gt; #define ENABLE(WTF_FEATURE) (defined ENABLE_##WTF_FEATURE  &amp;&amp; ENABLE_##WTF_FEATURE)
&gt;                                                               ^
&gt; &lt;scratch space&gt;:26:1: note: expanded from here
&gt; ENABLE_EXCEPTION_SCOPE_VERIFICATION
&gt; ^
&gt; ../../Source/WTF/wtf/Platform.h:899:47: note: expanded from macro 'ENABLE_EXCEPTION_SCOPE_VERIFICATION'
&gt; #define ENABLE_EXCEPTION_SCOPE_VERIFICATION (!defined(NDEBUG))
&gt;                                               ^
&gt; In file included from ../../Source/JavaScriptCore/llint/LLIntOffsetsExtractor.cpp:28:
&gt; In file included from ../../Source/JavaScriptCore/bytecode/ArrayProfile.h:29:
&gt; In file included from ../../Source/JavaScriptCore/runtime/JSArray.h:24:
&gt; In file included from ../../Source/JavaScriptCore/runtime/ButterflyInlines.h:28:
&gt; In file included from ../../Source/JavaScriptCore/runtime/ArrayStorage.h:33:
&gt; In file included from ../../Source/JavaScriptCore/runtime/Structure.h:28:
&gt; In file included from ../../Source/JavaScriptCore/runtime/ClassInfo.h:25:
&gt; In file included from ../../Source/JavaScriptCore/interpreter/CallFrame.h:29:</span ></pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>