public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* GCC-3.2.3 prerelease, 1st iteration
@ 2003-04-13  0:50 Gabriel Dos Reis
  2003-04-13  4:38 ` Eric Botcazou
                   ` (5 more replies)
  0 siblings, 6 replies; 21+ messages in thread
From: Gabriel Dos Reis @ 2003-04-13  0:50 UTC (permalink / raw)
  To: gcc


Hi,

  I uploaded GCC-3.2.3 prerelease tarballs on the FTP server as

  ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030412.tar.*

Please donwload and test them. Report problems to me and fill GNATS
bug-reports.

(Internet connectivity was not as expected the last couple of weeks and
I could not *reliably* make prereleases tarballs.  Sorry about that).


-- Gaby

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
@ 2003-04-13  4:38 ` Eric Botcazou
  2003-04-14 14:57   ` Gerald Pfeifer
  2003-04-13  7:54 ` Christian Joensson
                   ` (4 subsequent siblings)
  5 siblings, 1 reply; 21+ messages in thread
From: Eric Botcazou @ 2003-04-13  4:38 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

> Please donwload and test them. Report problems to me and fill GNATS
> bug-reports.

Bootstrap broken on sparc-sun-solaris2.5.1 (regression from GCC 3.2.2) and 
install broken on multilib sparc-sun-solaris2.[7-9] for some systems (not a 
regression from GCC 3.2.2).

I should quickly have solutions for both.

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
  2003-04-13  4:38 ` Eric Botcazou
@ 2003-04-13  7:54 ` Christian Joensson
  2003-04-14 15:33   ` Gabriel Dos Reis
  2003-04-13 11:58 ` Christian Joensson
                   ` (3 subsequent siblings)
  5 siblings, 1 reply; 21+ messages in thread
From: Christian Joensson @ 2003-04-13  7:54 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Sat, Apr 12, 2003 at 08:37:46PM +0200, Gabriel Dos Reis wrote:
> 
> Hi,
> 
>   I uploaded GCC-3.2.3 prerelease tarballs on the FTP server as
> 
>   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030412.tar.*
> 

Red Hat Linux 9 (Shrike) ia32 dual pentium III i686:

binutils-2.13.90.0.18-9
bison-1.35-6
dejagnu-1.4.2-10
expect-5.38.0-88
gcc-3.2.2-5
glibc-2.3.2-27.9
glibc-kernheaders-2.4-8.10
kernel-smp-2.4.20-9
tcl-8.3.5-88

configure
flags: --host=i686-linux --prefix=/usr/local/gcc-binutils
--enable-__cxa_atexit --enable-shared --enable-threads=posix
--enable-languages=c,c++,f77,java,objc

Tests posted at
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00739.html and witf
FAIL in

FAIL: objc.dg/naming-1.m  (test for errors, line 20)
FAIL: objc.dg/naming-1.m (test for excess errors)
FAIL: objc.dg/naming-2.m  (test for errors, line 7)
FAIL: objc.dg/naming-2.m (test for excess errors)

FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: thread/pthread4.cc execution test

Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
  2003-04-13  4:38 ` Eric Botcazou
  2003-04-13  7:54 ` Christian Joensson
@ 2003-04-13 11:58 ` Christian Joensson
  2003-04-13 20:01 ` Christian Joensson
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 21+ messages in thread
From: Christian Joensson @ 2003-04-13 11:58 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Sat, Apr 12, 2003 at 08:37:46PM +0200, Gabriel Dos Reis wrote:
> 
> Hi,
> 
>   I uploaded GCC-3.2.3 prerelease tarballs on the FTP server as
> 
>   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030412.tar.*
> 

This was on a Windows XP SP1/cygwin P4 system with these packages:

binutils  2.13.90 20030412
bison	  1.75-1
cygwin    1.3.21-1
dejagnu   1.4.3       (cygwin ver. 20010117-1 with 1.4.3 on top)
gcc       3.4 20030412 (experimental)

configure flags: --host=i686-pc-cygwin
--prefix=/usr/local/gcc-binutils --enable-shared
--enable-threads=posix

Tests posted at
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00739.html and with
FAIL in

FAIL: g++.dg/abi/rtti1.C scan-assembler-dem-not \\ntypeinfo for A[: \\t\\n]
FAIL: g++.dg/ext/instantiate3.C scan-assembler-not 
FAIL: g++.dg/special/initp1.C execution test
FAIL: g++.eh/badalloc1.C  Execution test
FAIL: g++.law/profile1.C (test for excess errors)

FAIL: gcc.dg/20021014-1.c (test for excess errors)
WARNING: gcc.dg/20021014-1.c compilation failed to produce executable
FAIL: gcc.dg/typeof-2.c (test for excess errors)
FAIL: gcc.dg/weak-9.c (test for excess errors)

FAIL: objc.dg/naming-1.m  (test for errors, line 20)
FAIL: objc.dg/naming-1.m (test for excess errors)
FAIL: objc.dg/naming-2.m  (test for errors, line 7)
FAIL: objc.dg/naming-2.m (test for excess errors)

FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: 27_io/filebuf_members.cc execution test
FAIL: 27_io/istream_extractor_arith/12.cc execution test

Some of these FAILures may very well be due to problems with
binutils... see
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00724.html for the
installed binutils's testresults together witg the installed gcc's...

Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
                   ` (2 preceding siblings ...)
  2003-04-13 11:58 ` Christian Joensson
@ 2003-04-13 20:01 ` Christian Joensson
  2003-04-15  0:32 ` Joe Buck
  2003-04-16 10:49 ` GCC-3.2.3 prerelease, 2nd iteration Gabriel Dos Reis
  5 siblings, 0 replies; 21+ messages in thread
From: Christian Joensson @ 2003-04-13 20:01 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Sat, Apr 12, 2003 at 08:37:46PM +0200, Gabriel Dos Reis wrote:
> 
> Hi,
> 
>   I uploaded GCC-3.2.3 prerelease tarballs on the FTP server as
> 
>   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030412.tar.*
> 

Aurora SPARC Linux 1.0 (Ansel) Ultra1 single UltraSparc I sun4u:

binutils 2.13.90 20030411 sparc64-linux
bison-1.35-1
dejagnu-1.4.2-10 (ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS)
expect-5.32.2-67
gcc 3.3 20030411 (prerelease)
glibc-2.2.5-42
glibc-kernheaders-2.4-7.16sparc
glibc64-2.2.5-42
kernel-2.4.20-3.0sparc (experimental Aurora kernel)
tcl-8.3.3-67

configure flags: --host=sparc64-linux --prefix=/usr/local/gcc-binutils
--enable-shared --enable-threads=posix
--enable-languages=c,c++,f77,java,objc

Tests posted at
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00781.html
FAIL in

FAIL: gcc.dg/20021014-1.c execution test
FAIL: linkage.c

FAIL: g++.law/profile1.C  Execution test

FAIL: objc.dg/naming-1.m  (test for errors, line 20)
FAIL: objc.dg/naming-1.m (test for excess errors)
FAIL: objc.dg/naming-2.m  (test for errors, line 7)
FAIL: objc.dg/naming-2.m (test for excess errors)


FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: thread/pthread4.cc execution test


Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  4:38 ` Eric Botcazou
@ 2003-04-14 14:57   ` Gerald Pfeifer
  2003-04-14 15:00     ` Eric Botcazou
  2003-04-14 15:19     ` Gabriel Dos Reis
  0 siblings, 2 replies; 21+ messages in thread
From: Gerald Pfeifer @ 2003-04-14 14:57 UTC (permalink / raw)
  To: Eric Botcazou; +Cc: Gabriel Dos Reis, gcc

On Sat, 12 Apr 2003, Eric Botcazou wrote:
>> Please donwload and test them. Report problems to me and fill GNATS
>> bug-reports.
> Bootstrap broken on sparc-sun-solaris2.5.1 (regression from GCC 3.2.2)

Is your bootstrap failure the same as what I'm seeing on
sparc-sun-solaris2.8?

 c-parse.y: At top level:
 c-parse.y:6175: redefinition of `make_pointer_declarator'
 c-parse.y:3084: `make_pointer_declarator' previously defined here

> I should quickly have solutions for both.

Great, thanks!

Gerald

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-14 14:57   ` Gerald Pfeifer
@ 2003-04-14 15:00     ` Eric Botcazou
  2003-04-14 15:19     ` Gabriel Dos Reis
  1 sibling, 0 replies; 21+ messages in thread
From: Eric Botcazou @ 2003-04-14 15:00 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Gabriel Dos Reis, gcc

> Is your bootstrap failure the same as what I'm seeing on
> sparc-sun-solaris2.8?
>
>  c-parse.y: At top level:
>  c-parse.y:6175: redefinition of `make_pointer_declarator'
>  c-parse.y:3084: `make_pointer_declarator' previously defined here

No, mine is a libiberty configure problem, which is specific to Solaris 2.5.1 
because of an outdated header file. Kaveh posted a patch to solve it.

Note that I've successfully bootstrapped the 3.2 branch from CVS (not the 
pre-release tarball) + Kaveh's patch this morning on Solaris 2.5.1, 2.6, 2.7 
and 2.8 without a hitch.

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-14 14:57   ` Gerald Pfeifer
  2003-04-14 15:00     ` Eric Botcazou
@ 2003-04-14 15:19     ` Gabriel Dos Reis
  2003-04-14 16:30       ` Gerald Pfeifer
  1 sibling, 1 reply; 21+ messages in thread
From: Gabriel Dos Reis @ 2003-04-14 15:19 UTC (permalink / raw)
  To: Gerald Pfeifer; +Cc: Eric Botcazou, gcc

Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at> writes:

| On Sat, 12 Apr 2003, Eric Botcazou wrote:
| >> Please donwload and test them. Report problems to me and fill GNATS
| >> bug-reports.
| > Bootstrap broken on sparc-sun-solaris2.5.1 (regression from GCC 3.2.2)
| 
| Is your bootstrap failure the same as what I'm seeing on
| sparc-sun-solaris2.8?

Gerald, please, could you send me a report + filing GNATS?

Many thanks,

-- Gaby

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  7:54 ` Christian Joensson
@ 2003-04-14 15:33   ` Gabriel Dos Reis
  2003-04-15 11:22     ` Eric Botcazou
  0 siblings, 1 reply; 21+ messages in thread
From: Gabriel Dos Reis @ 2003-04-14 15:33 UTC (permalink / raw)
  To: Christian Joensson; +Cc: gcc

Christian Joensson <c.christian.joensson@telia.com> writes:

[...]

| Tests posted at
| http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00739.html and witf
| FAIL in
| 
| FAIL: objc.dg/naming-1.m  (test for errors, line 20)
| FAIL: objc.dg/naming-1.m (test for excess errors)
| FAIL: objc.dg/naming-2.m  (test for errors, line 7)
| FAIL: objc.dg/naming-2.m (test for excess errors)

These seems to be caused by unsifficient pruning of diagnostics.  Will
be fixed. 

| FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
| WARNING: program timed out.

This is random failure depending on the target's setting. 

| FAIL: thread/pthread4.cc execution test

This is new to me.

Thanks,

-- Gaby

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-14 15:19     ` Gabriel Dos Reis
@ 2003-04-14 16:30       ` Gerald Pfeifer
  0 siblings, 0 replies; 21+ messages in thread
From: Gerald Pfeifer @ 2003-04-14 16:30 UTC (permalink / raw)
  To: Eric Botcazou, Gabriel Dos Reis; +Cc: gcc

On Mon, 14 Apr 2003, Eric Botcazou wrote:
>>  c-parse.y: At top level:
>>  c-parse.y:6175: redefinition of `make_pointer_declarator'
>>  c-parse.y:3084: `make_pointer_declarator' previously defined here
> Note that I've successfully bootstrapped the 3.2 branch from CVS (not
> the pre-release tarball) + Kaveh's patch this morning on Solaris 2.5.1,
> 2.6, 2.7 and 2.8 without a hitch.

It seems we have some parallel build issue (or it's just because my
srcdir is NFS-mounted, while objdir is local), at least I could now
bootstrap after manually removing c-parse.y and c-parse.in.

As also my experience was using CVS...

On Mon, 14 Apr 2003, Gabriel Dos Reis wrote:
> Gerald, please, could you send me a report + filing GNATS?

...Gaby, the release itself (using tar-balls) shouldn't be affected,
and it seems the problem is even hard to trigger (when I tried now,
several times).

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
                   ` (3 preceding siblings ...)
  2003-04-13 20:01 ` Christian Joensson
@ 2003-04-15  0:32 ` Joe Buck
  2003-04-16 10:49 ` GCC-3.2.3 prerelease, 2nd iteration Gabriel Dos Reis
  5 siblings, 0 replies; 21+ messages in thread
From: Joe Buck @ 2003-04-15  0:32 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Sat, Apr 12, 2003 at 08:37:46PM +0200, Gabriel Dos Reis wrote:
>   I uploaded GCC-3.2.3 prerelease tarballs on the FTP server as
> 
>   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030412.tar.*
> 
> Please donwload and test them. Report problems to me and fill GNATS
> bug-reports.

Successfully built and tested on a Red Hat 8.0 box.  All languages
including Ada were built, though I don't have the Ada test suite.
Results and system details are at

http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00825.html

Note: I first tried "make -j2 bootstrap-lean", but got failures in
the Ada build that went away when I avoided -j2.  I've lost the log
with the failure and the box is at home, I could try it again if
this is not a known bug. (I regularly use -jn when doing builds that
do not include Ada).


^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-14 15:33   ` Gabriel Dos Reis
@ 2003-04-15 11:22     ` Eric Botcazou
  2003-04-15 12:32       ` Loren James Rittle
  0 siblings, 1 reply; 21+ messages in thread
From: Eric Botcazou @ 2003-04-15 11:22 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: Christian Joensson, gcc

> | FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess
> | errors) WARNING: program timed out.
>
> This is random failure depending on the target's setting.
>
> | FAIL: thread/pthread4.cc execution test
>
> This is new to me.

I think you didn't split correctly, it's

WARNING: program timed out.
FAIL: thread/pthread4.cc execution test

I have seen this "problem" since I started testing on Sparc boxes (Ultra-2 
and Ultra-60).

-- 
Eric Botcazou

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-15 11:22     ` Eric Botcazou
@ 2003-04-15 12:32       ` Loren James Rittle
  2003-04-15 14:02         ` Christian Joensson
  0 siblings, 1 reply; 21+ messages in thread
From: Loren James Rittle @ 2003-04-15 12:32 UTC (permalink / raw)
  To: gcc; +Cc: ebotcazou

In article <200304151157.55166.ebotcazou@libertysurf.fr> you write:

> I think you didn't split correctly, it's

> WARNING: program timed out.
> FAIL: thread/pthread4.cc execution test

> I have seen this "problem" since I started testing on Sparc boxes (Ultra-2 
> and Ultra-60).

Yes, as the author/installer of the test: It is probably harmless if
the test fails with the "program timed out" message before the FAIL.
It would be useful to check to see if it is "live/deadlocking", or
really just not completing all iterations within the dejagnu time limit.

Regards,
Loren

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 1st iteration
  2003-04-15 12:32       ` Loren James Rittle
@ 2003-04-15 14:02         ` Christian Joensson
  0 siblings, 0 replies; 21+ messages in thread
From: Christian Joensson @ 2003-04-15 14:02 UTC (permalink / raw)
  To: gcc

On Tue, Apr 15, 2003 at 05:23:54AM -0500, Loren James Rittle wrote:
> In article <200304151157.55166.ebotcazou@libertysurf.fr> you write:
> 
> > I think you didn't split correctly, it's
> 
> > WARNING: program timed out.
> > FAIL: thread/pthread4.cc execution test
> 
> > I have seen this "problem" since I started testing on Sparc boxes (Ultra-2 
> > and Ultra-60).
> 
> Yes, as the author/installer of the test: It is probably harmless if
> the test fails with the "program timed out" message before the FAIL.
> It would be useful to check to see if it is "live/deadlocking", or
> really just not completing all iterations within the dejagnu time limit.

I use 

set_board_info gcc,timeout 1200
set_board_info sim,timeout 1200

in /usr/share/dejagnu/baseboards/unix.exp to fix timeouts in the gcc
testsuite but I don't know how to set any such variable to get the
libstdc++-v3 testsuite use different time-out value than the 300
default one.. any one?


Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
  2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
                   ` (4 preceding siblings ...)
  2003-04-15  0:32 ` Joe Buck
@ 2003-04-16 10:49 ` Gabriel Dos Reis
  2003-04-17  8:52   ` Christian Joensson
                     ` (2 more replies)
  5 siblings, 3 replies; 21+ messages in thread
From: Gabriel Dos Reis @ 2003-04-16 10:49 UTC (permalink / raw)
  To: gcc


  I uploaded a second version of GCC-3.2.3 prerelease tarballs on the
FTP server as 

  ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030416.tar.*

Please donwload and test them. Report problems to me and fill GNATS
bug-reports.

This pre-release is likely to be the last one before the actual 3.2.3
release.  It includes a patch to prune "syntax error" for the
Objective-C testsuite.  The bootstrap issue on MingW is still open --
I got no analyzis/patch and right now I don't have access to such an
environment. Any help is welcome.

Thanks,

-- Gaby

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
  2003-04-16 10:49 ` GCC-3.2.3 prerelease, 2nd iteration Gabriel Dos Reis
@ 2003-04-17  8:52   ` Christian Joensson
  2003-04-17  9:27   ` Christian Joensson
  2003-04-18 21:06   ` Kaveh R. Ghazi
  2 siblings, 0 replies; 21+ messages in thread
From: Christian Joensson @ 2003-04-17  8:52 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Wed, Apr 16, 2003 at 10:51:42AM +0200, Gabriel Dos Reis wrote:
> 
>   I uploaded a second version of GCC-3.2.3 prerelease tarballs on the
> FTP server as 
> 
>   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030416.tar.*
> 
> Please donwload and test them. Report problems to me and fill GNATS
> bug-reports.
> 

Test results for i686-linux posted at
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00994.html

These are the only tests that unexpectedly fail...

FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
WARNING: program timed out.
FAIL: thread/pthread4.cc execution test

Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
  2003-04-16 10:49 ` GCC-3.2.3 prerelease, 2nd iteration Gabriel Dos Reis
  2003-04-17  8:52   ` Christian Joensson
@ 2003-04-17  9:27   ` Christian Joensson
  2003-04-18 21:06   ` Kaveh R. Ghazi
  2 siblings, 0 replies; 21+ messages in thread
From: Christian Joensson @ 2003-04-17  9:27 UTC (permalink / raw)
  To: Gabriel Dos Reis; +Cc: gcc

On Wed, Apr 16, 2003 at 10:51:42AM +0200, Gabriel Dos Reis wrote:
> 
>   I uploaded a second version of GCC-3.2.3 prerelease tarballs on the
> FTP server as 
> 
>   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030416.tar.*
> 
> Please donwload and test them. Report problems to me and fill GNATS
> bug-reports.

Test results for i686-cygwin posted at
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01002.html

These are the tests that unexpectedly fail...


FAIL: g++.dg/abi/rtti1.C scan-assembler-dem-not \\ntypeinfo for A[: \\t\\n]
FAIL: g++.dg/ext/instantiate3.C scan-assembler-not
FAIL: g++.dg/special/initp1.C execution test
FAIL: g++.eh/badalloc1.C  Execution test

FAIL: g++.law/profile1.C (test for excess errors)

FAIL: gcc.dg/20021014-1.c (test for excess errors)
WARNING: gcc.dg/20021014-1.c compilation failed to produce executable
FAIL: gcc.dg/typeof-2.c (test for excess errors)
FAIL: gcc.dg/weak-9.c (test for excess errors)

FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: 27_io/filebuf_members.cc execution test
FAIL: 27_io/istream_extractor_arith/12.cc execution test

The failures might very well be related to failuers in the binutils
tools...

Cheers,

/ChJ

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
  2003-04-16 10:49 ` GCC-3.2.3 prerelease, 2nd iteration Gabriel Dos Reis
  2003-04-17  8:52   ` Christian Joensson
  2003-04-17  9:27   ` Christian Joensson
@ 2003-04-18 21:06   ` Kaveh R. Ghazi
  2 siblings, 0 replies; 21+ messages in thread
From: Kaveh R. Ghazi @ 2003-04-18 21:06 UTC (permalink / raw)
  To: gdr; +Cc: gcc

 > I uploaded a second version of GCC-3.2.3 prerelease tarballs on the
 > FTP server as
 > 
 >   ftp://gcc.gnu.org/pub/gcc/snapshots/gcc-*3.2.3-20030416.tar.*
 > 
 > Please donwload and test them. Report problems to me and fill GNATS
 > bug-reports.

I successfully tested gcc 3.2.3 20030416 (prerelease) on:

mips-sgi-irix6.5	http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01151.html
mips-sgi-irix6.2	http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01152.html
sparc-sun-solaris2.7	http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01153.html
sparc64-sun-solaris2.7	http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg01154.html

None of the failures appear to be regressions from any previous 3.2.x.

All's clear from my standpoint. :-)

		--Kaveh
--
Kaveh R. Ghazi			ghazi@caip.rutgers.edu

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
@ 2003-04-16 16:59 Ulrich Weigand
  0 siblings, 0 replies; 21+ messages in thread
From: Ulrich Weigand @ 2003-04-16 16:59 UTC (permalink / raw)
  To: gdr; +Cc: gcc

Gabriel Dos Reis wrote:

>I uploaded a second version of GCC-3.2.3 prerelease tarballs on the
>FTP server as 

OK, this bootstraps and passes the test suite on s390-ibm-linux and
s390x-ibm-linux with zero regressions.  The parse/syntax error 
problem is fixed.  See

http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00989.html
http://gcc.gnu.org/ml/gcc-testresults/2003-04/msg00990.html

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  weigand@informatik.uni-erlangen.de

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
  2003-04-16 14:57 TROCHU Xavier
@ 2003-04-16 15:29 ` Gabriel Dos Reis
  0 siblings, 0 replies; 21+ messages in thread
From: Gabriel Dos Reis @ 2003-04-16 15:29 UTC (permalink / raw)
  To: TROCHU Xavier; +Cc: gcc

TROCHU Xavier <xtrochu@yahoo.com> writes:

| > The bootstrap issue on MingW is still open 
| 
| Report snapshot successfully bootstrapped.

Thank you very much for the report and the notes you gave for
completing V3 testsuite library support.

-- Gaby

^ permalink raw reply	[flat|nested] 21+ messages in thread

* Re: GCC-3.2.3 prerelease, 2nd iteration
@ 2003-04-16 14:57 TROCHU Xavier
  2003-04-16 15:29 ` Gabriel Dos Reis
  0 siblings, 1 reply; 21+ messages in thread
From: TROCHU Xavier @ 2003-04-16 14:57 UTC (permalink / raw)
  To: gcc

> The bootstrap issue on MingW is still open 

Report snapshot successfully bootstrapped.

uname -a: MINGW32_NT-5.0 RETOUCHE 1.0.9(0.46/3/2)
2003-04-14 14:53 i686 unknown
config.guess: i686-pc-mingw32
gcc -v:
Reading specs from
c:\devel\gcc\build\bin\..\lib\gcc-lib\i686-pc-mingw32\3.2.3\specs
Configured with: ./configure
--prefix=/c/devel/gcc/build --disable-werror
--disable-win32-registry --enable-sjlj-exceptions
--disable-__cxa_atexit --enable-c-mbchar
--enable-threads --enable-languages=c++ --disable-nls
--with-gnu-ld --with-gnu-as --with-gcc
--disable-shared
Thread model: win32
gcc version 3.2.3 20030416 (prerelease)

The only trouble occured when building
libstdc++-v3/testsuite/abi_check :
undefined references to strtoll, strtold and snprintf.
Performing :
$ make LDADD="-lstdc++ -lmingwex" abi_check 
was enough to make it compile

dejagnu being not available on win32, I did the
following test :
-------------------------------------
On the same host, using the just compiled gcc-3.2.3, I
successfully bootstrapped with this configuration :

gcc -v:
Reading specs from
c:\devel\gcc\buildfast\bin\..\lib\gcc-lib\i686-pc-mingw32\3.2.3\specs
Configured with: ./configure
--prefix=/c/devel/gcc/buildfast
--disable-win32-registry --enable-sjlj-exceptions
--disable-__cxa_atexit --disable-c-mbchar
--enable-threads --enable-languages=c++ --with-gnu-ld
--with-gnu-as --with-gcc --disable-nls
Thread model: win32
gcc version 3.2.3 20030416 (prerelease)

Greetings,

Xavier

__________________________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo
http://search.yahoo.com

^ permalink raw reply	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2003-04-18 19:36 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-04-13  0:50 GCC-3.2.3 prerelease, 1st iteration Gabriel Dos Reis
2003-04-13  4:38 ` Eric Botcazou
2003-04-14 14:57   ` Gerald Pfeifer
2003-04-14 15:00     ` Eric Botcazou
2003-04-14 15:19     ` Gabriel Dos Reis
2003-04-14 16:30       ` Gerald Pfeifer
2003-04-13  7:54 ` Christian Joensson
2003-04-14 15:33   ` Gabriel Dos Reis
2003-04-15 11:22     ` Eric Botcazou
2003-04-15 12:32       ` Loren James Rittle
2003-04-15 14:02         ` Christian Joensson
2003-04-13 11:58 ` Christian Joensson
2003-04-13 20:01 ` Christian Joensson
2003-04-15  0:32 ` Joe Buck
2003-04-16 10:49 ` GCC-3.2.3 prerelease, 2nd iteration Gabriel Dos Reis
2003-04-17  8:52   ` Christian Joensson
2003-04-17  9:27   ` Christian Joensson
2003-04-18 21:06   ` Kaveh R. Ghazi
2003-04-16 14:57 TROCHU Xavier
2003-04-16 15:29 ` Gabriel Dos Reis
2003-04-16 16:59 Ulrich Weigand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).