On Wed, Dec 03, 2003 at 02:55:48PM +0100, Takashi Iwai wrote:
as far as i understand, there is no strict definition
of behavior
about type punning. with GCC, you can use a union as a workaround (as
found in info), but it's not sure to work with other compilers...
I though unions were guaranteed to work as long as the punned types are of
the same size?
- Steve