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

Re: Advanced diff with gcc...


On Fri, Jan 31, 2003 at 06:35:48PM +0100, Fabrizio Morbini wrote:
> Hi, I write you for post an ideaa: what do you think about adding an
> option (for example --diff) to the gcc compiler that can do an advanced
> diff (and very specializzed to the language of the files to compare).
> 
> For example a command like this "gcc --diff file1.c file2.c" run the gcc
> parser on the two files and use the tree computed by the parser to print a
> very intelligent diff to the .

This could conceivably be a useful tool, but unless you're volunteering
to write it yourself and ask for help, it's probably not going to happen.
The GCC developers are quite busy with existing work.
 


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