This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/25175] Meaningless pre-processor lineno comments inserted



------- Comment #9 from ian at airs dot com  2005-11-30 04:06 -------
This is documented behaviour.

The -g option enables the -fworking-directory option, as described in the
documentation of -fworking-directory.  It is the -fworking-directory option
which is printing the directory name.

If you use -E -H -g -fno-working-directory, you will not see the directory
name.


-- 

ian at airs dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ian at airs dot com
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25175


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]