tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] Preprocessing issue?


From: Patrick Pelissier
Subject: [Tinycc-devel] Preprocessing issue?
Date: Fri, 8 Dec 2023 20:47:52 +0100

Hi,

 I think I have found an issue in TCC preprocessing.
 The program below produces the following output when runs with tcc -E:

, USER

   , USER_COMP_CORE

 whereas I would have expected 1 more line:

, USER

 , USER_COMP_CORE

 , USER_COMP_CORE

(Tested with GIT 81a32ec305ee871d8129978bf3d57bc108bec46b)

 The program is a little bit long so it is available here:
https://gist.github.com/P-p-H-d/aeb690c7ed396b57a84f9a5fc83e10c0

--
 Regards
  Patrick



reply via email to

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