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] Avoid optimizing memory references with side effects in compare-elim.c


On 6/6/18 1:23 PM, Paul Koning wrote:
>> On Jun 6, 2018, at 11:53 AM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> I would suggest using "diff -up" to generate patches with more context.
> 
> Yes, sorry.  I normally use the subversion internal diff which doesn't do this.

If you edit ~/.subversion/config and use the line:

  diff-extensions = -u -p

that will do that for you.  It's probably already in that config file and
just needs to be uncommented out.

Peter


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