<html>
    <head>
      <base href="https://bugs.llvm.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/lib/AST/ExprConstant.cpp:5032: bool (anonymous namespace)::ExprEvaluatorBase<(anonymous namespace)::PointerExprEvaluator>::VisitMemberExpr(const clang::MemberExpr *) [Derived = (anonymous namespace)::PointerExprEvaluator]: Assertion `!E->isArrow() &"
   href="https://bugs.llvm.org/show_bug.cgi?id=41286">41286</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>clang/lib/AST/ExprConstant.cpp:5032: bool (anonymous namespace)::ExprEvaluatorBase<(anonymous namespace)::PointerExprEvaluator>::VisitMemberExpr(const clang::MemberExpr *) [Derived = (anonymous namespace)::PointerExprEvaluator]: Assertion `!E->isArrow() &
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Frontend
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>phosek@chromium.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org, neeilans@live.com, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=21693" name="attach_21693" title="Preprocessed source(s) and associated run script(s)">attachment 21693</a> <a href="attachment.cgi?id=21693&action=edit" title="Preprocessed source(s) and associated run script(s)">[details]</a></span>
Preprocessed source(s) and associated run script(s)

This appears to have been introduced by r356397
(<a href="https://reviews.llvm.org/D58797">https://reviews.llvm.org/D58797</a>)

FAILED:
obj/third_party/gperftools/src/profiler_lib.emergency_malloc_for_stacktrace.o
/b/s/w/ir/k/recipe_cleanup/clangwCxDxm/bin/clang++ -MD -MF
obj/third_party/gperftools/src/profiler_lib.emergency_malloc_for_stacktrace.o.d
-DTOOLCHAIN_VERSION=VfjCTv_h1ybUn0AKylad4JS2lHuJzoax08cIodi2gBUC
-D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS
-D_LIBCPP_ENABLE_THREAD_SAFETY_ANNOTATIONS -DZX_DEBUGLEVEL=2 -I../.. -Igen
-I../../garnet/lib/profiler/fuchsia -I../../third_party/gperftools/src
-I../../garnet/lib/profiler/include -Ifidling/gen
-I../../zircon/system/ulib/fidl/include -I../../sdk -Igen/sdk
-I../../zircon/system/ulib/fit/include
-I../../zircon/system/ulib/fidl-async/include
-I../../zircon/system/ulib/async/include
-I../../zircon/system/ulib/fidl/include -I../../zircon/system/ulib/zx/include
-I../../zircon/system/ulib/zx/include/lib
-I../../zircon/system/ulib/async/include
-I../../zircon/system/ulib/async/include
-I../../zircon/system/ulib/async/include -I../../garnet/public
-I../../peridot/public -I../../topaz/public -Igen/garnet/public
-Igen/peridot/public -Igen/topaz/public -I../../garnet/public
-I../../peridot/public -I../../topaz/public -Ix64-shared/gen/garnet/public
-Ix64-shared/gen/peridot/public -Ix64-shared/gen/topaz/public
-I../../zircon/system/ulib/fbl/include -I../../zircon/system/ulib/fs/include
-I../../zircon/system/ulib/async/include
-I../../zircon/system/ulib/cobalt-client/include
-I../../zircon/system/ulib/fdio/include -I../../zircon/system/ulib/fdio/include
-I../../zircon/system/ulib/fzl/include
-I../../zircon/system/ulib/fidl-utils/include
-I../../zircon/system/ulib/sync/include
-I../../zircon/system/ulib/zircon-internal/include
-I../../zircon/system/ulib/trace/include
-I../../zircon/system/ulib/trace-engine/include
-I../../zircon/system/ulib/trace-engine/include
-I../../zircon/system/ulib/syslog/include
-I../../zircon/system/ulib/syslog/include
-I../../zircon/system/ulib/async-loop/include
-I../../zircon/system/ulib/async-loop/include -fcolor-diagnostics
--sysroot=/b/s/w/ir/k/out/x64/zircon_toolchain/obj/zircon/public/sysroot/sysroot
--target=x86_64-fuchsia -march=x86-64 -mcx16
-fdebug-prefix-map=/b/s/w/ir/k=../.. -no-canonical-prefixes
-fno-omit-frame-pointer -g3 -Wall -Wextra -Wno-unused-parameter
-Wno-unused-lambda-capture -Wno-user-defined-warnings -fvisibility=hidden -O0
-Werror -Wno-error=deprecated-declarations -fvisibility-inlines-hidden
-std=c++17 -fno-exceptions -fno-rtti -Wthread-safety -c
../../third_party/gperftools/src/emergency_malloc_for_stacktrace.cc -o
obj/third_party/gperftools/src/profiler_lib.emergency_malloc_for_stacktrace.o
clang++: /b/s/w/ir/k/llvm-project/clang/lib/AST/ExprConstant.cpp:5032: bool
(anonymous namespace)::ExprEvaluatorBase<(anonymous
namespace)::PointerExprEvaluator>::VisitMemberExpr(const clang::MemberExpr *)
[Derived = (anonymous namespace)::PointerExprEvaluator]: Assertion
`!E->isArrow() && "missing call to bound member function?"' failed.
clang++: error: unable to execute command: Aborted
clang++: error: clang frontend command failed due to signal (use -v to see
invocation)</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>