Date: Sat, 10 May 2014 08:08:51 +0200 From: "Christian Jullien"
<[email protected]> To: <[email protected]> Subject:
[Tinycc-devel] [ARM regression] ret_longdouble_test2... failure
Message-ID: <[email protected]> Content-Type:
text/plain; charset="us-ascii" Hi all, Because my automatic test has
been broken for several days I don't know exactly when but
ret_longdouble_test2 fails on ARM (on RPi)
ret_longdouble_test2... failure

I guess it is tccelf.c problem, you can try it.
If successful, the problem described tccelf.c

--- a/tests/Makefile
+++ b/tests/Makefile
@@ -207,8 +207,8 @@ asmtest: asmtest.ref
  abitest-cc$(EXESUF): abitest.c $(top_builddir)/$(LIBTCC)
         $(CC) -o $@ $^ $(CPPFLAGS) $(CFLAGS) $(NATIVE_DEFINES) $(LIBS) 
$(LINK_LI

-abitest-tcc$(EXESUF): abitest.c libtcc.c
-       $(TCC) -o $@ $^ $(CPPFLAGS) $(CFLAGS) $(NATIVE_DEFINES) -DONE_SOURCE $(L
+abitest-tcc$(EXESUF): abitest.c $(top_builddir)/$(LIBTCC)
+       $(CC) -o $@ $^ $(CPPFLAGS) $(CFLAGS) $(NATIVE_DEFINES) $(LIBS) $(LINK_LI

  abitest: abitest-cc$(EXESUF) abitest-tcc$(EXESUF)
         @echo ------------ $@ ------------






_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to