v8/test
michael_dawson 8685219066 PPC: Changes to allow AIX to compile with gcc 4.8.3
We were able to remove most of our changes needed to compile
on AIX with an earlier compiler level.  These changes are the
remaining ones.

The changes in heap/heap.cc are needed because otherwise the
compiler complains that result is potentially used before
it is initialized.

The changes in heap/mark-compact.cc are required because
AIX supports the full 64 bit address range so the check
being guarded is invalid.

The changes in build/toolchain.gypi and
test/cctest/cctest/gyp are aix only and are adjust the
compile/link options to allow the AIX build to succeed.

	modified:   build/toolchain.gypi
	modified:   src/heap/heap.cc
	modified:   src/heap/mark-compact.cc
	modified:   test/cctest/cctest.gyp

R=danno@chromium.org, svenpanne@chromium.org

BUG=

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

Cr-Commit-Position: refs/heads/master@{#27255}
2015-03-18 08:43:28 +00:00
..
benchmarks Enable test coverage for --turbo-deoptimization mode. 2015-01-16 12:53:30 +00:00
cctest PPC: Changes to allow AIX to compile with gcc 4.8.3 2015-03-18 08:43:28 +00:00
intl Allow identifier code points from supplementary multilingual planes. 2014-10-10 07:13:46 +00:00
js-perf-test Fix lazy parsing for functions that use super. 2015-02-13 18:35:09 +00:00
message Beautify syntax error for unterminated argument list 2015-03-16 09:16:26 +00:00
mjsunit [turbofan] Fix bug in OSR deconstruction. 2015-03-17 17:55:29 +00:00
mozilla [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
preparser Remove --harmony-scoping flag. 2015-03-13 15:15:57 +00:00
promises-aplus Enable access check tests that no longer fail with TF. 2014-08-14 13:24:57 +00:00
test262 [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
test262-es6 [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00
unittests [turbofan] Improve ChangeLowering. 2015-03-18 07:27:44 +00:00
webkit [es6] Function length property should be configurable 2015-03-13 17:19:53 +00:00