Test: 93_integer_promotion...

--- 93_integer_promotion.expect 2019-06-25 23:11:21.865155888 +0200

+++ 93_integer_promotion.output 2019-06-25 23:12:31.445089726 +0200

@@ -6,7 +6,7 @@

 

    signed : (1 ? s.ub : 1)

  unsigned : (1 ? s.u : 1)

-   signed : (1 ? s.ullb : 1)

+ unsigned : (1 ? s.ullb : 1)

  unsigned : (1 ? s.ull : 1)

    signed : (1 ? s.c : 1)

 

make[3]: *** [Makefile:74: 93_integer_promotion.test] Error 1

 

 

It also produces new warnings:

 

------------ test3 ------------

../tcc -B.. -I../include -I.. -I..
-DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" -DTCC_CPU_VERSION=7
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -run
../tcc.c -B.. -I../include -I.. -I..
-DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" -DTCC_CPU_VERSION=7
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -run
../tcc.c -B.. -I../include -I.. -I..
-DCONFIG_TRIPLET="\"arm-linux-gnueabihf\"" -DTCC_CPU_VERSION=7
-DTCC_TARGET_ARM -DTCC_ARM_EABI -DTCC_ARM_HARDFLOAT -DTCC_ARM_VFP -run
../tcc.c -B.. -I../include -I.. -I.. -run tcctest.c > test.out3

In file included from ../tcc.c:23:

In file included from ../libtcc.c:50:

../arm-gen.c:410: warning: function might return no value: 'intr'

In file included from ../tcc.c:23:

In file included from ../libtcc.c:50:

../arm-gen.c:410: warning: function might return no value: 'intr'

In file included from ../tcc.c:23:

In file included from ../libtcc.c:50:

../arm-gen.c:410: warning: function might return no value: 'intr'

Auto Test3 OK

_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to