This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libobjc] Rewrite message forwarding to use libffi


On Wed, 22 Dec 2004, Andrew Pinski wrote:
> (Note I hear that on arm-elf __builtin_apply/return causes an ICE
> which is why this patch was started in the first place and I don't
> know if libffi has arm-elf support).

I don't see that.  With "Sun Dec 19 23:23:03 GMT 2004" I see:

...
runtest --tool objc --target_board=arm-sim)
WARNING: Couldn't find the global config file.
Test Run By hp on Tue Dec 21 00:03:35 2004
Target is arm-unknown-elf
Host   is i686-pc-linux-gnu

                === objc tests ===

Schedule of variations:
    arm-sim

Running target arm-sim
Using /usr/local/share/dejagnu/baseboards/arm-sim.exp as board description file for target.
Using /usr/local/share/dejagnu/config/sim.exp as generic interface file for target.
Using /usr/local/share/dejagnu/baseboards/basic-sim.exp as board description file for target.
Using /home/hp/cvs_areas/combined/cvs_write/gcc/testsuite/config/default.exp as tool-and-target-specific interface file.
Running /home/hp/cvs_areas/combined/cvs_write/gcc/testsuite/objc/compile/compile.exp ...
Running /home/hp/cvs_areas/combined/cvs_write/gcc/testsuite/objc/execute/execute.exp ...
Running /home/hp/cvs_areas/combined/cvs_write/gcc/testsuite/objc.dg/dg.exp ...
Running /home/hp/cvs_areas/combined/cvs_write/gcc/testsuite/objc.dg/special/special.exp ...

                === objc Summary ===

# of expected passes            1525
# of unsupported tests          10
/mnt/miscb3/builds2/arm-sim/gcc/xgcc  version 4.0.0 20041219 (experimental)
...

brgds, H-P


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]