tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] 85-asm-outside-function.c on non Intel


From: Christian Jullien
Subject: [Tinycc-devel] 85-asm-outside-function.c on non Intel
Date: Wed, 4 May 2016 08:11:39 +0200

Hi,

 

TinyCC works on different architecture, among them is ARM I especially care about for my RPi.

 

85-asm-outside-function.c now includes test that fails on this architecture.

 

Can you please check processor and adapt this test otherwise I get:

 

Test: 85-asm-outside-function...

--- 85-asm-outside-function.expect      2016-05-04 08:06:10.407398268 +0200

+++ 85-asm-outside-function.output      2016-05-04 08:06:34.727274286 +0200

@@ -0,0 +1 @@

+85-asm-outside-function.c:2: error: inline asm() not supported

 

The same is true for many months with test 78:

Test: 78_vla_label...

--- 78_vla_label.expect 2016-05-04 08:06:10.397398319 +0200

+++ 78_vla_label.output 2016-05-04 08:06:34.577275051 +0200

@@ -1,6 +1 @@

-boom!

-boom!

-11

-12

-0

-1

+78_vla_label.c:6: error: variable length arrays unsupported for this target

Makefile:60: recipe for target '78_vla_label.test' failed

make[2]: *** [78_vla_label.test] Error 1

Test: 79_vla_continue...

--- 79_vla_continue.expect      2016-05-04 08:06:10.397398319 +0200

+++ 79_vla_continue.output      2016-05-04 08:06:34.597274949 +0200

@@ -1,5 +1 @@

-OK

-OK

-OK

-OK

-OK

+79_vla_continue.c:13: error: variable length arrays unsupported for this target

Makefile:60: recipe for target '79_vla_continue.test' failed

make[2]: *** [79_vla_continue.test] Error 1

 


reply via email to

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