Displaying 4 results from an estimated 4 matches for "geldspeich".
Did you mean:
geldspeicher
2007 Jul 03
1
[LLVMdev] svn repository, llvm-gcc4.2
...f gcc4.2
> > ps.: i could provide a failure-stat of the llvm-test suite, so
> > you could estimate how much/where problems have to be fixed.
>
> Cool, are programs basically compiling and working?
>
yes.
for a detailed llvm-gcc4 to llvm-gcc4.2 failure comparison see:
http://geldspeicher.entenhausen.at/dl/llvm-gcc4_2_stat.ps.gz
or
http://geldspeicher.entenhausen.at/dl/llvm-gcc4_2_stat.pdf
kind regards
peter
2007 Mar 28
2
[LLVMdev] llvm-gcc4_2
...problem when exception handling is used because
all the __cxa.* functions are not found (bei llc and when compiling c-backend code) (i guess thats what you were refering to)
and a few other failures i did not relate to this 2 groups
for more information:
here is a list of failures (53):
http://geldspeicher.entenhausen.at/dl/failure_list.txt
and here is the log of the above test run :
http://geldspeicher.entenhausen.at/dl/testlog.txt.gz (36K)
or
http://geldspeicher.entenhausen.at/dl/testlog.txt (556K)
(the test run is not complete, just what my computer could calc in
one hour to check the sanity...
2007 Mar 20
0
[LLVMdev] llvm-gcc4_2, llvm-gcc4_2-fixed-point
hi!
because i read that other people may be interested
in llvm-gcc4_2 in the google-soc thread, here is the
status of my work:
i merged llvm-gcc and the current gcc4_2.
this is the patch from official gcc4_2 to my llvm-gcc4_2:
http://geldspeicher.entenhausen.at/dl/gcc-4_2_to_llvm.patch.gz
comments:
+ i left out most APPLE LOCAL* marked regions of llvm-gcc4 which
were not concerning llvm
+ this patch works at least for "simple" c-programs, but it
isn't done yet.
i will have to track down further errors with the test...
2007 Jul 03
2
[LLVMdev] svn repository, llvm-gcc4.2
>
>
> On Jul 3, 2007, at 8:04 AM, Peter Wiedermann wrote:
>
> > yes.
> > for a detailed llvm-gcc4 to llvm-gcc4.2 failure comparison see:
> >
> > http://geldspeicher.entenhausen.at/dl/llvm-gcc4_2_stat.ps.gz
> > or
> > http://geldspeicher.entenhausen.at/dl/llvm-gcc4_2_stat.pdf
>
> You have lots of failures, even for llvm-gcc-4.0. Which platform (os-
> hardward-systemcompiler) are you using ?
>
gnu/linux, amd athlon xp, gcc4.1.2
cons...