build: remove workarounds for gcc <= 4.4
authorBen Noordhuis <info@bnoordhuis.nl>
Thu, 16 Oct 2014 17:35:16 +0000 (19:35 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Thu, 16 Oct 2014 20:39:40 +0000 (22:39 +0200)
commit3a786d3d88f3bfda65b8c8e02d05c8781b341b13
tree47137c7fc43d09f8c9e1f83c20c464a9c74e7eb7
parentff7c68c4da47bf209a7b92d3c3b40da48a6b9630
build: remove workarounds for gcc <= 4.4

Now that V8 requires a compiler with decent C++11 support, there is no
reason to keep supporting old versions of gcc.  Remove workarounds for
bugs in gcc 4.4 and older.

This coincidentally makes it easier to build with clang 3.3 + address
sanitizer because clang no longer chokes on the `-fno-tree-vrp` switch.

PR-URL: https://github.com/node-forward/node/pull/24
Reviewed-By: Fedor Indutny <fedor@indutny.com>
common.gypi