Force a large alignment of a variant structure.
commit253192e69ac11f75d97e425ec337b66f4d3c6115
authorSamuel Tardieu <sam@rfc1149.net>
Mon, 24 Nov 2008 14:27:49 +0000 (24 15:27 +0100)
committerAkim Demaille <demaille@gostai.com>
Wed, 28 Jan 2009 14:46:05 +0000 (28 15:46 +0100)
treece7bb7c7be52fc4adf263f3301845852e592ccf6
parent0ea583d25021695cff47b77b7d02df1f0d065301
Force a large alignment of a variant structure.

This is a temporary band-aid until Bison gets proper alignment handling.
We need it on ARM.

* data/lalr1.cc (variant): Declare the buffer as a union to force
the same alignment as "long double".
data/lalr1.cc