This is the mail archive of the gcc@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]

Re: Patch for memory blowup


Mark Mitchell wrote:
...
> The diffs below look longer than they are due to an indentation change
> that happened when a set of curly braces went away.  Fred's program:
...
> Index: gcc/toplev.c
> ===================================================================
> RCS file: /home/mitchell/Repository/egcs/gcc/toplev.c,v
> retrieving revision 1.1.1.4
> diff -c -p -r1.1.1.4 toplev.c
> *** toplev.c    1997/12/08 07:30:40     1.1.1.4
> --- toplev.c    1997/12/12 00:09:17

Try using:

  diff -cwb -p -r1.1.1.4 toplev.c

-- 
Bruce Korb                      | Data Design Systems, Inc.
Korbb at DataDesign dot com     | 45 Cabot Dr., Suite 110
Voice:  408-260-0280            | Santa Clara,  CA   95051
Fax:    408-260-0281            | USA


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