DescriptionReland: 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/
CQ_INCLUDE_TRYBOTS=tryserver.v8:v8_linux_arm_dbg,v8_linux_arm64_dbg,v8_mac64_dbg,v8_win_compile_dbg
Committed: https://crrev.com/93ae81101af68d81b7af84ea4046ea849e605116
Cr-Commit-Position: refs/heads/master@{#31163}
Patch Set 1 #Patch Set 2 : remove test that relies on undefined behaviour (signed overflow) #Patch Set 3 : avoid gcc 4.8 compiler bug on arm by switching checks around #
Messages
Total messages: 15 (5 generated)
|