search for: t027

Displaying 2 results from an estimated 2 matches for "t027".

Did you mean: 027
2008 Feb 22
0
[LLVMdev] Alignment on byval parameters
...pdir-gcc.dg-struct-layout-1/t025 c_compat_x_tst.o compile, (internal compiler error) FAIL: tmpdir-gcc.dg-struct-layout-1/t025 c_compat_y_tst.o compile, (internal compiler error) FAIL: tmpdir-g++.dg-struct-layout-1/t026 cp_compat_x_tst.o-cp_compat_y_tst.o execute FAIL: tmpdir-g++.dg-struct-layout-1/t027 cp_compat_x_tst.o compile, (internal compiler error) FAIL: tmpdir-g++.dg-struct-layout-1/t027 cp_compat_y_tst.o compile, (internal compiler error) === gcc Summary === # of expected passes 136 # of unexpected failures 2 # of unresolved testcases 2 /home/asl/proj/llvm/llvm-gcc-4.2/build/gcc/xgcc...
2008 Feb 22
0
[LLVMdev] Alignment on byval parameters
...g convention compatibility is the struct-layout-1 part of the gcc testsuite. It is run like this from the gcc build directory: make -k check RUNTESTFLAGS=struct-layout-1.exp Takes 15 minutes or so. I currently have the following failures remaining on Darwin: C: t025, t028 C++: t024, t026, t027 All of these are due to using MMX instructions without EMMS in the right places (Chris checked in some stuff that was supposed to fix this, but it doesn't, I must have oversimplified the test case.) That is, I think all the calling convention stuff is now correct. Could somebody try thi...