This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Move double-int stuff from fold-const to double-int
- From: Alexander Strange <astrange at ithinksw dot com>
- To: Richard Guenther <rguenther at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Thu, 15 Apr 2010 09:10:12 -0400
- Subject: Re: [PATCH] Move double-int stuff from fold-const to double-int
- References: <alpine.LNX.2.00.1004151314550.5522@zhemvz.fhfr.qr>
On Apr 15, 2010, at 7:17 AM, Richard Guenther wrote:
>
> This is a patch I have probably re-done three or four times already
> but never sought to commit it. Well, it's a cleanup to move things
> to where they (should) belong.
>
> Now, svn sucks, so this will break svn blame unless you go hunting
> through the revs. So if people think moving things is bad I'll
> just throw away the patch again.
You can keep history by copying the old file to the new one with 'svn cp' and then deleting everything you don't want.
Of course, that only works for new files, whereas 'git blame -C' works with (more or less) anything.