Workaround for GCC internal compiler error.
authorJarkko Pöyry <jpoyry@google.com>
Wed, 29 Oct 2014 22:36:04 +0000 (15:36 -0700)
committerJarkko Pöyry <jpoyry@google.com>
Wed, 29 Oct 2014 22:59:05 +0000 (15:59 -0700)
commit7665e4ff5452f9fc261434f98484728a233ef452
treed9061059bf40e84c366d1b936a47ff355d86c222
parentf66298afea59aaebe3b4ac601caf0dbfcefb4f7c
Workaround for GCC internal compiler error.

GCC 4.8.0 generates internal compiler error (assign_by_spills) in
RandomArrayGenerator::createQuads() when compiled with -march=prescott.
As a workaround for the error, disable inlining of
alignmentSafeAssignment() when compiling for x86 using the affected GCC
version.

Bug: 18171557
Bug: 18174291

Change-Id: I3c7120ab304941d943515f0e2713513779253380
modules/glshared/glsVertexArrayTests.cpp