All,
These 2 simple applications will cause a bus error on SPARC Solaris 11. Note
the programs run fine with gcc and g++ 5.3.0.
Dave
/* c program causes bus error on solaris */
#include
int main()
{
long double x = 1.2;
printf("x: %Lg", x);
}
// c++ program causes bus error
#incl
Scanning dependencies of target check-all
[100%] Running all regression tests
lit.py: lit.cfg:195: note: using clang: '/home/dave/llvm_build/./bin/clang'
FAIL: Clang :: CodeGen/constructor-attribute.c (1627 of 24255)
TEST 'Clang :: CodeGen/constructor-attribute.c' FAILED
*
Scanning dependencies of target check-all
[100%] Running all regression tests
lit.py: lit.cfg:195: note: using clang: '/home/dave/llvm_build/./bin/clang'
FAIL: Clang :: CodeGen/constructor-attribute.c (1627 of 24255)
TEST 'Clang :: CodeGen/constructor-attribute.c' FAILED
*