Fix: alignment of compound types containing array field
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Jan 2013 01:08:10 +0000 (20:08 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 17 Jan 2013 01:08:10 +0000 (20:08 -0500)
commit470f467fa6f2a0145850c3fd6369c9cb0875fc9e
treeed22fc3e8af62d49e56ea2370960f22d2c860e13
parent6d204f6dd959ca2a0d8857334389f1bb1f8a413f
Fix: alignment of compound types containing array field

The "alignment" field of the array declaration is used by compound types
containing an array field to calculate the alignment needed for the
compound types.

Reported-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
types/array.c
This page took 0.023944 seconds and 4 git commands to generate.