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: GCC 3.3, GCC 3.4



Devang Patel wrote:
> 
> On Friday, January 31, 2003, at 11:41 AM, Joseph S. Myers wrote:
> 
> > On Fri, 31 Jan 2003, Devang Patel wrote:
> >
> >> Another thing, IMO we need to do is to look at the pace of
> >> development.
> >> More then 1400 checkins (total count from gcc-cvs mailing list) in
> >> this month only!. PCH and new C++ parser are major new items but
> >
> > How many of these checkins are actually on the mainline?
> 
> I do not know, but it is not important for what I am saying.
> 
> Even if we eliminate duplicate check-ins, I do not think in this
> month we have got ~1000 new features or genuine bug (bug that is
> in GCC since beginning of time) fixes in all branches combined.

Real quick analysis of December's via "grep Subject" and wc:

Total: 			1020
version.c Updates:	 176
gnatvsn.ads Updates:	 124

So 300 are based upon an automated daily update of the version string.

There are 500 unique subject lines in the December log.  This is not
a 100% accurate reflection of unique modifications because the 
subject lines are truncated at about 64 characters and many start 
with the same string "Subject: gcc/gcc ChangeLog " so there isn't much
room for being unique based upon files in a change set.

This is 5 minutes of looking and my point is just to be careful 
looking at these.  I agree that there are probably a fair number of
changes but gcc is a LARGE body of source code so I would expect
changes.  Besides the compiler, there are test suites, documentation,
run-time libraries, and build support tools that support a variety
of host and target environments.  

The large number of host and target combinations means that it is
probably just a fact of life that what is an improvement to one 
target has a probability to break something else.

--joel



> -Devang


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