Revert of Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again...
authorishell <ishell@chromium.org>
Mon, 28 Sep 2015 16:40:52 +0000 (09:40 -0700)
committerCommit bot <commit-bot@chromium.org>
Mon, 28 Sep 2015 16:47:07 +0000 (16:47 +0000)
commit4d03c3aabad6517ff058124bb799ca6a4156e570
tree4dca17cce995083562ec19c3d2e4d85357d96173
parentb466dc14791844b7ae6d1e9ebd00a778965c206d
Revert of Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again. (patchset #3 id:80001 of https://codereview.chromium.org/1361763004/ )

Reason for revert:
This CL breaks cross-compiling to arm.

Original issue's description:
> Introduce a V8_NORETURN macro and use it to make GCC 4.9.2 happy again.
>
> Without that, it has a few false positives about out-of-bounds array accesses.
> Also makes the clang static-analyzer happy.
>
> Original code review from Sven Panne:
> https://codereview.chromium.org/790723002/
>
> Committed: https://crrev.com/0b48b2a8ebfc791a36f4ec1f299f46db76265a3a
> Cr-Commit-Position: refs/heads/master@{#30977}

TBR=jochen@chromium.org,bmeurer@chromium.org,jkummerow@chromium.org,karl@skomski.com
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true

Review URL: https://codereview.chromium.org/1370203002

Cr-Commit-Position: refs/heads/master@{#30982}
include/v8config.h
src/base/logging.h
src/base/platform/platform.h
src/heap/spaces-inl.h