Author :
Richard Henderson
Date :
2014-11-24 12:55:43
Hash :1b12593d Message :x86: Honor alignment of arguments
Darwin aligns long-double to 16, and thus all of the long double
tests were failing due to not honoring that. We ought to be able
to devise a test case for GCC using __attribute__((aligned)) that
would have failed too.