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.2 Prerelease


On Mon, Aug 05, 2002 at 06:07:25PM -0700, B. Kosnik wrote:
> 
> > Agreed; I don't see how we can release 3.2 unless we can be confident
> > that 3.3, when released, will have the same ABI ("fixing" 3.3 before
> > its release, to fix the problem, might be acceptable).  However, I
> > must admit that I am fuzzy about just what the breakage is; what are
> > the differences?
> 
> There are 155 g++ fails, and 15 libstdc++ fails, when the 3.3
> libstdc++.so is used with the 3.2 toolchain.
> 
> Jakub gets different results. I'm hoping that a third person will step
> forward and try this, and that this person's results will match either
> Jakub or mine. I'm willing to be wrong, of course. I'm just uneasy.

Here is mine on Linux/x86 configured with

.../configure --enable-__cxa_atexit --enable-clocale=gnu --with-system-zlib --enable-shared --enable-threads=posix --enable-haifa --disable-checking

1. gcc 3.3 using libstdc++ from gcc 3.2. Additional failures:

+FAIL: backward/strstream_members.cc execution test
+FAIL: gcc.c-torture/compile/20001226-1.c,  -O1  
+FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -fomit-frame-pointer  

Additonal pass:

-FAIL: 22_locale/ctype_narrow_wchar_t.cc execution test

2. gcc 3.2 using libstdc++ from gcc 3.3. Additional failures:

+FAIL: 22_locale/ctype_narrow_wchar_t.cc execution test
+FAIL: Thread_Interrupt output from bytecode->native test
+FAIL: Thread_Wait_2 execution from bytecode->native test
+FAIL: Thread_Wait -O execution from source compiled test



H.J.


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