tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] [PATCH] pp-dD-option 1/4


From: Sergey Korshunoff
Subject: [Tinycc-devel] [PATCH] pp-dD-option 1/4
Date: Fri, 2 Jan 2015 15:51:56 +0300

A gcc preprocessor option -dD added. With this option on a defines are
included into the output (inside comments). This will allow to debug a
problems like:

        In file included from math.c:8:
        In file included from /usr/include/math.h:43:
        /usr/include/bits/nan.h:52: warning: NAN redefined

Patch was implemeted in for steps...

Attachment: 2015-01-02-1-pp-dD-option.patch
Description: Binary data

Attachment: 2015-01-02-2-pp-dD-option.patch
Description: Binary data

Attachment: 2015-01-02-3-pp-dD-option.patch
Description: Binary data

Attachment: 2015-01-02-4-pp-dD-option.patch
Description: Binary data


reply via email to

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