[Patches, Fortran] ALLOCATE & CAF library.

Daniel Carrera dcarrera@gmail.com
Thu Jul 21 16:16:00 GMT 2011


On 07/21/2011 05:36 PM, Tobias Burnus wrote:
> The patch is identical to the previous one. I wonder what goes wrong,
...


I was using Mercurial wrong. I've been experimenting with using 
Mercurial to work with GCC and was doing the diff wrong. The attached 
file should be correct (fingers crossed).


> I think something goes seriously wrong with diffing: As the patch is
> identically, it is not included.
>
> I do not know mercury, but "git" distinguishes between a modification
> which is just in the directory and can be shown with "git diff" - and
> one which has been staged with "git add" and shown with "git diff
> --cached". (And those patches committed locally via "git commit".)
>
> I wouldn't be surprised if mercury does something similar.


Sort of.

I'm using the Mercurial-SVN bridge. I thought "hg diff --svn" was just 
to get SVN-like formatting, but what it really does is it compares your 
most recently saved changes against the SVN parent. That's actually very 
useful, but I didn't know I had to save before doing the diff. So I kept 
making a diff against the work I saved on Sunday. Now that I saved, "hg 
diff --svn" seems to do the right thing.

Cheers,
Daniel.
-- 
I'm not overweight, I'm undertall.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: allocate.diff
Type: text/x-patch
Size: 19283 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20110721/4bf67679/attachment.bin>


More information about the Gcc-patches mailing list