tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] PPTest13 issue on RPi


From: Christian JULLIEN
Subject: [Tinycc-devel] PPTest13 issue on RPi
Date: Mon, 3 Oct 2016 13:35:20 +0200 (CEST)

On RPI, for monthes now, I have this error:
address@hidden:~/tinycc/tests/pp $ ../../tcc -E -P 13.S >13.output 2>&1 ;     diff -Nu -b -B -I "^#" ../../tests/pp/13.expect 13.output
--- ../../tests/pp/13.expect    2016-10-03 13:15:02.292455721 +0200
+++ 13.output    2016-10-03 13:22:36.991074604 +0200
@@ -1,6 +1,2 @@
-# `modelist' label. Each video mode record looks like:
 
-
-
-.text
-endtext:
+13.S:0: error: unrecognized character \x60

=> +13.S:0: error: unrecognized character \x60 is because of backquote before m in the first line: "# `modelist' label. Each video mode record looks like:"

address@hidden:~/tinycc/tests/pp $ more 13.output

13.S:0: error: unrecognized character \x60


However, it works well on Linux x86_64

reply via email to

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