[cfe-users] Bus Error with clang and clang++ on Solaris 11 SPARC (32bit0 RELEASE_380/rc3

2016-02-25 Thread Dave Ryan via cfe-users
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

[cfe-users] Failed Test on SPARC (solaris 11) clang (and bus core dumps)

2016-02-25 Thread Dave Ryan via cfe-users
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 *

[cfe-users] RELEASE_380/rc3 clang failed tests

2016-02-25 Thread Dave Ryan via cfe-users
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 *