tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [PATCH] add a gcc preprocessor -P directive


From: Sergey Korshunoff
Subject: [Tinycc-devel] [PATCH] add a gcc preprocessor -P directive
Date: Tue, 30 Dec 2014 18:40:14 +0300

tcc -E -P
      Added a gcc preprocessor option -P. If given then there is
      no #line directive in preprocessor output.

tcc -E -P1
      don't follow a gcc preprocessor style and do output a standard
      #line directive. In such case we don't lose a location info when
      we going to compile a resulting file wtith a compiler not
      understanding a gnu style line info.

Attachment: 2014-12-30-2-P-option.patch
Description: Binary data


reply via email to

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