[Bug preprocessor/41329] -M does not properly escape special characters.

rwild at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Sep 14 08:49:00 GMT 2009



------- Comment #1 from rwild at gcc dot gnu dot org  2009-09-14 08:49 -------
What would you escape it with, though?  GCC cannot know whether you will be
using a make implementation like GNU make that groks backslash escaping of
colons, or a mingw32-make that will try to intelligently interpret some
colons as drive specs.

Bottom line is that you shouldn't use colons in file names where avoidable.


-- 

rwild at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rwild at gcc dot gnu dot org


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



More information about the Gcc-bugs mailing list