Re: Log for failed build of gcc-snapshot_20030314-1

2003-03-15 Thread Matthias Klose
Christian T. Steigies writes:
> Hi,
> please check the log for failed build of gcc-snapshot_20030314-1 for m68k.
> 
> echo regex.o cplus-dem.o cp-demangle.o md5.o alloca.o argv.o choose-temp.o 
> concat.o
> dyn-string.o fdmatch.o fibheap.o floatformat.o fnmatch.o getopt.o getopt1.o 
> getpwd.o getruntime.o
> hashtab.o hex.o lbasename.o make-relative-prefix.o make-temp-file.o 
> objalloc.o obstack.o partition.o physmem.o pexecute.o safe-ctype.o sort.o 
> spaces.o splay-tree.o strerror.o strsignal.o
> ternary.o xatexit.o xexit.o xmalloc.o xmemdup.o xstrdup.o xstrerror.o > 
> required-list
> make[4]: Entering directory 
> `/build/buildd/gcc-snapshot-20030314/build/libiberty/testsuite' 
> make[4]: Nothing to be done for `all'.
>   
> make[4]: Leaving directory 
> `/build/buildd/gcc-snapshot-20030314/build/libiberty/testsuite'  
> make[3]: Leaving directory 
> `/build/buildd/gcc-snapshot-20030314/build/libiberty'
> make[3]: Entering directory `/build/buildd/gcc-snapshot-20030314/build/zlib'  
>   
> make[3]: *** No rule to make target `adler32.', needed by `libz.a'.  Stop.
>   
> make[3]: Leaving directory `/build/buildd/gcc-snapshot-20030314/build/zlib'   
>   
> make[2]: *** [all-zlib] Error 2   
>   
> make[2]: Leaving directory `/build/buildd/gcc-snapshot-20030314/build'
>   
> s=`cat status`; rm -f status; test $s -eq 0   
>   
> make[1]: *** [stamps/05-build-stamp] Error 1  

strange ... could you retry this on a glibc-2.2.5 based build
environment. I don't have any problems to build it there.

> I also noted this in the build log:
>  Cannot find the mailx program to send a build report to the  
>
>  Debian GCC maintainers. Please install and restart. 
> if you want mailx, it has to be added to the build-depends, but I am not
> sure if it works inside a chroot...

no, it's not used. I'll remove the comment.

Matthias




[3.3 regression] internal compiler error: in cp_expr_size, at cp/cp-lang.c:307

2003-03-15 Thread Randolph Chung
>Category:   c++
>Synopsis:   [3.3 regression] internal compiler error: in cp_expr_size, at 
>cp/cp-lang.c:307
>Confidential:   no
>Severity:   serious
>Priority:   medium
>Class:  ice-on-legal-code
>Submitter-Id:   net
>Originator: Randolph Chung <[EMAIL PROTECTED]>
>Release:3.3 20030309 (Debian prerelease) (Debian testing/unstable)
>Environment:
System: Linux gsyprf11.external.hp.com 2.4.20-pa18-UP #1 Sat Jan 4 22:06:52 PST 
2003 parisc64 unknown unknown GNU/Linux
Architecture: parisc64
>Description:
The following code (extracted from goldedplus), when compiled with g++ -c -O2 
bug.cpp, gives:

bug.cpp: In member function `int ftn_golded_nodelist_index::addrcmp() const':
bug.cpp:34: internal compiler error: in cp_expr_size, at cp/cp-lang.c:307
Please submit a full bug report,
with preprocessed source if appropriate.
See http://www.gnu.org/software/gcc/bugs.html> for instructions.


class ftn_addr {
public:
  unsigned short zone;
  unsigned short net;
  unsigned short node;
  unsigned short point;

  ftn_addr();
  ftn_addr(const ftn_addr& a);
  int  compare(const ftn_addr& other) const;
  ftn_addr& operator=(const ftn_addr& a);
};

#pragma pack(1)

struct _GEIdx {
  ftn_addr addr;   // Node address
  _GEIdx() : addr() {}
};

#pragma pack()

class ftn_golded_nodelist_index {
protected:
  _GEIdx   current;
  ftn_addr searchaddr;
  int  addrcmp() const;

public:
  ftn_golded_nodelist_index();
};

int ftn_golded_nodelist_index::addrcmp() const {
  return searchaddr.compare(current.addr);
}
>How-To-Repeat:
see description
compiles fine with g++-3.2
>Fix:
unknown
>Unformatted:




Results for 3.3 20030314 (prerelease) testsuite on alpha-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is alpha-unknown-linux-gnu

=== libjava tests ===


Running target unix
FAIL: initexc execution - gij test
FAIL: initexc execution - gij test

=== libjava Summary ===

# of expected passes2939
# of unexpected failures2
# of expected failures  16
# of untested testcases 14
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: 26_numerics/fabs_inline.cc (test for excess errors)
WARNING: 26_numerics/fabs_inline.cc compilation failed to produce executable
WARNING: program timed out.
FAIL: thread/pthread4.cc execution test

=== libstdc++-v3 Summary ===

# of expected passes447
# of unexpected failures3
# of unexpected successes   14
# of expected failures  13
=== g++ tests ===


Running target unix
FAIL: g++.dg/tls/init-2.C (test for excess errors)
XPASS: g++.other/init5.C  Execution test
FAIL: g++.pt/repo3.C (test for excess errors)

=== g++ Summary ===

# of expected passes7900
# of unexpected failures2
# of unexpected successes   1
# of expected failures  96
# of untested testcases 22
# of unsupported tests  16
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g++ version 3.3 
20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1644
# of unsupported tests  8
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g77 version 3.3 
20030314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/simd-5.c,  -O2  
FAIL: gcc.c-torture/compile/simd-5.c,  -O3 -fomit-frame-pointer  
FAIL: gcc.c-torture/compile/simd-5.c,  -O3 -g  
FAIL: gcc.c-torture/compile/simd-5.c,  -Os  
FAIL: gcc.c-torture/execute/2605-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/2605-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/simd-2.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/simd-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/simd-2.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/simd-2.c execution,  -O3 -g 
FAIL: gcc.dg/duff-2.c (test for excess errors)

=== gcc Summary ===

# of expected passes21178
# of unexpected failures9
# of expected failures  78
# of unresolved testcases   2
# of unsupported tests  151
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)


Compiler version: 3.3 20030314 (prerelease) 
Platform: alpha-unknown-linux-gnu
configure flags: --host=alpha-linux -v 
--enable-languages=c,c++,java,f77,objc,ada --prefix=/usr/lib/gcc-snapshot 
--infodir=/share/info --mandir=/share/man --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib 
--with-cpp-install-dir=bin --enable-objc-gc
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Results for 3.3 20030314 (prerelease) testsuite on hppa-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is hppa-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/compat/break/bitfield7 y_tst.o compile
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link 
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execute 
XPASS: g++.mike/eh33.C (test for excess errors)
XPASS: g++.mike/eh33.C  Execution test
XPASS: g++.mike/eh50.C (test for excess errors)
XPASS: g++.mike/eh50.C  Execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes7869
# of unexpected failures1
# of unexpected successes   5
# of expected failures  96
# of unresolved testcases   2
# of untested testcases 23
# of unsupported tests  17
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g++ version 3.3 
20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1644
# of unsupported tests  8
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g77 version 3.3 
20030314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/uninit-C.c (test for excess errors)

=== gcc Summary ===

# of expected passes21137
# of unexpected failures2
# of expected failures  67
# of unsupported tests  162
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++-v3 Summary ===

# of expected passes450
# of unexpected failures1
# of unexpected successes   13
# of expected failures  14

Compiler version: 3.3 20030314 (prerelease) 
Platform: hppa-unknown-linux-gnu
configure flags: --host=hppa-linux -v --enable-languages=c,c++,f77,objc,ada 
--prefix=/usr/lib/gcc-snapshot --infodir=/share/info --mandir=/share/man 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--enable-__cxa_atexit --enable-clocale=gnu --enable-sjlj-exceptions 
--with-cpp-install-dir=bin
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Results for 3.3 20030314 (prerelease) testsuite on mipsel-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is mipsel-unknown-linux-gnu

=== g++ tests ===


Running target unix

=== g++ Summary ===

# of expected passes2
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g++ version 3.3 
20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes5
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g77 version 3.3 
20030314 (prerelease)

=== gcc tests ===


Running target unix

=== gcc Summary ===

# of expected passes1
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes7
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== libstdc++-v3 tests ===


Running target unix

=== libstdc++-v3 Summary ===

# of expected passes2

Compiler version: 3.3 20030314 (prerelease) 
Platform: mipsel-unknown-linux-gnu
configure flags: --host=mipsel-linux -v --enable-languages=c,c++,f77,objc 
--prefix=/usr/lib/gcc-snapshot --infodir=/share/info --mandir=/share/man 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--enable-__cxa_atexit --enable-clocale=gnu --with-cpp-install-dir=bin 
--enable-objc-gc
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Results for 3.3 20030314 (prerelease) testsuite on i386-pc-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is i386-pc-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/tls/init-2.C (test for excess errors)
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes7949
# of unexpected failures1
# of unexpected successes   1
# of expected failures  96
# of untested testcases 9
# of unsupported tests  3
/build/packages/gcc/snap/gcc-snapshot-20030314/build/gcc/testsuite/../g++ 
version 3.3 20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1644
# of unsupported tests  8
/build/packages/gcc/snap/gcc-snapshot-20030314/build/gcc/testsuite/../g77 
version 3.3 20030314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/uninit-C.c (test for excess errors)

=== gcc Summary ===

# of expected passes21402
# of unexpected failures2
# of expected failures  69
# of unsupported tests  75
/build/packages/gcc/snap/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 
20030314 (prerelease)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/packages/gcc/snap/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 
20030314 (prerelease)

=== libjava tests ===


Running target unix
WARNING: program timed out.
FAIL: SyncTest execution - gij test
WARNING: program timed out.
FAIL: SyncTest execution - gij test

=== libjava Summary ===

# of expected passes2939
# of unexpected failures2
# of expected failures  16
# of untested testcases 14
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++-v3 Summary ===

# of expected passes450
# of unexpected failures1
# of unexpected successes   14
# of expected failures  13

Compiler version: 3.3 20030314 (prerelease) 
Platform: i386-pc-linux-gnu
configure flags: --host=i386-linux -v 
--enable-languages=c,c++,java,f77,objc,ada --prefix=/usr/lib/gcc-snapshot 
--infodir=/share/info --mandir=/share/man --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib 
--with-cpp-install-dir=bin --enable-objc-gc
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Results for 3.3 20030314 (prerelease) testsuite on powerpc-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/compat/break/bitfield7 y_tst.o compile
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link 
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execute 
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes7873
# of unexpected failures1
# of unexpected successes   1
# of expected failures  96
# of unresolved testcases   2
# of untested testcases 23
# of unsupported tests  17
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g++ version 3.3 
20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1644
# of unsupported tests  8
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g77 version 3.3 
20030314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC
FAIL: gcc.dg/20020118-1.c execution test
FAIL: gcc.dg/altivec-5.c (test for excess errors)
FAIL: gcc.dg/duff-2.c (test for excess errors)

=== gcc Summary ===

# of expected passes21179
# of unexpected failures4
# of expected failures  67
# of unsupported tests  144
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== libjava tests ===


Running target unix
FAIL: Array_3 -O execution - source compiled test
WARNING: program timed out.
FAIL: SyncTest execution - gij test
WARNING: program timed out.
FAIL: SyncTest execution - gij test

=== libjava Summary ===

# of expected passes2937
# of unexpected failures3
# of expected failures  16
# of untested testcases 15
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++-v3 Summary ===

# of expected passes450
# of unexpected failures1
# of unexpected successes   14
# of expected failures  13

Compiler version: 3.3 20030314 (prerelease) 
Platform: powerpc-unknown-linux-gnu
configure flags: --host=powerpc-linux -v 
--enable-languages=c,c++,java,f77,objc,ada --prefix=/usr/lib/gcc-snapshot 
--infodir=/share/info --mandir=/share/man --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib 
--with-cpp-install-dir=bin --enable-objc-gc --disable-softfloat
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Results for 3.3 20030309 (prerelease) testsuite on m68k-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Sun Mar  9 23:59:15 UTC 2003

Native configuration is m68k-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -g  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-g  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -g  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-g  -fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O0  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O0  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -O0  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O0  -fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O1  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O1  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -O1  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O1  -fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O2  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O2  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -O2  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O2  -fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O3  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -O3  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3  -fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O3 -g  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3 -g  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -O3 -g  
-fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3 -g  
-fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -Os  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-Os  -fprofile-arcs
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C compilation,  -Os  -fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-Os  -fbranch-probabilities
=== g77 tests ===


Running target unix
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -g  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-g  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -g  -fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-g  -fbranch-probabilities
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -O0  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O0  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -O0  -fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O0  -fbranch-probabilities
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -O1  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O1  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -O1  -fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O1  -fbranch-probabilities
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -O2  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O2  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -O2  -fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O2  -fbranch-probabilities
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -O3  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O3  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -O3  -fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O3  -fbranch-probabilities
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -O3 -g  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O3 -g  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -O3 -g  
-fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-O3 -g  
-fbranch-probabilities
FAIL: g77.dg/bprob/g77-bprob-1.f compilation,  -Os  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-Os  -fprofile-arcs
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f compilation,  -Os  -fbranch-probabilities
UNRESOLVED: g77.dg/bprob/g77-bprob-1.f execution,-Os  -fbranch-probabilities
=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -Os  
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fo

Bug#184862: g++: static fpos_t gives internal compiler error

2003-03-15 Thread Matthias Klose
retitle 184862 [fixed in 3.3] static fpos_t gives internal compiler error
thanks

present in 3.2, but not 3.3

Silas S. Brown writes:
> Package: g++
> Version: 2:2.95.4-14
> Severity: normal
> 
> This gives "internal compiler error":
> 
> #include 
> int main() {
>   static fpos_t f=0;
> }
> 
> /tmp/test.c++: In function `int main()':
> /tmp/test.c++:3: Internal compiler error:
> /tmp/test.c++:3: Internal compiler error in `gen_lowpart', at emit-rtl.c:1069
> Please submit a full bug report.
> See http://www.gnu.org/software/gcc/bugs.html> for instructions.
> 
> (Yes I know the code is wrong, but it shouldn't give a
> compiler error.)




Processed: Re: Bug#184862: g++: static fpos_t gives internal compiler error

2003-03-15 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 184862 [fixed in 3.3] static fpos_t gives internal compiler error
Bug#184862: g++: static fpos_t gives internal compiler error
Changed Bug title.

> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)




Bug#184800: gcc-3.2: ICE while building mplayer

2003-03-15 Thread Federico 'Derfel' Stella
* venerdì 14 marzo 2003, alle 21:45, Matthias Klose scrive:

> Please recheck with the gcc-snapshot package.
Ok, it compiles.





gcc-experimental_20030315-1_hppa.changes ACCEPTED

2003-03-15 Thread Debian Installer

Accepted:
gcc-experimental_20030315-1_hppa.deb
  to pool/main/g/gcc-experimental/gcc-experimental_20030315-1_hppa.deb


Thank you for your contribution to Debian.




gcc-experimental_20030315-1_i386.changes ACCEPTED

2003-03-15 Thread Debian Installer

Accepted:
gcc-experimental_20030315-1.diff.gz
  to pool/main/g/gcc-experimental/gcc-experimental_20030315-1.diff.gz
gcc-experimental_20030315-1.dsc
  to pool/main/g/gcc-experimental/gcc-experimental_20030315-1.dsc
gcc-experimental_20030315-1_i386.deb
  to pool/main/g/gcc-experimental/gcc-experimental_20030315-1_i386.deb
gcc-experimental_20030315.orig.tar.gz
  to pool/main/g/gcc-experimental/gcc-experimental_20030315.orig.tar.gz
Announcing to debian-devel-changes@lists.debian.org


Thank you for your contribution to Debian.




Bug#184927: libstdc++2.10: Many Application require libstdc++-libc6.1-1.so.2

2003-03-15 Thread Stefan J. Betz
Package: libstdc++2.10
Version: 1:2.95.2-14
Severity: normal



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux athlon 2.4.20 #1 Fre Jan 24 15:40:52 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages libstdc++2.10 depends on:
ii  libc6 2.2.5-11.2 GNU C Library: Shared libraries an

I can not use many Application such as Borland JBuilder, because they
will use libstdc++-libc6.1-1.so.2 when i creat a link from this to the
file /usr/lib/libstdc++-libc6.2-2.so.3, they applications will run very
good!

Greetings from Germany





Bug#184927: marked as done (libstdc++2.10: Many Application require libstdc++-libc6.1-1.so.2)

2003-03-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Mar 2003 20:15:59 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Bug#184927: libstdc++2.10: Many Application require 
libstdc++-libc6.1-1.so.2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--
Received: (at submit) by bugs.debian.org; 15 Mar 2003 18:22:00 +
>From [EMAIL PROTECTED] Sat Mar 15 12:22:00 2003
Return-path: <[EMAIL PROTECTED]>
Received: from mout2.freenet.de [194.97.50.155] 
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18uGIC-00035j-00; Sat, 15 Mar 2003 12:22:00 -0600
Received: from [194.97.55.148] (helo=mx5.freenet.de)
by mout2.freenet.de with asmtp (Exim 4.12)
id 18uGIA-0007A8-00
for [EMAIL PROTECTED]; Sat, 15 Mar 2003 19:21:58 +0100
Received: from b2d3f.pppool.de ([213.7.45.63] helo=athlon)
by mx5.freenet.de with esmtp (Exim 4.12 #2)
id 18uGIA-gL-00; Sat, 15 Mar 2003 19:21:58 +0100
Received: from stefan by athlon with local (Exim 3.35 #1 (Debian))
id 18uGID-um-00; Sat, 15 Mar 2003 19:22:01 +0100
From: "Stefan J. Betz" <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: libstdc++2.10: Many Application require libstdc++-libc6.1-1.so.2
X-Mailer: reportbug 1.50
Date: Sat, 15 Mar 2003 19:22:00 +0100
Sender: "Stefan J. Betz" <[EMAIL PROTECTED]>
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-0.2 required=4.0
tests=HAS_PACKAGE,SPAM_PHRASE_00_01
version=2.44
X-Spam-Level: 

Package: libstdc++2.10
Version: 1:2.95.2-14
Severity: normal



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux athlon 2.4.20 #1 Fre Jan 24 15:40:52 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED]

Versions of packages libstdc++2.10 depends on:
ii  libc6 2.2.5-11.2 GNU C Library: Shared libraries an

I can not use many Application such as Borland JBuilder, because they
will use libstdc++-libc6.1-1.so.2 when i creat a link from this to the
file /usr/lib/libstdc++-libc6.2-2.so.3, they applications will run very
good!

Greetings from Germany


---
Received: (at 184927-done) by bugs.debian.org; 15 Mar 2003 19:16:02 +
>From [EMAIL PROTECTED] Sat Mar 15 13:16:01 2003
Return-path: <[EMAIL PROTECTED]>
Received: from zensunni.demon.nl [212.238.195.120] (mail)
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 18uH8T-0004gL-00; Sat, 15 Mar 2003 13:16:01 -0600
Received: from ray by zensunni.demon.nl with local (Exim 3.35 #1 (Debian))
id 18uH8R-0002EK-00
for <[EMAIL PROTECTED]>; Sat, 15 Mar 2003 20:15:59 +0100
Date: Sat, 15 Mar 2003 20:15:59 +0100
From: "J.H.M. Dassen (Ray)" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: Bug#184927: libstdc++2.10: Many Application require 
libstdc++-libc6.1-1.so.2
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <[EMAIL PROTECTED]>
Organization: Ray at home
X-System: Debian GNU/Linux testing/unstable, kernel 
2.4.21-pre5-freeswan1.99-evms1.2.1
User-Agent: Mutt/1.5.3i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.5 required=4.0
tests=IN_REP_TO,NOSPAM_INC,QUOTED_EMAIL_TEXT,REFERENCES,
  SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT,
  USER_AGENT_MUTT
version=2.44
X-Spam-Level: 

On Sat, Mar 15, 2003 at 19:22:00 +0100, Stefan J. Betz wrote:
> I can not use many Application such as Borland JBuilder, because they will
> use libstdc++-libc6.1-1.so.2

The libstdc++2.9-glibc2.1 package in the oldlibs section supplies
usr/lib/libstdc++-libc6.1-1.so.2 .

> when i creat a link from this to the file
> /usr/lib/libstdc++-libc6.2-2.so.3, they applications will run very good!

That's a recipe for creating subtle and not so subtle problems.

In any case, I don't see a bug here - closing this report.
Ray
-- 
I'm having trouble keeping my clever schemes separate from my sarcasm.
Wally




Bug#184446: libstdc++5-dev has i486 specific asm code

2003-03-15 Thread Matthias Klose
Daniel Jacobowitz writes:
> On Wed, Mar 12, 2003 at 12:49:44PM +0100, Sebastian Wilhelmi wrote:
> > Package: libstdc++5-dev
> > Version: 1:3.2.3-0pre5
> > Severity: normal
> >  
> > The file /usr/include/c++/3.2/i386-linux/bits/atomicity.h
> > has code, which does not work on i386. It needs i486 or above.
> >  
> > Is i386 unsupported by debian?
> >  
> > Personally I haven't found any info regarding this on debian-devel or
> > in the debian policy, so is there any consensus in dropping i386?
> >  
> > (Note, that I don't have i386 myself, so I hope I didn't get that wrong.)
> >  
> > This bug would make nearly all C++-packages compiled with it unusable on 
> > i386.
> 
> The comment in that file says:
> 
> // Low-level functions for atomic operations: x86, x < 4 version  -*- C++ -*-
> 
> Is that incorrect?  Hmm, it's the same as the 486 version, so the
> comment is wrong.
> 
> This will be fixed in gcc 3.3 (at a performance penalty; we need to
> think about providing the i486 version also).

or we do think to drop i386 alltogether? How should this library be
installed? Building can be done in a second libstdc++-v3 build dir
with the compiler just built and -march=486 -mtune=585.







Bug#184446: libstdc++5-dev has i486 specific asm code

2003-03-15 Thread Phil Edwards
On Sat, Mar 15, 2003 at 08:32:26PM +0100, Matthias Klose wrote:
> Daniel Jacobowitz writes:
> > On Wed, Mar 12, 2003 at 12:49:44PM +0100, Sebastian Wilhelmi wrote:
> > >  
> > > The file /usr/include/c++/3.2/i386-linux/bits/atomicity.h
> > > has code, which does not work on i386. It needs i486 or above.
> > 
> > The comment in that file says:
> > 
> > // Low-level functions for atomic operations: x86, x < 4 version  -*- C++ 
> > -*-
> > 
> > Is that incorrect?  Hmm, it's the same as the 486 version, so the
> > comment is wrong.
> > 
> > This will be fixed in gcc 3.3 (at a performance penalty; we need to
> > think about providing the i486 version also).
> 
> or we do think to drop i386 alltogether? How should this library be
> installed? Building can be done in a second libstdc++-v3 build dir
> with the compiler just built and -march=486 -mtune=585.

To expand on Daniel's comment:  libstdc++ has "dropped" i386, in the
sense of, "i386 has been folded in with the "any random crappy chip with
no special abilities" target".

Debian already hurts the x86 users (IMHO) by giving them a compiler
targetted for processor which, I'd bet, is used by less than 2% of the
user base.  This is just one more performace hit on top of all the others;
I really wouldn't worry about it unless/until the compiler is targeted
to something more useful, e.g., i486, i586, or (quelle suprise) i686,
and for those cases the atomic operations will be automatically corrected.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.- Samuel Adams




Results for 3.4 20030315 (experimental) testsuite on i386-pc-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Sat Mar 15 07:24:35 UTC 2003

Native configuration is i386-pc-linux-gnu

=== g++ tests ===


Running target unix
FAIL: pch/system-1.C -g assembly comparison
FAIL: pch/system-1.C -O2 -g assembly comparison
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8381
# of unexpected failures2
# of unexpected successes   1
# of expected failures  68
# of untested testcases 9
# of unsupported tests  3
/build/packages/gcc/exp/gcc-experimental-20030315/build/gcc/testsuite/../g++ 
version 3.4 20030315 (experimental)

=== g77 tests ===


Running target unix
FAIL: g77.f-torture/execute/980520-1.f compilation,  -O0 

=== g77 Summary ===

# of expected passes1642
# of unexpected failures1
# of untested testcases 1
# of unsupported tests  8
/build/packages/gcc/exp/gcc-experimental-20030315/build/gcc/testsuite/../g77 
version 3.4 20030315 (experimental)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20020531-1.c (test for excess errors)
FAIL: gcc.dg/Wreturn-type.c (test for excess errors)
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/i386-ssetype-5.c scan-assembler-not movaps.*magic
FAIL: gcc.dg/uninit-C.c (test for excess errors)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 8)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 15)
FAIL: gcc.dg/pch/inline-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes22112
# of unexpected failures8
# of expected failures  71
# of untested testcases 1
# of unsupported tests  86
/build/packages/gcc/exp/gcc-experimental-20030315/build/gcc/xgcc version 3.4 
20030315 (experimental)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/packages/gcc/exp/gcc-experimental-20030315/build/gcc/xgcc version 3.4 
20030315 (experimental)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1
=== libjava tests ===


Running target unix
FAIL: SyncGlobal -O execution - bytecode->native test
WARNING: program timed out.
FAIL: SyncTest execution - gij test
WARNING: program timed out.
FAIL: SyncTest execution - gij test

=== libjava Summary ===

# of expected passes2955
# of unexpected failures3
# of expected failures  16
# of untested testcases 15
=== libstdc++-v3 tests ===


Running target unix
FAIL: 22_locale/codecvt/always_noconv/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/7.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/3.cc execution test
FAIL: 22_locale/ctype/narrow/wchar_t/3.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/2.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/3.cc execution test
FAIL: 24_iterators/iterator.cc execution test

=== libstdc++-v3 Summary ===

# of expected passes1188
# of unexpected failures19
# of expected failures  2

Compiler version: 3.4 20030315 (experimental) 
Platform: i386-pc-linux-gnu
configure flags: -v --enable-languages=c,c++,java,f77,objc,ada,treelang 
--prefix=/usr/lib/gcc-experimental --infodir=/share/info --mandir=/share/man 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--enable-__cxa_atexit --enable-clocale=gnu --enable-java-gc=boehm 
--enable-java-awt=xlib i386-linux
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

libobjc:
  Find gc.h header in /usr/include/gc for --enable-objc-gc enabled builds.




Results for 3.4 20030315 (experimental) testsuite on hppa-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Sat Mar 15 07:24:35 UTC 2003

Native configuration is hppa-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/compat/break/bitfield7 y_tst.o compile
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link 
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execute 
FAIL: pch/system-1.C -g assembly comparison
FAIL: pch/system-1.C -O2 -g assembly comparison
XPASS: g++.mike/eh33.C (test for excess errors)
XPASS: g++.mike/eh33.C  Execution test
XPASS: g++.mike/eh50.C (test for excess errors)
XPASS: g++.mike/eh50.C  Execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8296
# of unexpected failures3
# of unexpected successes   5
# of expected failures  68
# of unresolved testcases   2
# of untested testcases 23
# of unsupported tests  19
/home/packages/gcc/snap/gcc-experimental-20030315/build/gcc/testsuite/../g++ 
version 3.4 20030315 (experimental)

=== g77 tests ===


Running target unix
FAIL: g77.f-torture/execute/980520-1.f compilation,  -O0 
FAIL: g77.f-torture/noncompile/check0.f

=== g77 Summary ===

# of expected passes1641
# of unexpected failures2
# of untested testcases 1
# of unsupported tests  8
/home/packages/gcc/snap/gcc-experimental-20030315/build/gcc/testsuite/../g77 
version 3.4 20030315 (experimental)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -O2 
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops 
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20010119-1.c compilation,  -Os 
UNRESOLVED: gcc.c-torture/execute/20010119-1.c execution,  -Os 
FAIL: gcc.dg/Wreturn-type.c (test for excess errors)
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/uninit-C.c (test for excess errors)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 8)
FAIL: gcc.dg/warn-1.c  (test for warnings, line 15)
FAIL: gcc.dg/pch/inline-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes21785
# of unexpected failures12
# of expected failures  69
# of unresolved testcases   6
# of untested testcases 1
# of unsupported tests  194
/home/packages/gcc/snap/gcc-experimental-20030315/build/gcc/xgcc version 3.4 
20030315 (experimental)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/home/packages/gcc/snap/gcc-experimental-20030315/build/gcc/xgcc version 3.4 
20030315 (experimental)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1
=== libstdc++-v3 tests ===


Running target unix
FAIL: 22_locale/codecvt/always_noconv/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/always_noconv/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/encoding/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/in/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/length/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/max_length/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/3.cc execution test
FAIL: 22_locale/codecvt/out/wchar_t/7.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/2.cc execution test
FAIL: 22_locale/codecvt/unshift/wchar_t/3.cc execution test
FAIL: 22_locale/ctype/is/wchar_t/1.cc execution test
FAIL: 22_locale/ctype/narrow/wchar_t/3.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/2.cc execution test
FAIL: 22_locale/ctype/widen/wchar_t/3.cc execution test
FAIL: 27_io

Results for 3.3 20030314 (prerelease) testsuite on ia64-unknown-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is ia64-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/tls/init-2.C (test for excess errors)
XPASS: g++.other/init5.C  Execution test
FAIL: g++.pt/repo3.C (test for excess errors)

=== g++ Summary ===

# of expected passes7682
# of unexpected failures2
# of unexpected successes   1
# of expected failures  96
# of untested testcases 23
# of unsupported tests  16
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g++ version 3.3 
20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1644
# of unsupported tests  8
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g77 version 3.3 
20030314 (prerelease)

=== gcc tests ===


Running target unix
XPASS: gcc.c-torture/compile/981223-1.c,  -O2  
XPASS: gcc.c-torture/compile/981223-1.c,  -O3 -fomit-frame-pointer  
XPASS: gcc.c-torture/compile/981223-1.c,  -O3 -g  
XPASS: gcc.c-torture/compile/981223-1.c,  -Os  
FAIL: gcc.dg/duff-2.c (test for excess errors)

=== gcc Summary ===

# of expected passes20832
# of unexpected failures1
# of unexpected successes   4
# of expected failures  83
# of unsupported tests  153
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes2943
# of expected failures  16
# of untested testcases 12
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
FAIL: 25_algorithms/sort.cc (test for excess errors)
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++-v3 Summary ===

# of expected passes449
# of unexpected failures2
# of unexpected successes   14
# of expected failures  13

Compiler version: 3.3 20030314 (prerelease) 
Platform: ia64-unknown-linux-gnu
configure flags: --host=ia64-linux -v 
--enable-languages=c,c++,java,f77,objc,ada --prefix=/usr/lib/gcc-snapshot 
--infodir=/share/info --mandir=/share/man --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib 
--with-cpp-install-dir=bin --enable-objc-gc
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Results for 3.3 20030314 (prerelease) testsuite on s390-ibm-linux-gnu

2003-03-15 Thread Matthias Klose
LAST_UPDATED: Fri Mar 14 19:22:27 UTC 2003

Native configuration is s390-ibm-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/compat/break/bitfield7 y_tst.o compile
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link 
UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execute 
FAIL: g++.eh/terminate2.C  Execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes7874
# of unexpected failures2
# of unexpected successes   1
# of expected failures  96
# of unresolved testcases   2
# of untested testcases 23
# of unsupported tests  16
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g++ version 3.3 
20030314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1644
# of unsupported tests  8
/build/buildd/gcc-snapshot-20030314/build/gcc/testsuite/../g77 version 3.3 
20030314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/debug-1.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c scan-assembler xyzzy
FAIL: gcc.dg/duff-2.c (test for excess errors)

=== gcc Summary ===

# of expected passes21130
# of unexpected failures9
# of expected failures  69
# of unsupported tests  160
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== objc tests ===


Running target unix
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)

=== objc Summary ===

# of expected passes1149
# of unexpected failures4
/build/buildd/gcc-snapshot-20030314/build/gcc/xgcc version 3.3 20030314 
(prerelease)

=== libjava tests ===


Running target unix
WARNING: program timed out.
FAIL: SyncTest execution - gij test
WARNING: program timed out.
FAIL: SyncTest execution - bytecode->native test
WARNING: program timed out.
FAIL: SyncTest execution - gij test
WARNING: program timed out.
FAIL: SyncTest -O execution - bytecode->native test
FAIL: Thread_Interrupt output - bytecode->native test
FAIL: Thread_Interrupt -O output - source compiled test

=== libjava Summary ===

# of expected passes2933
# of unexpected failures6
# of expected failures  16
# of untested testcases 16
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
FAIL: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: thread/pthread2.cc execution test
FAIL: thread/pthread3.cc execution test
WARNING: program timed out.
FAIL: thread/pthread4.cc execution test

=== libstdc++-v3 Summary ===

# of expected passes447
# of unexpected failures4
# of unexpected successes   14
# of expected failures  13

Compiler version: 3.3 20030314 (prerelease) 
Platform: s390-ibm-linux-gnu
configure flags: --host=s390-linux -v 
--enable-languages=c,c++,java,f77,objc,ada --prefix=/usr/lib/gcc-snapshot 
--infodir=/share/info --mandir=/share/man --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-java-gc=boehm --enable-java-awt=xlib 
--with-cpp-install-dir=bin --enable-objc-gc
BOOT_CFLAGS=-O2 

Patches that Debian applied in this version:

autoreconf:
  autoreconf several directories for proper mipsen libtool support

libobjc:
  Find header file for Boehm garbage collector.




Re: Bug#184893: kernel-source-2.4.20: C3 compile options wrong for gcc 3.2

2003-03-15 Thread Herbert Xu
On Sun, Mar 16, 2003 at 09:40:22AM +1100, herbert wrote:
> 
> That's a bug in gcc-3.2.  In fact it seems that it doesn't respect
> -falign-jumps at all:
> 
> gcc-3.2 -falign-labels=0 -falign-jumps=0 -S -O2 a.c

To add insult to injury, -malign-jumps=0 actually works with gcc-3.2!
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt




Re: Bug#184893: kernel-source-2.4.20: C3 compile options wrong for gcc 3.2

2003-03-15 Thread Herbert Xu
On Sat, Mar 15, 2003 at 10:27:27PM +, David Goodenough wrote:
> 
> Possibly, but it would appear that it does not honour the old directives,
> at least the code that is generated is different.  I generated kernels
> with the warnings and with a fixed Makefile and the generated kernels
> are of different size.

That's a bug in gcc-3.2.  In fact it seems that it doesn't respect
-falign-jumps at all:

gcc-3.2 -falign-labels=0 -falign-jumps=0 -S -O2 a.c

*
int m();
int n();

int k(int l) {
if (l == 3) {
m();
n();
m();
m();
n();
} else {
n();
n();
n();
m();
m();
}
return 3;
}
*
.file   "b.c"
.text
.align 2
.p2align 2,,3
.globl k
.type   k,@function
k:
pushl   %ebp
movl%esp, %ebp
subl$8, %esp
cmpl$3, 8(%ebp)
je  .L4
calln
calln
calln
callm
callm
.L3:
movl$3, %eax
leave
ret
.p2align 2,,3
.L4:
callm
calln
callm
callm
calln
jmp .L3
.Lfe1:
.size   k,.Lfe1-k
.ident  "GCC: (GNU) 3.2.1 20020924 (Debian prerelease)"
*

Anyway, I'm closing this bug because the 2.4 kernels must still work
with gcc 2.95 which does not support -falign.
-- 
Debian GNU/Linux 3.0 is out! ( http://www.debian.org/ )
Email:  Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt