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]
Other format: [Raw text]

Re: [Patch, Fortran, OOP] PR 56284: ICE with alternate return in type-bound procedure


On Apr 4, 2013, at 1:07 AM, Tobias Burnus <burnus@net-b.de> wrote:
> As my editor shows, that file uses DOS line endings (\r\n) in some lines and UNIX ones (\n) in others. In principle, I am for keeping such files to test the parser.

If one keeps them, please put them into a file that tests for that feature exclusively, as we often find turds, oops, I mean bits in the tree were someone did the wrong thing and accidentally put in CRLRs.  testcrlf  would be a good file name for such a test.  :-)  Further, the revision control system has to be told these files are binaries I suspect, in order to not screw up merging and checkout and so on.  I mainly see people accidentally leaving in the CRs, and the svn and git screwing them up, then I audit and submit patches to `fix' the entire tree at once...




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