On 12/7/2012 2:09 PM, Mike Stump wrote:
On Dec 7, 2012, at 10:57 AM, Robert Dewar <de...@adacore.com> wrote:
On 12/7/2012 1:56 PM, Mike Stump wrote:
I've noticed that:

$ grep -l '^M' gcc/testsuite/gnat.dg/*
discr36.ads
discr36_pkg.adb
discr36_pkg.ads
discr38.adb
loop_optimization11.adb
loop_optimization11_pkg.ads
loop_optimization13.adb
loop_optimization13.ads

:-(  Surely these are just normal text files, right?  Can I strip the ^M from 
them?


Probably good to have some tests with standard CR/LF terminators, since this is 
what a lot of the world uses.

Then, to preserve them, the files must be tagged as binary in svn and git.  
Doing so will probably make the normal file merging that git/svn would do, 
inoperative.

Ok to so tag all the files?

probably not worth it if it causes that disruption. svn certainly handleds CR/LF terminators fine, I guess Git does not?


Reply via email to