public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
@ 2004-11-22 22:38 ` debian-gcc at lists dot debian dot org
  2004-11-22 22:39 ` debian-gcc at lists dot debian dot org
                   ` (13 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-11-22 22:38 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-11-22 22:38 -------
Created an attachment (id=7582)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7582&action=view)
biarch patch


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121)
@ 2004-11-22 22:38 debian-gcc at lists dot debian dot org
  2004-11-22 22:38 ` [Bug target/18615] " debian-gcc at lists dot debian dot org
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-11-22 22:38 UTC (permalink / raw)
  To: gcc-bugs

this is not a standard setup, Eric Botcazou suggested to bring up the issue
here. For 3.3.x, 3.4.x and some versions before, Debian uses a biarch setup,
defaulting the compiler to 32bit, and having additional support for 64bit. With
current mainline this setup currently bootstraps, but fails to build the 64bit
libstdc++. A similiar failure in libstdc++ is seen, when configuring a biarch
compiler for ix86/x86_64, defaulting to ix86 (will open a separate report).

    Matthias

/home/doko/gcc/4.0/gcc-4.0-4.0ds0/build/gcc/xgcc -shared-libgcc -B/home/doko/gcc
/4.0/gcc-4.0-4.0ds0/build/gcc/ -nostdinc++ -L/home/doko/gcc/4.0/gcc-4.0-4.0ds0/b
uild/sparc-linux/64/libstdc++-v3/src -L/home/doko/gcc/4.0/gcc-4.0-4.0ds0/build/s
parc-linux/64/libstdc++-v3/src/.libs -B/usr/sparc-linux/bin/ -B/usr/sparc-linux/
lib/ -isystem /usr/sparc-linux/include -isystem /usr/sparc-linux/sys-include -m6
4 -I/home/doko/gcc/4.0/gcc-4.0-4.0ds0/build/sparc-linux/64/libstdc++-v3/include/
sparc-linux -I/home/doko/gcc/4.0/gcc-4.0-4.0ds0/build/sparc-linux/64/libstdc++-v
3/include -I/home/doko/gcc/4.0/gcc-4.0-4.0ds0/src/libstdc++-v3/libsupc++ -O2 -g 
-O2 -g -O2 -D_GNU_SOURCE -m64 -fno-implicit-templates -Wall -Wextra -Wwrite-stri
ngs -Wcast-qual -fdiagnostics-show-location=once -ffunction-sections -fdata-sect
ions -c ../../../../../src/libstdc++-v3/src/fstream-inst.cc  -fPIC -DPIC -o .lib
s/fstream-inst.o
/home/doko/gcc/4.0/gcc-4.0-4.0ds0/build/sparc-linux/64/libstdc++-v3/include/bits
/fstream.tcc: In member function 'typename std::basic_filebuf<_CharT, _Traits>::
pos_type std::basic_filebuf<_CharT, _Traits>::seekoff(typename _Traits::off_type
, std::_Ios_Seekdir, std::_Ios_Openmode) [with _CharT = char, _Traits = std::cha
r_traits<char>]':
/home/doko/gcc/4.0/gcc-4.0-4.0ds0/build/sparc-linux/64/libstdc++-v3/include/bits
/fstream.tcc:682: internal compiler error: in simplify_gen_subreg, at simplify-r
tx.c:3779
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.

Attached are:
- the preprocessed source of fstream-inst.cc
- the patches which are used to build this biarch setup

The compiler is configured with:
../src/configure --enable-languages=c,c++ --with-cpu=v7 sparc-linux

-- 
           Summary: biarch bootstrap fails on sparc-linux (CVS 20041121)
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P2
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: debian-gcc at lists dot debian dot org
                CC: bcollins at debian dot org,drow at false dot
                    org,ebotcazou at libertysurf dot fr,gcc-bugs at gcc dot
                    gnu dot org
 GCC build triplet: sparc-linux
  GCC host triplet: sparc-linux
GCC target triplet: sparc-linux


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
  2004-11-22 22:38 ` [Bug target/18615] " debian-gcc at lists dot debian dot org
@ 2004-11-22 22:39 ` debian-gcc at lists dot debian dot org
  2004-11-22 22:41 ` pinskia at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-11-22 22:39 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-11-22 22:39 -------
Created an attachment (id=7583)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7583&action=view)
preprocessed source


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
  2004-11-22 22:38 ` [Bug target/18615] " debian-gcc at lists dot debian dot org
  2004-11-22 22:39 ` debian-gcc at lists dot debian dot org
@ 2004-11-22 22:41 ` pinskia at gcc dot gnu dot org
  2004-11-22 22:46 ` ebotcazou at gcc dot gnu dot org
                   ` (11 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-22 22:41 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu dot
                   |                            |org
           Severity|enhancement                 |normal
           Keywords|                            |build, ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (2 preceding siblings ...)
  2004-11-22 22:41 ` pinskia at gcc dot gnu dot org
@ 2004-11-22 22:46 ` ebotcazou at gcc dot gnu dot org
  2004-11-23  7:56 ` debian-gcc at lists dot debian dot org
                   ` (10 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-22 22:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-22 22:45 -------
I presume sparc64-linux does bootstrap fine?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|ebotcazou at libertysurf dot|ebotcazou at gcc dot gnu dot
                   |fr                          |org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (3 preceding siblings ...)
  2004-11-22 22:46 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-23  7:56 ` debian-gcc at lists dot debian dot org
  2004-11-23 13:02 ` pinskia at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-11-23  7:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-11-23 07:56 -------
> I presume sparc64-linux does bootstrap fine?
No, bootstrap on sparc64-linux fails earlier in stage2, submitted as PR18622.

  Matthias


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (4 preceding siblings ...)
  2004-11-23  7:56 ` debian-gcc at lists dot debian dot org
@ 2004-11-23 13:02 ` pinskia at gcc dot gnu dot org
  2004-11-28 13:31 ` ebotcazou at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-11-23 13:02 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|enhancement                 |minor


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (5 preceding siblings ...)
  2004-11-23 13:02 ` pinskia at gcc dot gnu dot org
@ 2004-11-28 13:31 ` ebotcazou at gcc dot gnu dot org
  2004-11-28 13:37 ` ebotcazou at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-28 13:31 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |ebotcazou at gcc dot gnu dot
                   |dot org                     |org
             Status|UNCONFIRMED                 |ASSIGNED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (6 preceding siblings ...)
  2004-11-28 13:31 ` ebotcazou at gcc dot gnu dot org
@ 2004-11-28 13:37 ` ebotcazou at gcc dot gnu dot org
  2004-12-04 16:27 ` debian-gcc at lists dot debian dot org
                   ` (6 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2004-11-28 13:37 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2004-11-28 13:37 -------
simplify_gen_subreg was seriously shaken recently.  Would you mind updating and
trying again?


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (7 preceding siblings ...)
  2004-11-28 13:37 ` ebotcazou at gcc dot gnu dot org
@ 2004-12-04 16:27 ` debian-gcc at lists dot debian dot org
  2005-01-15 10:52 ` ebotcazou at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2004-12-04 16:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2004-12-04 16:27 -------
currently no access to the machine, where I started the build. will update until
I get access again.

  Matthias

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (8 preceding siblings ...)
  2004-12-04 16:27 ` debian-gcc at lists dot debian dot org
@ 2005-01-15 10:52 ` ebotcazou at gcc dot gnu dot org
  2005-01-15 12:00 ` debian-gcc at lists dot debian dot org
                   ` (4 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-15 10:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-01-15 10:51 -------
Any news on this, Matthias?


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (9 preceding siblings ...)
  2005-01-15 10:52 ` ebotcazou at gcc dot gnu dot org
@ 2005-01-15 12:00 ` debian-gcc at lists dot debian dot org
  2005-01-17 12:19 ` christian dot joensson at gmail dot com
                   ` (3 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-01-15 12:00 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2005-01-15 12:00 -------
started a new build ...


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (10 preceding siblings ...)
  2005-01-15 12:00 ` debian-gcc at lists dot debian dot org
@ 2005-01-17 12:19 ` christian dot joensson at gmail dot com
  2005-01-18  7:18 ` debian-gcc at lists dot debian dot org
                   ` (2 subsequent siblings)
  14 siblings, 0 replies; 16+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-01-17 12:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From christian dot joensson at gmail dot com  2005-01-17 12:18 -------
how's it going?

-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (11 preceding siblings ...)
  2005-01-17 12:19 ` christian dot joensson at gmail dot com
@ 2005-01-18  7:18 ` debian-gcc at lists dot debian dot org
  2005-01-18  7:43 ` ebotcazou at gcc dot gnu dot org
  2005-01-18  8:19 ` christian dot joensson at gmail dot com
  14 siblings, 0 replies; 16+ messages in thread
From: debian-gcc at lists dot debian dot org @ 2005-01-18  7:18 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From debian-gcc at lists dot debian dot org  2005-01-18 07:18 -------
sucessfully bootstrapped, test results at
http://gcc.gnu.org/ml/gcc-testresults/2005-01/msg00805.html

  Matthias

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (12 preceding siblings ...)
  2005-01-18  7:18 ` debian-gcc at lists dot debian dot org
@ 2005-01-18  7:43 ` ebotcazou at gcc dot gnu dot org
  2005-01-18  8:19 ` christian dot joensson at gmail dot com
  14 siblings, 0 replies; 16+ messages in thread
From: ebotcazou at gcc dot gnu dot org @ 2005-01-18  7:43 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From ebotcazou at gcc dot gnu dot org  2005-01-18 07:43 -------
> sucessfully bootstrapped, test results at
> http://gcc.gnu.org/ml/gcc-testresults/2005-01/msg00805.html

Great!  The number of Ada failures is unexpected though, maybe related to the
change of calling conventions for complex types.

Btw, if the machine is available for some more hours, it would also be nice to
test both architectures in a row, with

  make -k check RUNTESTFLAGS="--target_board=unix{,-m64}"

('\' might be required before the '{' and '}', depending on the shell)


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

* [Bug target/18615] biarch bootstrap fails on sparc-linux (CVS 20041121)
  2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
                   ` (13 preceding siblings ...)
  2005-01-18  7:43 ` ebotcazou at gcc dot gnu dot org
@ 2005-01-18  8:19 ` christian dot joensson at gmail dot com
  14 siblings, 0 replies; 16+ messages in thread
From: christian dot joensson at gmail dot com @ 2005-01-18  8:19 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From christian dot joensson at gmail dot com  2005-01-18 08:18 -------
without the libjava tests having run through, this is what I have right now 
(posting of full test results will come later today)

Aurora SPARC Linux Corona (FC3-ish) UltraSparc IIi (Sabre) sun4u:

binutils-2.15.92.0.2-5 - sparc
bison-1.875c-2 - sparc
dejagnu-1.4.4-2 - noarch
expect-5.42.1-1 - sparc
gcc-3.4.2-6.fc3 - sparc
gcc4-4.0.0-0.8sparc - sparc
glibc-2.3.3-99 - sparcv9
glibc-2.3.3-99 - sparc64
glibc-headers-2.3.3-99 - sparc64
glibc-kernheaders-2.6-17sparc - sparc
kernel-2.6.10-1.1063sp2 - sparc64
package kernel-smp is not installed
make-3.80-3 - sparc
nptl-devel-2.3.3-99 - sparcv9
tcl-8.4.5-7 - sparc

LAST_UPDATED: Mon Jan 17 07:44:17 UTC 2005

		=== acats tests ===
FAIL:	c32001e
FAIL:	c330001
FAIL:	c43214c
FAIL:	c52011a
FAIL:	c62003a
FAIL:	c62003b
FAIL:	c64103e
FAIL:	c64103f
FAIL:	c64104j
FAIL:	c64104k
FAIL:	c64104l
FAIL:	c64104m
FAIL:	c64104n
FAIL:	c64105b
FAIL:	c95086b
FAIL:	c96005d
FAIL:	cb3004a
FAIL:	cb4001a
FAIL:	cc1221d
FAIL:	cc3017c
FAIL:	cc3120a
FAIL:	cd2b11a
FAIL:	cd2b11b

		=== acats Summary ===
# of expected passes		1944
# of unexpected failures	23
# of unsupported tests		355
Native configuration is sparc-unknown-linux-gnu

		=== gcc tests ===


Running target unix
FAIL: gcc.dg/vect/vect-66.c scan-tree-dump-times Alignment of access forced 
using peeling 1
XPASS: gcc.dg/vect/vect-85.c scan-tree-dump-times vectorized 1 loops 1

		=== gcc Summary ===

# of expected passes		32180
# of unexpected failures	1
# of unexpected successes	1
# of expected failures		98
# of untested testcases		28
# of unsupported tests		481
/usr/local/src/trunk/objdir32/gcc/xgcc  version 4.0.0 20050117 (experimental)

		=== gfortran tests ===


Running target unix
XPASS: gfortran.dg/ret_pointer_1.f90  -O0  execution test
XPASS: gfortran.dg/ret_pointer_1.f90  -O1  execution test
XPASS: gfortran.dg/ret_pointer_1.f90  -O2  execution test
XPASS: gfortran.dg/ret_pointer_1.f90  -O3 -fomit-frame-pointer  execution test
XPASS: gfortran.dg/ret_pointer_1.f90  -O3 -fomit-frame-pointer -funroll-loops  
execution test
XPASS: gfortran.dg/ret_pointer_1.f90  -O3 -fomit-frame-pointer -funroll-all-
loops -finline-functions  execution test
XPASS: gfortran.dg/ret_pointer_1.f90  -O3 -g  execution test
FAIL: gfortran.fortran-torture/execute/forall_3.f90 execution,  -O1 
FAIL: gfortran.fortran-torture/execute/intrinsic_present.f90 compilation,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 execution,  -O0 
FAIL: gfortran.fortran-torture/execute/intrinsic_transpose.f90 execution,  -O1 

		=== gfortran Summary ===

# of expected passes		5006
# of unexpected failures	4
# of unexpected successes	7
# of expected failures		19
# of untested testcases		1
# of unsupported tests		8
/usr/local/src/trunk/objdir32/gcc/testsuite/../gfortran  version 4.0.0 
20050117 (experimental)

		=== g++ tests ===


Running target unix
FAIL: g++.dg/pch/empty.C -g (test for excess errors)
FAIL: g++.dg/pch/empty.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/empty.C -O2 (test for excess errors)
FAIL: g++.dg/pch/externc-1.C -g (test for excess errors)
FAIL: g++.dg/pch/externc-1.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/externc-1.C -O2 (test for excess errors)
FAIL: g++.dg/pch/static-1.C -g (test for excess errors)
FAIL: g++.dg/pch/static-1.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/static-1.C -O2 (test for excess errors)
FAIL: g++.dg/pch/system-1.C -g (test for excess errors)
FAIL: g++.dg/pch/system-1.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/system-1.C -O2 (test for excess errors)
FAIL: g++.dg/pch/system-2.C -g (test for excess errors)
FAIL: g++.dg/pch/system-2.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/system-2.C -O2 (test for excess errors)
FAIL: g++.dg/pch/uninst.C -g (test for excess errors)
FAIL: g++.dg/pch/uninst.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/uninst.C -O2 (test for excess errors)
FAIL: g++.dg/pch/wchar-1.C -g (test for excess errors)
FAIL: g++.dg/pch/wchar-1.C -O2 -g (test for excess errors)
FAIL: g++.dg/pch/wchar-1.C -O2 (test for excess errors)
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
XPASS: g++.old-deja/g++.other/init5.C execution test
FAIL: g++.old-deja/g++.pt/crash25.C (test for excess errors)

		=== g++ Summary ===

# of expected passes		10462
# of unexpected failures	22
# of unexpected successes	1
# of expected failures		71
# of untested testcases		21
# of unsupported tests		89
/usr/local/src/trunk/objdir32/gcc/testsuite/../g++  version 4.0.0 20050117 
(experimental)

		=== objc tests ===


Running target unix

		=== objc Summary ===

# of expected passes		1531
# of unsupported tests		10
/usr/local/src/trunk/objdir32/gcc/xgcc  version 4.0.0 20050117 (experimental)

		=== treelang tests ===


Running target unix

		=== treelang Summary ===

# of expected passes		22
		=== libffi tests ===


Running target unix

		=== libffi Summary ===

# of expected passes		216
# of unsupported tests		2
		=== libjava tests ===


Running target unix
		=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c/pass54-frag.c execution test
FAIL: libmudflap.c/pass54-frag.c (-static) execution test

		=== libmudflap Summary ===

# of expected passes		1278
# of unexpected failures	2

		=== libstdc++-v3 check-abi Summary ===

# of added symbols:		 63
# of missing symbols:		 0
# of incompatible symbols:	 0

using: /usr/local/src/trunk/gcc/libstdc++-v3/config/abi/sparc-linux-
gnu/baseline_symbols.txt

		=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
FAIL: ext/array_allocator/2.cc execution test

		=== libstdc++ Summary ===

# of expected passes		3365
# of unexpected failures	1
# of unexpected successes	1
# of expected failures		6

Compiler version: 4.0.0 20050117 (experimental) 
Platform: sparc-unknown-linux-gnu
configure flags: sparc-linux --enable-__cxa_atexit --enable-shared --enable-
languages=c,ada,c++,f95,java,objc,treelang
Counting all warnings,
there are 145 warnings in stage0 of this bootstrap.

Number of warnings per file:
     28 libmudflap/mf-hooks1.c
     25 libiberty/concat.c
     15 libiberty/regex.c
      6 libmudflap/mf-runtime.c
      6 libmudflap/mf-hooks3.c
      6 include/xregex2.h
      4 libjava/java/lang/strtod.c
      4 libjava/java/lang/dtoa.c
      4 include/gc_config.h
      4 include/config.h
      3 libjava/java/lang/e_exp.c
      2 libiberty/pex-unix.c
      2 libgfortran/generated/matmul_r8.c
      2 libgfortran/generated/matmul_r4.c
      2 libgfortran/generated/matmul_i8.c
      2 libgfortran/generated/matmul_i4.c
      2 libgfortran/generated/matmul_c8.c
      2 libgfortran/generated/matmul_c4.c
      2 libcpp/macro.c
      2 gcc/boehm-gc/os_dep.c
      2 fastjar/shift.c
      1 raise.c
      1 libstdc++-v3/src/bitmap_allocator.cc
      1 libobjc/thr.c
      1 libobjc/sendmsg.c
      1 libmath/stubs.c
      1 libjava/prims.cc
      1 libjava/java/lang/e_rem_pio2.c
      1 libjava/java/lang/e_asin.c
      1 libjava/gnu/gcj/io/shs.cc
      1 libgfortran/generated/transpose_i8.c
      1 libgfortran/generated/transpose_i4.c
      1 libgfortran/generated/matmul_l8.c
      1 libgfortran/generated/matmul_l4.c
      1 libcpp/pch.c
      1 java/net/natNetworkInterface.cc
      1 gnu/java/nio/natPipeImpl.cc
      1 gcc/coretypes.h
      1 gcc/boehm-gc/mark_rts.c
      1 fastjar/jartool.c
      1 fastjar/compress.c

Number of warning types:
     25 traditional C rejects ISO C style function definitions
     16 passing argument 1 of 'size0' from incompatible pointer type
     15 signed and unsigned type in conditional expression
      5 this is the location of the previous definition
      4 ISO C90 does not support \`static' or type qualifiers in parameter 
array declarators
      2 '__wrap_realloc' aliased to undefined symbol 'realloc'
      2 '__wrap_munmap' aliased to undefined symbol 'munmap'
      2 '__wrap_mmap' aliased to undefined symbol 'mmap'
      2 '__wrap_malloc' aliased to undefined symbol 'malloc'
      2 '__wrap_free' aliased to undefined symbol 'free'
      2 '__wrap_calloc' aliased to undefined symbol 'calloc'
      2 '__wrap_alloca' aliased to undefined symbol 'alloca'
      2 variable 'out' might be clobbered by 'longjmp' or 'vfork'
      2 'sigsetmask' is deprecated (declared at /usr/include/signal.h:184)
      2 '__real_realloc' aliased to undefined symbol 'realloc'
      2 '__real_munmap' aliased to undefined symbol 'munmap'
      2 '__real_mmap' aliased to undefined symbol 'mmap'
      2 '__real_malloc' aliased to undefined symbol 'malloc'
      2 '__real_free' aliased to undefined symbol 'free'
      2 '__real_calloc' aliased to undefined symbol 'calloc'
      2 '__real_alloca' aliased to undefined symbol 'alloca'
      2 ISO C90 does not support 'static' or type qualifiers in parameter 
array declarators
      2 format '%06lu' expects type 'long unsigned int', but argument 6 has 
type '__suseconds_t'
      2 format '%06lu' expects type 'long unsigned int', but argument 4 has 
type '__suseconds_t'
      2 format '%06lu' expects type 'long unsigned int', but argument 15 has 
type '__suseconds_t'
      2 comparison between signed and unsigned
      1 'z' is used uninitialized in this function
      1 '__wrap_pthread_join' aliased to undefined symbol 'pthread_join'
      1 '__wrap_pthread_exit' aliased to undefined symbol 'pthread_exit'
      1 '__wrap_pthread_create' aliased to undefined symbol 'pthread_create'
      1 'void byteReverse()' declared 'static' but never defined
      1 unused parameter 'ze'
      1 unused parameter 'self'
      1 unused parameter '_p'
      1 't' may be used uninitialized in this function
      1 string length \`???' is greater than the length \`???' ISO C89 
compilers are required to support
      1 'spec_case' may be used uninitialized in this function
      1 \`rtx' redefined
      1 '__real_pthread_join' aliased to undefined symbol 'pthread_join'
      1 '__real_pthread_exit' aliased to undefined symbol 'pthread_exit'
      1 '__real_pthread_create' aliased to undefined symbol 'pthread_create'
      1 pointer targets in passing arg ??? of \`???' differ in signedness
      1 pointer targets in assignment differ in signedness
      1 \`PACKAGE_VERSION' redefined
      1 \`PACKAGE_TARNAME' redefined
      1 \`PACKAGE_STRING' redefined
      1 \`PACKAGE_NAME' redefined
      1 'noreturn' function does return
      1 'mlo' may be used uninitialized in this function
      1 'lo' may be used uninitialized in this function
      1 'k' may be used uninitialized in this function
      1 incompatible implicit declaration of built-in function 'fabsl'
      1 'ilim' may be used uninitialized in this function
      1 'ilim1' may be used uninitialized in this function
      1 'hi' may be used uninitialized in this function
      1 function returns address of local variable
      1 'delta' may be used uninitialized in this function
      1 control reaches end of non-void function
      1 comparison between signed and unsigned integer expressions
      1 'bs' may be used uninitialized in this function
      1 'bd' may be used uninitialized in this function
      1 'bb' may be used uninitialized in this function
      1 assignment from incompatible pointer type
      1 assignment discards qualifiers from pointer target type
Counting all warnings,
there are 18 warnings in stage3 of this bootstrap.

Number of warnings per file:
      3 treelang/lex.c
      3 gengtype-lex.c
      3 gcc/gcc.c
      2 gcc/objc/lang-specs.h
      2 gcc/java/jcf-io.c
      2 gcc/config/sparc/sparc.md
      1 include/line-map.h
      1 gcc/treelang/lex.l
      1 gcc/java/jvspec.c

Number of warning types:
      6 old-style function definition
      1 this is the location of the previous definition
      1 string length '844' is greater than the length '509' ISO C89 compilers 
are required to support
      1 string length '834' is greater than the length '509' ISO C89 compilers 
are required to support
      1 string length '783' is greater than the length '509' ISO C89 compilers 
are required to support
      1 string length '709' is greater than the length '509' ISO C89 compilers 
are required to support
      1 string length '643' is greater than the length '509' ISO C89 compilers 
are required to support
      1 string length '608' is greater than the length '509' ISO C89 compilers 
are required to support
      1 operand 2 missing mode?
      1 operand 0 missing mode?
      1 \`LINEMAP_POSITION_FOR_COLUMN' redefined
      1 ISO C forbids passing argument 3 of 'scandir' between function pointer 
and 'void *'
      1 ISO C forbids conversion of function pointer to object pointer type


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18615


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

end of thread, other threads:[~2005-01-18  8:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-11-22 22:38 [Bug target/18615] New: biarch bootstrap fails on sparc-linux (CVS 20041121) debian-gcc at lists dot debian dot org
2004-11-22 22:38 ` [Bug target/18615] " debian-gcc at lists dot debian dot org
2004-11-22 22:39 ` debian-gcc at lists dot debian dot org
2004-11-22 22:41 ` pinskia at gcc dot gnu dot org
2004-11-22 22:46 ` ebotcazou at gcc dot gnu dot org
2004-11-23  7:56 ` debian-gcc at lists dot debian dot org
2004-11-23 13:02 ` pinskia at gcc dot gnu dot org
2004-11-28 13:31 ` ebotcazou at gcc dot gnu dot org
2004-11-28 13:37 ` ebotcazou at gcc dot gnu dot org
2004-12-04 16:27 ` debian-gcc at lists dot debian dot org
2005-01-15 10:52 ` ebotcazou at gcc dot gnu dot org
2005-01-15 12:00 ` debian-gcc at lists dot debian dot org
2005-01-17 12:19 ` christian dot joensson at gmail dot com
2005-01-18  7:18 ` debian-gcc at lists dot debian dot org
2005-01-18  7:43 ` ebotcazou at gcc dot gnu dot org
2005-01-18  8:19 ` christian dot joensson at gmail dot com

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).