tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Segmentation Faults and test failures on ARM (Raspbia


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Segmentation Faults and test failures on ARM (Raspbian/Raspberry Pi)
Date: Fri, 25 Jan 2013 21:07:36 +0100
User-agent: KMail/1.13.7 (Linux/3.2.0-4-amd64; KDE/4.8.4; x86_64; ; )

Le mercredi 23 janvier 2013 22:48:02, Thomas Preud'homme a écrit :
> 
> > There is a failure after
> > that, but it looks like this:
> > gcc -o libtcc_test libtcc_test.c ../libtcc.a -I. -I/var/log/tinycc -Wall
> > -g -O2 -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare
> > -DTCC_TARGET_ARM -DWITHOUT_LIBTCC -DTCC_ARM_EABI  -DTCC_ARM_VFP -lm -ldl
> > ------------ libtest ------------
> > ./libtcc_test lib_path=..
> > Hello World!
> > fib(32) = 2178309
> > add(32, 64) = 96
> > cp ../include/tcclib.h .
> > gcc -o tcctest.gcc tcctest.c -I. -I. -I/var/log/tinycc -w -Wall -g -O2
> > -fno-strict-aliasing -Wno-pointer-sign -Wno-sign-compare -DTCC_TARGET_ARM
> > -DWITHOUT_LIBTCC -DTCC_ARM_EABI  -DTCC_ARM_VFP -std=gnu99 -O0
> > -fno-omit-frame-pointer
> > ./tcctest.gcc > test.ref
> > /bin/sh: line 1:  7477 Segmentation fault      ./tcctest.gcc > test.ref
> > make[1]: *** [test.ref] Error 139
> > make[1]: Leaving directory `/var/log/tinycc/tests'
> > make: *** [test] Error 2
> > 
> > which is obviously much farther along (benchmark vs. gcc?)
> 
> Indeed. Let's solve the previously mentionned bug and then we'll see for
> this one.

This bug is my next target and then I plan to release. Hopefully it's the same 
bug which does random segfault throughout the testsuite.

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]