On Dec 7, 2012, at 10:59 AM, Arnaud Charlet <char...@adacore.com> 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? > > Yes, you can strip them, no problem.
Since emails likely crossed paths…. I'm going to give you and Robert a change to figure out what you'd like to do… I _only_ care about consistency between contents as seen from svn and git. Stripping ^M can do this, as can marking them as binary. So marking them, ensures that the ^Ms are always there, both on ^M systems and non-^M systems. So, after hashing it how, let me know the final verdict. Thanks.