This is the mail archive of the gcc-patches@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]

Re: Fixproto fix


Jeffrey A Law wrote:
>   >     * fixproto: Recognize DOS paths with drive letters as absolute paths.
> This can't be correct since it will mess up on systems which allow directory
> names like c; (ie every unix system I'm aware of).

Sorry, I don't understand why patch is wrong. I've 

+case $rel_target_dir in
+  /* | [A-Za-z]:[\\/]*)
+     abs_target_dir=$rel_target_dir

If you mean directory names like 'c;/foo', they will be corectly recognized
as relative - the patch checks for presence of ':', which is not allowed in
file names.

BTW, in the case the patch is wrong (however I still don't see it), ylwrap
script is wrong too.

Laurynas

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