Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Revert "v8: fix "pure virtual method called" runtime error"
Browse files Browse the repository at this point in the history
It makes mksnapshot die with a segmentation fault on sunos with gcc 4.5.2.

This reverts commit c21c51a.
  • Loading branch information
bnoordhuis committed May 2, 2012
1 parent 8802196 commit 6b426a2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions deps/v8/build/common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,6 @@
}],
[ 'v8_no_strict_aliasing==1', {
'cflags': [ '-fno-strict-aliasing' ],
}, {
# gcc 4.4.6 has a regression in non-strict aliasing mode that
# makes a lookup in CodeStub::FindCodeInCache() abort with a
# "pure virtual method called" runtime error.
#
# This bites node.js because it sets -fno-strict-aliasing in its
# cflags, which then leak into our cflags.
'cflags!': [ '-fno-strict-aliasing' ],
}],
], # conditions
}],
Expand Down

0 comments on commit 6b426a2

Please sign in to comment.