This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: GCC 3.0 timeline and GCJ stability.
- To: "Kevin A. Burton" <burton at relativity dot yi dot org>
- Subject: Re: GCC 3.0 timeline and GCJ stability.
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Fri, 30 Mar 2001 16:19:07 +1200
- CC: java-discuss at sources dot redhat dot com
- References: <m34rwd84wn.fsf@relativity.yi.org>
"Kevin A. Burton" wrote:
> Is there an ETA for GCC 3.0?
3.0 is now scheduled for Q2 2001. It will be released when its ready ;-)
> How will this reflect our JDK compliance level. I
> would assume we are approaching JDK 1.3 level but will we be there before we
> ship GCC 3.0?
This depends on how exactly you define compliance. Will every API be 100% compatible with JDK 1.3 in time
for the release? No. However, many of the important components that are most commonly used by applications,
such as Collections, IO, most of java.lang, etc, are already fully complete wrt the 1.3 spec. How much of
the remaining work gets done depends entirely on how many people are willing to contribute time and energy
to do it ;-)
regards
[ bryce ]