search for: llvm_gcc42_objdir

Displaying 10 results from an estimated 10 matches for "llvm_gcc42_objdir".

2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...6_64 Linux, these are the exact gfortran.log entries for them under i686 Darwin9... > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error) > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors) Executing on host: /sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../ /sw/src/fink.build/llvm-gcc42-2.4-1/llvm-gcc4.2-2.4.source/gcc/testsuite/gfortran.dg/array_constructor_12.f90 -O0 -pedantic-errors -L/sw/src/fink.build/llvm-gcc42-2.4-1/l...
2008 Aug 11
5
[LLVMdev] gfortran link failure in current llvm svn
...tring in libbackend.a(darwin.o) ld: symbol(s) not found collect2: ld returned 1 exit status make[3]: *** [f951] Error 1 make[2]: *** [all-stage2-gcc] Error 2 make[1]: *** [stage2-bubble] Error 2 make: *** [all] Error 2 Why is c++ being used instead of /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_gcc42_objdir/./prev-gcc/xgcc? Jack
2008 Aug 11
0
[LLVMdev] gfortran link failure in current llvm svn
...ed symbols: > "_create_init_utf16_var", referenced from: > _darwin_build_constant_cfstring in libbackend.a(darwin.o) this is probably due to recent Apple changes. Fortran builds on linux. > Why is c++ being used instead of /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_gcc42_objdir/./prev-gcc/xgcc? I think this is because some people may not have C++ in the list of languages to build. There's even a PR about this: http://llvm.org/bugs/show_bug.cgi?id=1150 Ciao, Duncan.
2007 Dec 28
2
[LLVMdev] fink llvm-gcc42 test packaging
...cd ../llvm_objdir if [ `uname -p` = "powerpc" ]; then TRIPLE=powerpc-apple-darwin$darwinvers else TRIPLE=i686-apple-darwin$darwinvers fi ../llvm-2.2-%r/configure %c --build=$TRIPLE --target=$TRIPLE --host=$TRIPLE --enable-optimized --enable-assertions make tools-only mkdir ../llvm_gcc42_objdir rm -fr ../llvm-gcc-4.2-%r/libstdc++-v3 cd ../llvm_gcc42_objdir LLVMOBJDIR="%b/../llvm_objdir" if [ `uname -p` = "powerpc" ]; then TRIPLE=powerpc-apple-darwin$darwinvers TARGETOPTIONS="" else TRIPLE=i686-apple-darwin$darwinvers TARGETOPTIONS="--wit...
2011 Feb 19
2
[LLVMdev] llvm-gcc4.2 bootstrap broken?
Is anyone able to bootstrap llvm-gcc42 svn on x86_64-apple-darwin10? Currently it is failing here with... /sw/src/fink.build/llvm-gcc42-2.9-0/llvm_gcc42_objdir/./prev-gcc/xgcc -B/sw/src/fink.build/llvm-gcc42-2.9-0/llvm_gcc42_objdir/./prev-gcc/ -B/sw/lib/llvm-gcc-4.2/x86_64-apple-darwin10/bin/ -c -g -O2 -mdynamic-no-pic -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overleng...
2008 Aug 11
2
[LLVMdev] gfortran link failure in current llvm svn
...te_init_utf16_var", referenced from: > > _darwin_build_constant_cfstring in libbackend.a(darwin.o) > > this is probably due to recent Apple changes. Fortran builds on > linux. > > > Why is c++ being used instead of /sw/src/fink.build/llvm-gcc42-2.3.999-20080810/llvm_gcc42_objdir/./prev-gcc/xgcc? > > I think this is because some people may not have C++ in the list > of languages to build. There's even a PR about this: > http://llvm.org/bugs/show_bug.cgi?id=1150 > > Ciao, > > Duncan.
2008 Jun 10
1
[LLVMdev] llvm-gcc4.2-2.3 gfortran failures
...iler error) FAIL: gfortran.fortran-torture/execute/power.f90, -Os (internal compiler error) === gfortran Summary === # of expected passes 15879 # of unexpected failures 267 # of expected failures 6 # of unresolved testcases 6 # of unsupported tests 38 /sw/src/fink.build/llvm-gcc42-2.3-1000/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Based on Apple Inc. build 5555) (LLVM build) Compiler version: 4.2.1 (Based on Apple Inc. build 5555) (LLVM build) gfortran Platform: i686-apple-darwin9 configure flags: --prefix=/sw --prefix=/sw/lib/llvm-gcc-4.2 --mandir=/sw/share/man --info...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...piler error) FAIL: gfortran.fortran-torture/execute/nullarg.f90, -Os (internal compiler error) === gfortran Summary === # of expected passes 15910 # of unexpected failures 243 # of expected failures 6 # of unresolved testcases 6 # of unsupported tests 38 /sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build) Compiler version: 4.2.1 (Based on Apple Inc. build 5623) (LLVM build) gfortran Platform: i686-apple-darwin9 configure flags: --prefix=/sw --prefix=/sw/lib/llvm-gcc-4.2 --mandir=/sw/share/man --info...
2009 Aug 23
0
[LLVMdev] x86_64 darwin multilib gfortran testresults
...ailures 210 # of expected failures 6 # of unresolved testcases 6 # of unsupported tests 39 === gfortran Summary === # of expected passes 31927 # of unexpected failures 380 # of expected failures 12 # of unresolved testcases 12 # of unsupported tests 77 /sw/src/fink.build/llvm-gcc42-2.6-100/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) Compiler version: 4.2.1 (Based on Apple Inc. build 5649) (LLVM build) gfortran Platform: x86_64-apple-darwin10 configure flags: --prefix=/sw --prefix=/sw/lib/llvm-gcc-4.2 --mandir=/sw/share/man --i...
2009 Jan 19
2
[LLVMdev] llvm-gfortran test results
...failures 308 # of expected failures 6 # of unresolved testcases 6 # of unsupported tests 39 === gfortran Summary === # of expected passes 31739 # of unexpected failures 568 # of expected failures 12 # of unresolved testcases 12 # of unsupported tests 77 /sw/src/fink.build/llvm-gcc42-2.5-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran version 4.2.1 (Based on Apple Inc. build 5636) (LLVM build) Compiler version: 4.2.1 (Based on Apple Inc. build 5636) (LLVM build) gfortran Platform: i686-apple-darwin9 configure flags: --prefix=/sw --prefix=/sw/lib/llvm-gcc-4.2 --mandir=/sw/share/man --info...