Processing of gcc-snapshot_20050904-1_i386.changes

2005-09-05 Thread Archive Administrator
gcc-snapshot_20050904-1_i386.changes uploaded successfully to localhost
along with the files:
  gcc-snapshot_20050904-1.dsc
  gcc-snapshot_20050904.orig.tar.gz
  gcc-snapshot_20050904-1.diff.gz
  gcc-snapshot_20050904-1_i386.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-snapshot_20050904-1_i386.changes ACCEPTED

2005-09-05 Thread Debian Installer

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


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-snapshot_20050904-1_hppa.changes

2005-09-05 Thread Archive Administrator
gcc-snapshot_20050904-1_hppa.changes uploaded successfully to localhost
along with the files:
  gcc-snapshot_20050904-1_hppa.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-snapshot_20050904-1_hppa.changes ACCEPTED

2005-09-05 Thread Debian Installer

Accepted:
gcc-snapshot_20050904-1_hppa.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050904-1_hppa.deb


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



ICE instead of reporting a call to a non existant member function

2005-09-05 Thread Akim Demaille

>Submitter-Id:  net
>Originator:Akim Demaille
>Organization:  EPITA
>Confidential:  no
>Synopsis:  ICE instead of reporting a call to a non existant member 
>function
>Severity:  serious
>Priority:  medium
>Category:  c++
>Class: ice-on-illegal-code
>Release:   4.0.1 (Debian 4.0.1-2) (Debian testing/unstable)
>Environment:
System: Linux nostromo 2.4.27-1-686 #1 Wed Dec 1 19:57:47 JST 2004 i686 
GNU/Linux
Architecture: i686


host: i486-pc-linux-gnu
build: i486-pc-linux-gnu
target: i486-pc-linux-gnu
configured with: ../src/configure -v 
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr 
--enable-shared --with-system-zlib --libexecdir=/usr/lib --enable-nls 
--without-included-gettext --enable-threads=posix --program-suffix=-4.0 
--enable-__cxa_atexit --enable-libstdcxx-allocator=mt --enable-clocale=gnu 
--enable-libstdcxx-debug --enable-java-gc=boehm --enable-java-awt=gtk 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release i486-linux-gnu
>Description:

G++ dies instead of reporting a clear error message.  This is a
regression as compared to 3.3

I'm afraid I can't currently upgrade to 4.1, so I can't tell if this
is still a problem...

>How-To-Repeat:

/tmp % eof foo.ccnostromo 14:57
:  foo.cc --
cat > foo.cc << \EOF
struct Visitor;

struct Ast
{
  virtual void accept (Visitor& v);
};

void
Ast::accept (Visitor& v)
{
  v (*this);
}
EOF
: 
/tmp % gcc-4.0 foo.ccnostromo 14:57
foo.cc: In member function 'virtual void Ast::accept(Visitor&)':
foo.cc:11: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions,
see .

/tmp % gcc-3.3 foo.ccnostromo Err 1
foo.cc: In member function `virtual void Ast::accept(Visitor&)':
foo.cc:11: error: no match for call to `(Visitor) (Ast&)'

>Fix:


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23728] [4.0 regression] [m68k] ICE (Segmentation fault) building python

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 
14:11 ---
Works for me with a cross compile from powerpc-darwin to m68k-linux-gnu build 
from 
4.0.2 20050826 sources.  cc1 was built at -O0.

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug ada/23732] [ada] Library_Version still at 4.0 ?

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 
14:45 ---
Confirmed.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-09-05 14:45:43
   date||


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 
14:51 ---
See  for more information 
about this issue.

-- 
   What|Removed |Added

 Status|UNCONFIRMED |NEW
 Ever Confirmed||1
   Last reconfirmed|-00-00 00:00:00 |2005-09-05 14:51:35
   date||


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23731] [4.1 regression] [hppa] 489 test failures in libjava

2005-09-05 Thread pinskia at gcc dot gnu dot org


-- 
   What|Removed |Added

   Keywords||EH


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug tree-optimization/13000] [3.4 Regression] [unit-at-a-time] Using -O2 cannot detect missing return statement in a function

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-05 
15:48 ---
(In reply to comment #20)
> The dependency on 17652 is there because of comment #17, q.v.  We want to make
> sure that we back out the patch to c_finish_bc_stmt when it is no longer 
> needed,
> which should happen after the tree-profiling branch is merged to mainline.  So
> I'm re-adding the dependency.  If you still think this is wrong, go ahead and
> take it out.

Removing dependent on 13127 because the patch to c_finish_bc_stmt still speeds 
up the compiling as 
we don't need to generate as many BBs with it as we would without it.

-- 
   What|Removed |Added

OtherBugsDependingO|17652   |
  nThis||


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-09-05 Thread toots at rastageeks dot org

--- Additional Comments From toots at rastageeks dot org  2005-09-05 17:29 
---
Seen also for another KDE related build: 
http://buildd.debian.org/fetch.php?&pkg=kshutdown&ver=0.6.0-3&arch=m68k&stamp=1125936989&file=log&as=raw
 

-- 


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug c++/21123] [4.0 regression] ICE in cp_expr_size, at cp/cp-objcp-common.c:101

2005-09-05 Thread toots at rastageeks dot org


-- 
   What|Removed |Added

 CC||toots at rastageeks dot org


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

--- You are receiving this mail because: ---
You are on the CC list for the bug, or are watching someone who is.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Processing of gcc-snapshot_20050904-1_sparc.changes

2005-09-05 Thread Archive Administrator
gcc-snapshot_20050904-1_sparc.changes uploaded successfully to localhost
along with the files:
  gcc-snapshot_20050904-1_sparc.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



gcc-snapshot_20050904-1_sparc.changes ACCEPTED

2005-09-05 Thread Debian Installer

Accepted:
gcc-snapshot_20050904-1_sparc.deb
  to pool/main/g/gcc-snapshot/gcc-snapshot_20050904-1_sparc.deb


Thank you for your contribution to Debian.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on alpha-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 

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

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

using: 
/build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/alpha-linux-gnu/baseline_symbols.txt

Native configuration is alpha-unknown-linux-gnu

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
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: 27_io/filebuf_members.cc execution test

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

# of expected passes450
# of unexpected failures2
# of unexpected successes   26
# of expected failures  2
=== g++ tests ===


Running target unix
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8215
# of unexpected successes   1
# of expected failures  97
# of untested testcases 22
# of unsupported tests  29
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O0 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O1 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O2 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -Os 
UNRESOLVED: gcc.c-torture/execute/20020227-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)
FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections 
-Wl,--gc-sections -static (test for excess errors)

=== gcc Summary ===

# of expected passes21243
# of unexpected failures10
# of expected failures  72
# of unresolved testcases   8
# of unsupported tests  187
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)


Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: alpha-unknown-linux-gnu
configure flags: --host=alpha-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-=

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on arm-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is arm-unknown-linux-gnu

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
WARNING: program timed out.
FAIL: 27_io/filebuf_members.cc execution test
WARNING: program timed out.
FAIL: thread/pthread5.cc execution test
WARNING: program timed out.
FAIL: thread/pthread6.cc execution test

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

# of expected passes450
# of unexpected failures3
# of unexpected successes   26
# of expected failures  2
=== g++ tests ===


Running target unix
FAIL: g++.dg/abi/empty6.C  (test for warnings, line 6)
FAIL: g++.dg/abi/vbase10.C  (test for warnings, line 6)
FAIL: g++.dg/init/array16.C execution test
XPASS: g++.dg/other/packed1.C execution test
FAIL: 258: expected branch percentages not found: 25
FAIL: g++.dg/gcov/gcov-1.C gcov: 0 failures in line counts, 1 in branch 
percentages, 0 in return percentages
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8184
# of unexpected failures5
# of unexpected successes   2
# of expected failures  97
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -g  
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O1 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O2 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O3 
-fomit-frame-pointer 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O3 -g 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c exe

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on i486-pc-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is i486-pc-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8264
# of unexpected successes   1
# of expected failures  97
# of untested testcases 9
# of unsupported tests  15
/home/packages/gcc/3.3/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 
(Debian 1:3.3.6-9)

=== gcc tests ===


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

=== gcc Summary ===

# of expected passes21488
# of unexpected failures1
# of expected failures  69
# of unsupported tests  101
/home/packages/gcc/3.3/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 
1:3.3.6-9)


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

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

using: 
/home/packages/gcc/3.3/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

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

# of expected passes453
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: i486-pc-linux-gnu
configure flags: --host=i486-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6-dev  2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

pr10692:
  2005-01-05  Richard Henderson  <[EMAIL PROTECTED]>
  
  PR rtl-opt/10692
  * reload1.c (do_input_reload): Restrict the optimization deleteing
  a previous output reload to RELOAD_FOR_INPUT.

pr23241:
  Fix PR rtl-optimization/23241

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation to local source-level documentation 

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  En

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on m68k-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is m68k-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/abi/bitfield4.C execution test
FAIL: g++.dg/abi/empty6.C  (test for warnings, line 6)
FAIL: g++.eh/spec3.C  Execution test
FAIL: g++.eh/spec4.C  Execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8185
# of unexpected failures4
# of unexpected successes   1
# of expected failures  97
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O1  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O2  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -fomit-frame-pointer  
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -g  
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 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -Os 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -Os 
FAIL: gcc.c-torture/execute/string-opt-10.c execution,  -O0 
FAIL: gcc.c-torture/execute/string-opt-10.c execution,  -O1 
FAIL: gcc.c-torture/execute/string-opt-10.c execution,  -O2 
FAIL: gcc.c-torture/execute/string-opt-10.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/string-opt-10.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/string-opt-10.c execution,  -Os 
FAIL: gcc.c-torture/execute/string-opt-17.c execution,  -O1 
FAIL: gcc.c-torture/execute/string-opt-17.c execution,  -O2 
FAIL: gcc.c-torture/execute/string-opt-17.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/string-opt-17.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/string-opt-17.c execution,  -Os 
FAIL: gcc.c-torture/execute/string-opt-9.c execution,  -O0 
FAIL: gcc.c-torture/execute/string-opt-9.c execution,  -O1 
FAIL: gcc.c-torture/execute/string-opt-9.c execution,  -O2 
FAIL: gcc.c-torture/execute/string-opt-9.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/string-opt-9.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/string-opt-9.c execution,  -Os 
FAIL: gcc.dg/20020312-2.c (test for excess errors)
WARNING: gcc.dg/20020312-2.c compilation failed to produce executable
FAIL: gcc.dg/bitfld-3.c execution test
FAIL: gcc.dg/bitfld-4.c execution test
XPASS: gcc.dg/c99-flex-array-4.c sizeof != offsetof (test for bogus messages, 
line 24)
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/pack-test-1.c (test for excess errors)
FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus 
messages, line 52)
FAIL: gcc.dg/uninit-A.c uninitialized variable warning (test for bogus 
messages, line 53)
FAIL: gcc.dg/weak/typeof-2.c scan-assembler baz3.*baz3.*baz3.*baz3.*baz3.*baz3

=== gcc Summary ===

# of expected passes21150
# of unexpected failures48
# of unexpected successes   1
# of expected failures  68
# of unsupported tests  200
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on ia64-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is ia64-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/other/packed1.C execution test
FAIL: g++.law/profile1.C (test for excess errors)
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes7979
# of unexpected failures2
# of unexpected successes   1
# of expected failures  97
# of untested testcases 23
# of unsupported tests  28
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
XPASS: gcc.c-torture/execute/20020227-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O2 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020227-1.c compilation,  -Os 
UNRESOLVED: gcc.c-torture/execute/20020227-1.c execution,  -Os 
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/nest.c (test for excess errors)
FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections 
-Wl,--gc-sections -static (test for excess errors)

=== gcc Summary ===

# of expected passes20898
# of unexpected failures8
# of unexpected successes   1
# of expected failures  78
# of unresolved testcases   4
# of unsupported tests  187
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)


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

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

using: 
/build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/ia64-linux-gnu/baseline_symbols.txt

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

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

# of expected passes453
# of unexpected successes   25
# of expected failures  3

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: ia64-unknown-linux-gnu
configure flags: --host=ia64-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --with-system-libunwind --enable-clocale=gnu 
--enable-debug
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6.1-dev2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

pr10692:
  

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on mips-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is mips-unknown-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.dg/other/packed1.C execution test
FAIL: g++.abi/ptrflags.C (test for excess errors)
FAIL: g++.eh/catchptr1.C  Execution test
XPASS: g++.law/profile1.C (test for excess errors)
XPASS: g++.law/profile1.C  Execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8181
# of unexpected failures2
# of unexpected successes   4
# of expected failures  100
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/20001226-1.c,  -O1  
FAIL: gcc.c-torture/compile/20001226-1.c,  -O2  
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -fomit-frame-pointer  
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -g  
FAIL: gcc.c-torture/compile/20001226-1.c,  -Os  
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -Os 
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections 
-Wl,--gc-sections -static (test for excess errors)
FAIL: mips-abi 64

=== gcc Summary ===

# of expected passes21192
# of unexpected failures16
# of expected failures  93
# of unsupported tests  197
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)


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

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

using: 
/build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/mips-linux-gnu/baseline_symbols.txt

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

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

# of expected passes453
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: mips-unknown-linux-gnu
configure flags: --host=mips-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6-dev  2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr1492

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on powerpc-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.dg/other/packed1.C execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8188
# of unexpected successes   2
# of expected failures  97
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


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

=== gcc Summary ===

# of expected passes21249
# of unexpected failures3
# of expected failures  67
# of unsupported tests  178
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

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

# of expected passes453
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: powerpc-unknown-linux-gnu
configure flags: --host=powerpc-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug 
--disable-multilib
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6-dev  2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

pr10692:
  2005-01-05  Richard Henderson  <[EMAIL PROTECTED]>
  
  PR rtl-opt/10692
  * reload1.c (do_input_reload): Restrict the optimization deleteing
  a previous output reload to RELOAD_FOR_INPUT.

pr23241:
  Fix PR rtl-optimization/23241

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation to local source-level documentation 

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa

libffi-config:
  ffi.h.in: correctly #define ffi_type_[us]long on 32bit archs


Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on sparc-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is sparc-unknown-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8194
# of unexpected successes   1
# of expected failures  98
# of untested testcases 22
# of unsupported tests  28
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


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

=== gcc Summary ===

# of expected passes21234
# of unexpected failures1
# of expected failures  67
# of unsupported tests  180
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)


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

# of added symbols:  51
# of missing symbols:134
# of incompatible symbols:   134

using: 
/build/buildd/gcc-3.3-3.3.6/src/libstdc++-v3/config/abi/sparc-linux-gnu/baseline_symbols.txt

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test
WARNING: program timed out.
FAIL: 27_io/filebuf_members.cc execution test

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

# of expected passes452
# of unexpected failures1
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: sparc-unknown-linux-gnu
configure flags: --host=sparc-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug --with-cpu=v7
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6-dev  2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

pr10692:
  2005-01-05  Richard Henderson  <[EMAIL PROTECTED]>
  
  PR rtl-opt/10692
  * reload1.c (do_input_reload): Restrict the optimization deleteing
  a previous output reload to RELOAD_FOR_INPUT.

pr23241:
  Fix PR rtl-optimization/23241

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation to local source-level documentation 

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.o

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on s390-ibm-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is s390-ibm-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8213
# of unexpected successes   1
# of expected failures  97
# of untested testcases 23
# of unsupported tests  29
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/990801-1.c,  -Os  
FAIL: gcc.dg/debug/debug-1.c -gstabs -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs3 -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs+ -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-1.c -gstabs+3 -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs3 -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs+ -O3 scan-assembler xyzzy
FAIL: gcc.dg/debug/debug-2.c -gstabs+3 -O3 scan-assembler xyzzy
FAIL: gcc.dg/duff-2.c (test for excess errors)

=== gcc Summary ===

# of expected passes21227
# of unexpected failures10
# of expected failures  70
# of unsupported tests  196
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

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

# of expected passes453
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: s390-ibm-linux-gnu
configure flags: --host=s390-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6-dev  2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport of PR18508 to the gcc-3.3 branch

pr10692:
  2005-01-05  Richard Henderson  <[EMAIL PROTECTED]>
  
  PR rtl-opt/10692
  * reload1.c (do_input_reload): Restrict the optimization deleteing
  a previous output reload to RELOAD_FOR_INPUT.

pr23241:
  Fix PR rtl-optimization/23241

gcc-version:
  Add "(Debian )" to the gcc version string

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libf2c-update:
  libf2c update taken from the 3.4.1 release.

libobjc-update:
  libobjc update taken from the 3.4.1 release.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  link local libstdc++ documentation to local s

Results for 3.3.6 (Debian 1:3.3.6-9) testsuite on mipsel-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is mipsel-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.abi/ptrflags.C (test for excess errors)
FAIL: g++.eh/catchptr1.C  Execution test
XPASS: g++.law/profile1.C (test for excess errors)
XPASS: g++.law/profile1.C  Execution test
XPASS: g++.other/init5.C  Execution test

=== g++ Summary ===

# of expected passes8182
# of unexpected failures2
# of unexpected successes   3
# of expected failures  100
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.6/build/gcc/testsuite/../g++ version 3.3.6 (Debian 
1:3.3.6-9)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/20001226-1.c,  -O1  
FAIL: gcc.c-torture/compile/20001226-1.c,  -O2  
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -fomit-frame-pointer  
FAIL: gcc.c-torture/compile/20001226-1.c,  -O3 -g  
FAIL: gcc.c-torture/compile/20001226-1.c,  -Os  
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020412-1.c execution,  -Os 
FAIL: gcc.dg/duff-2.c (test for excess errors)
WARNING: program timed out.
FAIL: gcc.dg/m-un-1.c (test for excess errors)
FAIL: gcc.dg/special/gcsec-1.c -ffunction-sections -fdata-sections 
-Wl,--gc-sections -static (test for excess errors)
FAIL: mips-abi 64

=== gcc Summary ===

# of expected passes21191
# of unexpected failures17
# of expected failures  93
# of unsupported tests  197
/build/buildd/gcc-3.3-3.3.6/build/gcc/xgcc version 3.3.6 (Debian 1:3.3.6-9)

=== 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/money_get_members_char.cc execution test
XPASS: 22_locale/money_get_members_wchar_t.cc execution test
XPASS: 22_locale/money_put_members_char.cc execution test
XPASS: 22_locale/money_put_members_wchar_t.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/num_get_members_char.cc execution test
XPASS: 22_locale/num_get_members_wchar_t.cc execution test
XPASS: 22_locale/num_put_members_char.cc execution test
XPASS: 22_locale/num_put_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
XPASS: 22_locale/time_get_members_char.cc execution test
XPASS: 22_locale/time_get_members_wchar_t.cc execution test
XPASS: 22_locale/time_put_members_char.cc execution test
XPASS: 22_locale/time_put_members_wchar_t.cc execution test

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

# of expected passes453
# of unexpected successes   26
# of expected failures  2

Compiler version: 3.3.6 (Debian 1:3.3.6-9) 
Platform: mipsel-unknown-linux-gnu
configure flags: --host=mipsel-linux-gnu -v --enable-languages=c,c++,ada 
--prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared 
--enable-__cxa_atexit --with-system-zlib --enable-nls 
--without-included-gettext --enable-clocale=gnu --enable-debug
BOOT_CFLAGS=-g -O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities
ii  libc6-dev  2.3.5-3GNU C Library: Development Libraries and Heade


Patches that Debian applied in this version:

pr14925:
  Backport of PR14925 to the gcc-3.3 branch

pr17684:
  Backport of PR17684 to the gcc-3.3 branch

pr18153:
  Backport of PR18153 to the gcc-3.3 branch

pr18380:
  Backport of PR18380 to the gcc-3.3 branch

pr18508:
  Backport

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on alpha-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is alpha-unknown-linux-gnu

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 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
XPASS: 27_io/fpos/14320-1.cc execution test

=== libstdc++ Summary ===

# of expected passes2734
# of unexpected failures1
# of unexpected successes   3
# of expected failures  4
=== gpc tests ===


Running target any
FAIL: arp1.pas
FAIL: chief40.pas
FAIL: chief56.pas
FAIL: chuck6.pas
FAIL: fieldw.pas
FAIL: fjf1000.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf129.pas
FAIL: fjf23.pas
FAIL: fjf30a.pas
FAIL: fjf30b.pas
FAIL: fjf327.pas
FAIL: fjf526a.pas
FAIL: fjf526b.pas
FAIL: fjf9.pas
FAIL: fjf915s.pas
FAIL: fsc22.pas
FAIL: fsc24.pas
FAIL: mir015.pas
FAIL: mir048c.pas
FAIL: mir048d.pas
FAIL: readb14.pas
FAIL: readc14.pas
FAIL: reade14.pas
FAIL: readg14.pas
FAIL: schema2a.pas
FAIL: shl.pas
FAIL: writeb.pas
FAIL: writec.pas
FAIL: writee.pas
FAIL: writeg.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4908
# of unexpected failures  35
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===
FAIL:   c37213f
FAIL:   c37215f
FAIL:   c460010
FAIL:   cd30001

=== acats Summary ===
# of expected passes1961
# of unexpected failures4
# of unsupported tests  357

=== g++ tests ===


Running target unix
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9822
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  81
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20040123-1.c scan-assembler abort
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes24881
# of unexpected failures2
# of expected failures  79
# of untested testcases 7
# of unsupported tests  356
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)


Compiler version: 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) 
Platform: alpha-unknown-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug alpha-linux-gnu
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.4 branch upto 20050821

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentati

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on arm-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is arm-unknown-linux-gnu

=== libstdc++ tests ===


Running target unix
WARNING: program timed out.
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2736
# of unexpected successes   1
# of expected failures  6
=== gpc tests ===


Running target any
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4937
# of unexpected failures  6
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== g++ tests ===


Running target unix
FAIL: g++.dg/init/array16.C execution test
XPASS: g++.dg/other/packed1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: 258: expected branch percentages not found: 25
FAIL: g++.dg/gcov/gcov-1.C gcov: 0 failures in line counts, 1 in branch 
percentages, 0 in return percentages
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9793
# of unexpected failures3
# of unexpected successes   4
# of expected failures  71
# of unsupported tests  83
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O1 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O2 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O3 
-fomit-frame-pointer 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -O3 -g 
XPASS: gcc.c-torture/execute/20020720-1.c compilation,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-2.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-3.c execution,  -Os 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O0 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O1 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O2 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/ieee/fp-cmp-4.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/ieee/fp-c

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on i486-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is i486-linux-gnu (salsa)

=== gpc tests ===


Running target any
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4939
# of unexpected failures  6
# of unsupported tests1
/home/packages/gcc/3.4/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on 
gcc-3.4.5 20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===

=== acats Summary ===
# of expected passes2322
# of unexpected failures0

=== g++ tests ===


Running target unix
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary for unix ===

# of expected passes9895
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  43

Running target unix/-m64
FAIL: g++.dg/abi/bitfield3.C execution test
FAIL: g++.dg/abi/bitfield8.C execution test
FAIL: g++.dg/abi/dtor1.C scan-assembler _ZTv0_n20_N1DD1Ev
FAIL: g++.dg/abi/empty10.C execution test
FAIL: g++.dg/abi/empty7.C execution test
FAIL: g++.dg/abi/empty9.C execution test
FAIL: g++.dg/abi/layout3.C execution test
FAIL: g++.dg/abi/layout4.C execution test
FAIL: g++.dg/abi/thunk1.C scan-assembler _ZThn4_N1D1fEv
FAIL: g++.dg/abi/thunk1.C scan-assembler _ZTv0_n12_N1D1fEv
FAIL: g++.dg/abi/thunk2.C scan-assembler _ZTvn4_n20_N1D2f3Ev
FAIL: g++.dg/abi/vbase11.C execution test
FAIL: g++.dg/abi/vthunk2.C scan-assembler _ZTv0_n12_N2c21fEv
FAIL: g++.dg/abi/vthunk3.C scan-assembler _ZTvn4_n20_N1E1bEv
FAIL: g++.dg/ext/attrib8.C (test for excess errors)
FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.abi/aggregates.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/aggregates.C compilation failed to produce 
executable
FAIL: g++.old-deja/g++.abi/align.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/align.C compilation failed to produce executable
FAIL: g++.old-deja/g++.abi/bitfields.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/bitfields.C compilation failed to produce 
executable
FAIL: g++.old-deja/g++.ext/attrib1.C (test for excess errors)
FAIL: g++.old-deja/g++.ext/attrib2.C (test for excess errors)
FAIL: g++.old-deja/g++.ext/attrib3.C (test for excess errors)
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
FAIL: g++.old-deja/g++.pt/asm2.C (test for excess errors)
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary for unix/-m64 ===

# of expected passes9869
# of unexpected failures23
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  43

=== g++ Summary ===

# of expected passes19764
# of unexpected failures23
# of unexpected successes   6
# of expected failures  142
# of unsupported tests  86
/home/packages/gcc/3.4/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary for unix ===

# of expected passes1812
# of unsupported tests  6

Running target unix/-m64

=== g77 Summary for unix/-m64 ===

# of expected passes1812
# of unsupported tests  6

=== g77 Summary ===

# of expected passes3624
# of unsupported tests  12
/home/packages/gcc/3.4/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z]

=== gcc Summary for unix ===

# of expected passes25280
# of unexpected failures2
# of expected failures  70
# of untested testcases 7
# of unsupported tests  211

Running target unix/-m64
XPASS: gcc.c-torture/execute/loop-2e.c execution,  -Os 
FAIL: gcc.dg/compat/vector-1 c_compat_x_tst.o compile
FAIL: gcc.dg/com

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on hppa-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is hppa-linux-gnu (sarti)

=== gpc tests ===


Running target any
FAIL: avo2a.pas
FAIL: avo2b.pas
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: russ3b.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4934
# of unexpected failures  9
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===

=== acats Summary ===
# of expected passes1965
# of unexpected failures0
# of unsupported tests  357

=== g++ tests ===


Running target unix
FAIL: g++.dg/eh/forced1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.eh/terminate2.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9793
# of unexpected failures2
# of unexpected successes   3
# of expected failures  72
# of unsupported tests  83
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix

=== gcc Summary ===

# of expected passes24811
# of expected failures  69
# of untested testcases 7
# of unsupported tests  372
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
FAIL: 22_locale/money_get/get/char/12.cc execution test
FAIL: 22_locale/money_get/get/char/3.cc execution test
FAIL: 22_locale/money_get/get/char/4.cc execution test
FAIL: 22_locale/money_get/get/char/5.cc execution test
FAIL: 22_locale/money_get/get/char/wrapped_env.cc execution test
FAIL: 22_locale/money_get/get/char/wrapped_locale.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/12.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/3.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/4.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/5.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/money_get/get/wchar_t/wrapped_locale.cc execution test
FAIL: 22_locale/num_get/get/char/1.cc execution test
FAIL: 22_locale/num_get/get/char/10.cc execution test
FAIL: 22_locale/num_get/get/char/4.cc execution test
FAIL: 22_locale/num_get/get/char/wrapped_env.cc execution test
FAIL: 22_locale/num_get/get/char/wrapped_locale.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/1.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/10.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/4.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/wrapped_env.cc execution test
FAIL: 22_locale/num_get/get/wchar_t/wrapped_locale.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)
FAIL: 26_numerics/complex_inserters_extractors.cc execution test
FAIL: 27_io/basic_istream/extractors_arithmetic/char/01.cc execution test

=== libstdc++ Summary ===

# of expected passes2712
# of unexpected failures24
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) 
Platform: hppa-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug hppa-linux-gnu
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-ins

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on m68k-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is m68k-linux-gnu (a4000t)

=== gpc tests ===


Running target any
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf328.pas
FAIL: fjf347.pas
FAIL: marco1.pas
FAIL: tsmul.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4934
# of unexpected failures  10
# of unsupported tests2
/home/doko/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== g++ tests ===


Running target unix
FAIL: g++.dg/abi/bitfield4.C execution test
FAIL: g++.dg/eh/omit-frame-pointer.C execution test
FAIL: g++.dg/eh/registers1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9792
# of unexpected failures4
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  83
/home/doko/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/home/doko/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/921118-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.c-torture/compile/921118-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O1 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O2 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/builtins/string-3.c execution,  -Os 
FAIL: gcc.c-torture/execute/20001108-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20001108-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20001203-2.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20001203-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O1 
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/20020720-1.c compilation,  -O1 
UNRESOLVED: gcc.c-torture/execute/20020720-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/930921-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/930921-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/950511-1.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/950511-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/950511-1.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/950511-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/961213-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
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 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2f.c execution,  -Os 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O0 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O1 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O2 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/loop-2g.c execution,  -Os 
FAIL: gcc.dg/bitfld-3.c execution test
FAIL: gcc.dg/bitfld-4.c execution test
XPASS: gcc.dg/c99-flex-array-4.c sizeof != offsetof (test for bogus messages, 
line 24)
FAIL: gcc.dg/pack-test-1.c (test for excess errors)
XPASS: gcc.dg

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on ia64-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is ia64-linux-gnu (caballero)

=== gpc tests ===


Running target any
FAIL: arp1.pas
FAIL: chief40.pas
FAIL: chief56.pas
FAIL: chuck6.pas
FAIL: fieldw.pas
FAIL: fjf1000.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf129.pas
FAIL: fjf219e.pas
FAIL: fjf219f.pas
FAIL: fjf23.pas
FAIL: fjf30a.pas
FAIL: fjf30b.pas
FAIL: fjf327.pas
FAIL: fjf512.pas
FAIL: fjf526a.pas
FAIL: fjf526b.pas
FAIL: fjf9.pas
FAIL: fjf915s.pas
FAIL: fjf967b.pas
FAIL: fjf967c.pas
FAIL: fjf967d.pas
FAIL: fjf967e.pas
FAIL: fjf967h.pas
FAIL: fjf967i.pas
FAIL: fjf967j.pas
FAIL: fjf967k.pas
FAIL: fjf967l.pas
FAIL: fsc22.pas
FAIL: fsc24.pas
FAIL: math.pas
FAIL: mir015.pas
FAIL: mir047h.pas
FAIL: mir048c.pas
FAIL: mir048d.pas
FAIL: readb14.pas
FAIL: readc14.pas
FAIL: reade14.pas
FAIL: readg14.pas
FAIL: schema2a.pas
FAIL: shl.pas
FAIL: writeb.pas
FAIL: writec.pas
FAIL: writee.pas
FAIL: writeg.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4895
# of unexpected failures  49
# of unsupported tests2
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===
FAIL:   c380004
FAIL:   c48005a
FAIL:   c91004b
FAIL:   c940010
FAIL:   c94002g
FAIL:   c94007a
FAIL:   c95022b
FAIL:   c95072a
FAIL:   c95072b
FAIL:   c954016
FAIL:   c954017
FAIL:   c974004
FAIL:   c974009
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011a
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb20004
FAIL:   cb41002
FAIL:   cb5001a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cd5014e
FAIL:   cxg2002
FAIL:   cxg2003
FAIL:   cxg2004
FAIL:   cxg2006
FAIL:   cxg2007
FAIL:   cxg2010
FAIL:   cxg2011
FAIL:   cxg2012
FAIL:   cxg2013
FAIL:   cxg2014
FAIL:   cxg2015
FAIL:   cxg2016
FAIL:   cxg2017
FAIL:   cxg2018
FAIL:   cxg2019
FAIL:   cxg2020
FAIL:   cxg2021

=== acats Summary ===
# of expected passes2279
# of unexpected failures43

=== g++ tests ===


Running target unix
FAIL: g++.dg/other/packed1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9498
# of unexpected failures2
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  80
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o 
link 
UNRESOLVED: gcc.dg/compat/scalar-by-value-3 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o 
link 
UNRESOLVED: gcc.dg/compat/scalar-return-3 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o compile
UNRESOLVED: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o-c_compat_y_tst.o 
link 
UNRESOLVED: gcc.dg/compat/struct-by-value-18 c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-7a c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/compat/struct-by-value-7b c_compat_x_tst.o-c_compat_y_tst.o 
execute 
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/nest.c (test for excess errors)
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes24458
# of unexpected failures8
# of expected failures  75
# of unresolved testcases   6
# of untested testcases 7
# of unsupported tests  352
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on mipsel-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is mipsel-linux-gnu (rem)

=== gpc tests ===


Running target any
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4936
# of unexpected failures  7
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===
FAIL:   c37213f
FAIL:   c37215f

=== acats Summary ===
# of expected passes1963
# of unexpected failures2
# of unsupported tests  357

=== g++ tests ===


Running target unix
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.abi/ptrflags.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/ptrflags.C compilation failed to produce 
executable
FAIL: g++.old-deja/g++.eh/catchptr1.C execution test
XPASS: g++.old-deja/g++.jason/thunk3.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9792
# of unexpected failures2
# of unexpected successes   4
# of expected failures  71
# of unsupported tests  83
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/builtins-18.c (test for excess errors)
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: mips-abi 64
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)
FAIL: gcc.dg/torture/pr19683-1.c  -O2  execution test
FAIL: gcc.dg/torture/pr19683-1.c  -O3 -fomit-frame-pointer  execution test
FAIL: gcc.dg/torture/pr19683-1.c  -O3 -g  execution test
FAIL: gcc.dg/torture/pr19683-1.c  -Os  execution test

=== gcc Summary ===

# of expected passes24857
# of unexpected failures14
# of unexpected successes   2
# of expected failures  68
# of untested testcases 14
# of unsupported tests  324
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2736
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) 
Platform: mipsel-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug mipsel-linux-gnu
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.4 branch upto 20050821

gcc-textdomain:
  Set gettext's domain 

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on mips-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is mips-linux-gnu (ball)

=== gpc tests ===


Running target any
FAIL: bo4-19.pas
FAIL: chief56.pas
FAIL: emptyrec.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf519a.pas
FAIL: fjf519b.pas
FAIL: fjf519c.pas
FAIL: fjf519d.pas
FAIL: fjf519e.pas
FAIL: fjf519f.pas
FAIL: fjf519g.pas
FAIL: fjf519h.pas
FAIL: fjf519i.pas
FAIL: fjf998r.pas
FAIL: waldek1.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4924
# of unexpected failures  19
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===
FAIL:   c37213f
FAIL:   c37215f

=== acats Summary ===
# of expected passes1963
# of unexpected failures2
# of unsupported tests  357

=== g++ tests ===


Running target unix
XPASS: g++.dg/other/packed1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
FAIL: g++.old-deja/g++.abi/ptrflags.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/ptrflags.C compilation failed to produce 
executable
FAIL: g++.old-deja/g++.eh/catchptr1.C execution test
XPASS: g++.old-deja/g++.jason/thunk3.C execution test
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9791
# of unexpected failures2
# of unexpected successes   5
# of expected failures  71
# of unsupported tests  83
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/builtins-18.c (test for excess errors)
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test
FAIL: largefile.c -O0 -g (test for excess errors)
FAIL: largefile.c  -O0  (test for excess errors)
FAIL: largefile.c  -O1  (test for excess errors)
FAIL: largefile.c  -O2  (test for excess errors)
FAIL: largefile.c  -O3 -fomit-frame-pointer  (test for excess errors)
FAIL: largefile.c  -O3 -g  (test for excess errors)
FAIL: largefile.c  -Os  (test for excess errors)
FAIL: mips-abi 64
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)

=== gcc Summary ===

# of expected passes24858
# of unexpected failures13
# of unexpected successes   2
# of expected failures  68
# of untested testcases 14
# of unsupported tests  324
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2736
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) 
Platform: mips-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug mips-linux-gnu
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches 

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on powerpc-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is powerpc-linux-gnu (voltaire)

=== gpc tests ===


Running target any
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4936
# of unexpected failures  7
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===
FAIL:   c37213f
FAIL:   c37215f
FAIL:   ce2102b

=== acats Summary ===
# of expected passes1962
# of unexpected failures3
# of unsupported tests  357

=== g++ tests ===


Running target unix
XPASS: g++.dg/other/packed1.C execution test
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9844
# of unexpected successes   4
# of expected failures  71
# of unsupported tests  71
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/ppc-sdata-1.c scan-assembler [EMAIL PROTECTED](13)
FAIL: gcc.dg/ppc-sdata-1.c scan-assembler [EMAIL PROTECTED](2)

=== gcc Summary ===

# of expected passes24948
# of unexpected failures7
# of expected failures  69
# of untested testcases 7
# of unsupported tests  330
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2736
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) 
Platform: powerpc-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug --disable-softfloat 
--enable-targets=powerpc-linux,powerpc64-linux --with-cpu=default32 
--disable-softfloat powerpc-linux-gnu
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.4 branch upto 20050821

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libstdc++-doxygen-syntax:
  fix doxygen syntax error in header that causes segfaults with some
  versions

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weineh

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on sparc-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is sparc-linux-gnu (vore)

=== gpc tests ===


Running target any
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf980a.pas
FAIL: fjf980b.pas
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4934
# of unexpected failures  9
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===

=== acats Summary ===
# of expected passes1965
# of unexpected failures0
# of unsupported tests  357

=== g++ tests ===


Running target unix
WARNING: g++.dg/eh/simd-1.C compilation failed to produce executable
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary for unix ===

# of expected passes9823
# of unexpected successes   3
# of expected failures  72
# of unsupported tests  80

Running target unix/-m64
WARNING: g++.dg/eh/simd-1.C compilation failed to produce executable
WARNING: g++.dg/eh/simd-2.C compilation failed to produce executable
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary for unix/-m64 ===

# of expected passes9823
# of unexpected successes   3
# of expected failures  72
# of unsupported tests  80

=== g++ Summary ===

# of expected passes19646
# of unexpected successes   6
# of expected failures  144
# of unsupported tests  160
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary for unix ===

# of expected passes1812
# of unsupported tests  6

Running target unix/-m64

=== g77 Summary for unix/-m64 ===

# of expected passes1812
# of unsupported tests  6

=== g77 Summary ===

# of expected passes3624
# of unsupported tests  12
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
UNRESOLVED: gcc.c-torture/execute/simd-4.c execution,  -O0 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
XPASS: gcc.dg/uninit-4.c uninitialized variable warning (test for bogus 
messages, line 26)

=== gcc Summary for unix ===

# of expected passes24876
# of unexpected failures2
# of unexpected successes   1
# of expected failures  79
# of unresolved testcases   5
# of untested testcases 7
# of unsupported tests  348

Running target unix/-m64
UNRESOLVED: gcc.c-torture/execute/simd-4.c execution,  -O0 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O0 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O1 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O2 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O3 
-fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-1 c_compat_x_tst.o-c_compat_y_tst.o execute 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o link 
UNRESOLVED: gcc.dg/compat/vector-2 c_compat_x_tst.o-c_compat_y_tst.o execute 
FAIL: gcc.dg/builtins-18.c (test for excess errors)
FAIL: gcc.dg/cleanup-8.c execution t

Results for 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) testsuite on s390-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 15:09:29 UTC 2005

Native configuration is s390-linux-gnu (debian-31)

=== gpc tests ===


Running target any
FAIL: chief56.pas
FAIL: fjf1021d.pas
FAIL: fjf1021h.pas
FAIL: fjf1021i.pas
FAIL: fjf1021j.pas
FAIL: fjf1021k.pas
FAIL: fjf998r.pas

=== gpc Summary ===

# of tests4946
# of expected passes  4936
# of unexpected failures  7
# of unsupported tests3
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgpc version 20050331, based on gcc-3.4.5 
20050821 (prerelease) (Debian 3.4.4-8)

=== acats tests ===
FAIL:   c37213f
FAIL:   c37215f

=== acats Summary ===
# of expected passes1963
# of unexpected failures2
# of unsupported tests  357

=== g++ tests ===


Running target unix
XPASS: g++.dg/rtti/tinfo1.C scan-assembler _ZTIP9CTemplateIhE:
XPASS: g++.dg/rtti/tinfo1.C scan-assembler-not .globl[ \\t]+_ZTIP9CTemplateIhE
WARNING: g++.old-deja/g++.mike/p10769a.C compilation failed to produce 
executable
WARNING: g++.old-deja/g++.other/enum5.C compilation failed to produce executable
XPASS: g++.old-deja/g++.other/init5.C execution test
WARNING: g++.old-deja/g++.pt/friend44.C compilation failed to produce executable

=== g++ Summary ===

# of expected passes9820
# of unexpected successes   3
# of expected failures  71
# of unsupported tests  82
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g++  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1812
# of unsupported tests  6
/build/buildd/gcc-3.4-3.4.4/build/gcc/testsuite/../g77  version 3.4.5 20050821 
(prerelease) (Debian 3.4.4-8)

=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/execute/ieee/fp-cmp-8.c compilation,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/ieee/fp-cmp-8.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test

=== gcc Summary ===

# of expected passes24863
# of unexpected failures1
# of unexpected successes   2
# of expected failures  70
# of unresolved testcases   1
# of untested testcases 7
# of unsupported tests  364
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1352
# of unsupported tests  8
/build/buildd/gcc-3.4-3.4.4/build/gcc/xgcc  version 3.4.5 20050821 (prerelease) 
(Debian 3.4.4-8)

=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread.cc execution test
XPASS: 26_numerics/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes2736
# of unexpected successes   2
# of expected failures  5

Compiler version: 3.4.5 20050821 (prerelease) (Debian 3.4.4-8) 
Platform: s390-linux-gnu
configure flags: -v --enable-languages=c,c++,f77,pascal,objc,ada --prefix=/usr 
--libexecdir=/usr/lib --with-gxx-include-dir=/usr/include/c++/3.4 
--enable-shared --with-system-zlib --enable-nls --without-included-gettext 
--program-suffix=-3.4 --enable-__cxa_atexit --enable-libstdcxx-allocator=mt 
--enable-clocale=gnu --enable-libstdcxx-debug s390-linux-gnu
BOOT_CFLAGS=-O2 


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.4 branch upto 20050821

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

libstdc++-doxygen-syntax:
  fix doxygen syntax error in header that causes segfaults with some
  versions

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

hppa-toplevel:
  For h

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on alpha-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

Native configuration is alpha-unknown-linux-gnu

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes219
# of unsupported tests  2
=== libjava tests ===


Running target unix
FAIL: Throw_2 -O3 execution - bytecode->native test

=== libjava Summary ===

# of expected passes3800
# of unexpected failures1
# of expected failures  14
# of untested testcases 17
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c/pass49-frag.c execution test
FAIL: libmudflap.c/pass49-frag.c output pattern test
FAIL: libmudflap.c/pass49-frag.c (-static) execution test
FAIL: libmudflap.c/pass49-frag.c (-static) output pattern test
FAIL: libmudflap.c/pass49-frag.c (-O2) execution test
FAIL: libmudflap.c/pass49-frag.c (-O2) output pattern test
FAIL: libmudflap.c/pass49-frag.c (-O3) execution test
FAIL: libmudflap.c/pass49-frag.c (-O3) output pattern test

=== libmudflap Summary ===

# of expected passes1280
# of unexpected failures8
=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 27_io/fpos/14320-1.cc execution test

=== libstdc++ Summary ===

# of expected passes3644
# of unexpected successes   2
# of expected failures  12
=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes10972
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  92
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/vect/pr18536.c (test for excess errors)
WARNING: gcc.dg/vect/pr18536.c compilation failed to produce executable
XPASS: gcc.dg/vect/vect-85.c scan-tree-dump-times vectorized 1 loops 1
XPASS: gcc.dg/vect/vect-86.c scan-tree-dump-times vectorized 1 loops 1
XPASS: gcc.dg/vect/vect-87.c scan-tree-dump-times vectorized 1 loops 1
XPASS: gcc.dg/vect/vect-87.c scan-tree-dump-times Alignment of access forced 
using peeling 1
XPASS: gcc.dg/vect/vect-88.c scan-tree-dump-times vectorized 1 loops 1
XPASS: gcc.dg/vect/vect-88.c scan-tree-dump-times Alignment of access forced 
using peeling 1

=== gcc Summary ===

# of expected passes34437
# of unexpected failures1
# of unexpected successes   6
# of expected failures  88
# of untested testcases 28
# of unsupported tests  533
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== gfortran tests ===


Running target unix
FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution,  -O2 
FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution,  -O3 
-fomit-frame-pointer 
FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gfortran.fortran-torture/execute/strarray_3.f90 execution,  -O3 -g 

=== gfortran Summary ===

# of expected passes7944
# of unexpected failures5
# of expected failures  2
# of unsupported tests  17
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../gfortran  version 4.0.2 
20050821 (prerelease) (Debian 4.0.1-6)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1532
# of unsupported tests  11
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)


Compiler version: 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) 
Platform: alpha-unknown-linux-gnu
configure flags: -v --prefix=/usr --enable-shared --with-system-zlib 
--libexecdir=/usr/lib --enable-nls --without-included-gettext 
--enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit 
--enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release alpha-linux-gnu 
--enable-languages=c,c++,f95,java,objc,treelang
BOOT_CFLAGS=-O2


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
i

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on hppa-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

=== acats tests ===
FAIL:   a85013b
FAIL:   a87b59a
FAIL:   a95001c
FAIL:   a95074d
FAIL:   a99006a
FAIL:   aa2010a
FAIL:   ac3207a
FAIL:   ad7201a
FAIL:   ad7203b
FAIL:   ad7205b
FAIL:   c250002
FAIL:   c34008a
FAIL:   c37402a
FAIL:   c37403a
FAIL:   c38102d
FAIL:   c38202a
FAIL:   c39008a
FAIL:   c39008b
FAIL:   c39008c
FAIL:   c3a1002
FAIL:   c41306a
FAIL:   c41306b
FAIL:   c41306c
FAIL:   c41307d
FAIL:   c43204g
FAIL:   c45282b
FAIL:   c45291a
FAIL:   c46051a
FAIL:   c51004a
FAIL:   c59002c
FAIL:   c64201b
FAIL:   c64201c
FAIL:   c650001
FAIL:   c74004a
FAIL:   c74401k
FAIL:   c74406a
FAIL:   c761007
FAIL:   c83023a
FAIL:   c85004b
FAIL:   c85005a
FAIL:   c85005b
FAIL:   c85005c
FAIL:   c85005d
FAIL:   c85005e
FAIL:   c85006a
FAIL:   c85006b
FAIL:   c85006c
FAIL:   c85006d
FAIL:   c85006e
FAIL:   c85014a
FAIL:   c85014b
FAIL:   c85014c
FAIL:   c85018a
FAIL:   c85018b
FAIL:   c87b45c
FAIL:   c87b54a
FAIL:   c910001
FAIL:   c910002
FAIL:   c910003
FAIL:   c91004b
FAIL:   c91004c
FAIL:   c91006a
FAIL:   c91007a
FAIL:   c92002a
FAIL:   c92003a
FAIL:   c92005a
FAIL:   c92005b
FAIL:   c930001
FAIL:   c93001a
FAIL:   c93002a
FAIL:   c93003a
FAIL:   c93004a
FAIL:   c93004b
FAIL:   c93004c
FAIL:   c93004d
FAIL:   c93004f
FAIL:   c93005a
FAIL:   c93005b
FAIL:   c93005c
FAIL:   c93005d
FAIL:   c93005e
FAIL:   c93005f
FAIL:   c93005g
FAIL:   c93005h
FAIL:   c93006a
FAIL:   c93007a
FAIL:   c93008a
FAIL:   c93008b
FAIL:   c940001
FAIL:   c940004
FAIL:   c940005
FAIL:   c940007
FAIL:   c940010
FAIL:   c940013
FAIL:   c940014
FAIL:   c940016
FAIL:   c94001a
FAIL:   c94001b
FAIL:   c94001c
FAIL:   c94001e
FAIL:   c94001f
FAIL:   c94001g
FAIL:   c94002a
FAIL:   c94002b
FAIL:   c94002e
FAIL:   c94002f
FAIL:   c94002g
FAIL:   c94004a
FAIL:   c94004b
FAIL:   c94004c
FAIL:   c94005a
FAIL:   c94005b
FAIL:   c94006a
FAIL:   c94007a
FAIL:   c94007b
FAIL:   c94008a
FAIL:   c94008b
FAIL:   c94008c
FAIL:   c94008d
FAIL:   c94010a
FAIL:   c94011a
FAIL:   c94020a
FAIL:   c940a03
FAIL:   c95008a
FAIL:   c95009a
FAIL:   c95010a
FAIL:   c95011a
FAIL:   c95012a
FAIL:   c95021a
FAIL:   c95022a
FAIL:   c95022b
FAIL:   c95033a
FAIL:   c95033b
FAIL:   c95034a
FAIL:   c95034b
FAIL:   c95035a
FAIL:   c95040a
FAIL:   c95040b
FAIL:   c95040c
FAIL:   c95040d
FAIL:   c95041a
FAIL:   c95065a
FAIL:   c95065b
FAIL:   c95065c
FAIL:   c95065d
FAIL:   c95065e
FAIL:   c95065f
FAIL:   c95066a
FAIL:   c95067a
FAIL:   c95071a
FAIL:   c95072a
FAIL:   c95072b
FAIL:   c95073a
FAIL:   c95074c
FAIL:   c95076a
FAIL:   c95078a
FAIL:   c95080b
FAIL:   c95082g
FAIL:   c95085a
FAIL:   c95085b
FAIL:   c95085c
FAIL:   c95085d
FAIL:   c95085e
FAIL:   c95085f
FAIL:   c95085g
FAIL:   c95085h
FAIL:   c95085i
FAIL:   c95085j
FAIL:   c95085k
FAIL:   c95085l
FAIL:   c95085m
FAIL:   c95085n
FAIL:   c95085o
FAIL:   c95086a
FAIL:   c95086b
FAIL:   c95086c
FAIL:   c95086d
FAIL:   c95086e
FAIL:   c95086f
FAIL:   c95087a
FAIL:   c95087b
FAIL:   c95087c
FAIL:   c95087d
FAIL:   c95088a
FAIL:   c95089a
FAIL:   c95090a
FAIL:   c95092a
FAIL:   c95093a
FAIL:   c95095a
FAIL:   c95095b
FAIL:   c95095c
FAIL:   c95095d
FAIL:   c95095e
FAIL:   c951001
FAIL:   c951002
FAIL:   c953001
FAIL:   c953002
FAIL:   c953003
FAIL:   c954001
FAIL:   c954010
FAIL:   c954011
FAIL:   c954012
FAIL:   c954013
FAIL:   c954014
FAIL:   c954015
FAIL:   c954016
FAIL:   c954017
FAIL:   c954018
FAIL:   c954019
FAIL:   c954020
FAIL:   c954021
FAIL:   c954022
FAIL:   c954023
FAIL:   c954024
FAIL:   c954025
FAIL:   c954026
FAIL:   c954a01
FAIL:   c954a02
FAIL:   c954a03
FAIL:   c960001
FAIL:   c960002
FAIL:   c960004
FAIL:   c97112a
FAIL:   c97113a
FAIL:   c97114a
FAIL:   c97115a
FAIL:   c97116a
FAIL:   c97117a
FAIL:   c97117b
FAIL:   c97117c
FAIL:   c97118a
FAIL:   c97120a
FAIL:   c97120b
FAIL:   c97201a
FAIL:   c97201b
FAIL:   c97201c
FAIL:   c97201d
FAIL:   c97201e
FAIL:   c97201g
FAIL:   c97201h
FAIL:   c97201x
FAIL:   c97202a
FAIL:   c97203a
FAIL:   c97203b
FAIL:   c97203c
FAIL:   c97204a
FAIL:   c97204b
FAIL:   c97205a
FAIL:   c97205b
FAIL:   c97301a
FAIL:   c97301b
FAIL:   c97301c
FAIL:   c97301d
FAIL:   c97301e
FAIL:   c97302a
FAIL:   c97303a
FAIL:   c97303b
FAIL:   c97303c
FAIL:   c97304a
FAIL:   c97304b
FAIL:   c97305a
FAIL:   c97305b
FAIL:   c97305c
FAIL:   c97305d
FAIL:   c97307a
FAIL:   c974001
FAIL:   c974002
FAIL:   c974003
FAIL:   c974004
FAIL:   c974005
FAIL:   c974008
FAIL:   c974009
FAIL:   c974010
FAIL:   c974011
FAIL:   c974013
FAIL:   c974014
FAIL:   c99004a
FAIL:   c99005a
FAIL:   c9a003a
FAIL:   c9a004a
FAIL:   c9a007a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009f
FAIL:   c9a009g
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   c9a011a
FAIL:   c9a011b
FAIL:   ca5004a
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb4013a
FAIL:   cb41002
FAIL:   cb5001a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cc1104c
FAIL:   cc1207b
FAIL:   cc1310a
FAIL:   cc3019c
FAIL:   cc3106b
FAIL:   cc3120b
FAIL:   cc3225a
FAIL:   cc3601c
FAIL:   cc3602a
FAIL:   cd10002
FAIL:  

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on arm-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

Native configuration is arm-unknown-linux-gnu

=== libffi tests ===


Running target unix
FAIL: libffi.call/closure_fn0.c (test for excess errors)
WARNING: libffi.call/closure_fn0.c compilation failed to produce executable
FAIL: libffi.call/closure_fn1.c (test for excess errors)
WARNING: libffi.call/closure_fn1.c compilation failed to produce executable
FAIL: libffi.call/closure_fn2.c (test for excess errors)
WARNING: libffi.call/closure_fn2.c compilation failed to produce executable
FAIL: libffi.call/closure_fn3.c (test for excess errors)
WARNING: libffi.call/closure_fn3.c compilation failed to produce executable
FAIL: libffi.call/closure_fn4.c (test for excess errors)
WARNING: libffi.call/closure_fn4.c compilation failed to produce executable
FAIL: libffi.call/closure_fn5.c (test for excess errors)
WARNING: libffi.call/closure_fn5.c compilation failed to produce executable
FAIL: libffi.call/cls_12byte.c (test for excess errors)
WARNING: libffi.call/cls_12byte.c compilation failed to produce executable
FAIL: libffi.call/cls_16byte.c (test for excess errors)
WARNING: libffi.call/cls_16byte.c compilation failed to produce executable
FAIL: libffi.call/cls_18byte.c (test for excess errors)
WARNING: libffi.call/cls_18byte.c compilation failed to produce executable
FAIL: libffi.call/cls_19byte.c (test for excess errors)
WARNING: libffi.call/cls_19byte.c compilation failed to produce executable
FAIL: libffi.call/cls_1_1byte.c (test for excess errors)
WARNING: libffi.call/cls_1_1byte.c compilation failed to produce executable
FAIL: libffi.call/cls_20byte.c (test for excess errors)
WARNING: libffi.call/cls_20byte.c compilation failed to produce executable
FAIL: libffi.call/cls_20byte1.c (test for excess errors)
WARNING: libffi.call/cls_20byte1.c compilation failed to produce executable
FAIL: libffi.call/cls_24byte.c (test for excess errors)
WARNING: libffi.call/cls_24byte.c compilation failed to produce executable
FAIL: libffi.call/cls_2byte.c (test for excess errors)
WARNING: libffi.call/cls_2byte.c compilation failed to produce executable
FAIL: libffi.call/cls_3_1byte.c (test for excess errors)
WARNING: libffi.call/cls_3_1byte.c compilation failed to produce executable
FAIL: libffi.call/cls_3byte1.c (test for excess errors)
WARNING: libffi.call/cls_3byte1.c compilation failed to produce executable
FAIL: libffi.call/cls_3byte2.c (test for excess errors)
WARNING: libffi.call/cls_3byte2.c compilation failed to produce executable
FAIL: libffi.call/cls_4_1byte.c (test for excess errors)
WARNING: libffi.call/cls_4_1byte.c compilation failed to produce executable
FAIL: libffi.call/cls_4byte.c (test for excess errors)
WARNING: libffi.call/cls_4byte.c compilation failed to produce executable
FAIL: libffi.call/cls_5byte.c (test for excess errors)
WARNING: libffi.call/cls_5byte.c compilation failed to produce executable
FAIL: libffi.call/cls_64byte.c (test for excess errors)
WARNING: libffi.call/cls_64byte.c compilation failed to produce executable
FAIL: libffi.call/cls_6byte.c (test for excess errors)
WARNING: libffi.call/cls_6byte.c compilation failed to produce executable
FAIL: libffi.call/cls_7byte.c (test for excess errors)
WARNING: libffi.call/cls_7byte.c compilation failed to produce executable
FAIL: libffi.call/cls_8byte.c (test for excess errors)
WARNING: libffi.call/cls_8byte.c compilation failed to produce executable
FAIL: libffi.call/cls_9byte1.c (test for excess errors)
WARNING: libffi.call/cls_9byte1.c compilation failed to produce executable
FAIL: libffi.call/cls_9byte2.c (test for excess errors)
WARNING: libffi.call/cls_9byte2.c compilation failed to produce executable
FAIL: libffi.call/cls_align_double.c (test for excess errors)
WARNING: libffi.call/cls_align_double.c compilation failed to produce executable
FAIL: libffi.call/cls_align_float.c (test for excess errors)
WARNING: libffi.call/cls_align_float.c compilation failed to produce executable
FAIL: libffi.call/cls_align_longdouble.c (test for excess errors)
WARNING: libffi.call/cls_align_longdouble.c compilation failed to produce 
executable
FAIL: libffi.call/cls_align_pointer.c (test for excess errors)
WARNING: libffi.call/cls_align_pointer.c compilation failed to produce 
executable
FAIL: libffi.call/cls_align_sint16.c (test for excess errors)
WARNING: libffi.call/cls_align_sint16.c compilation failed to produce executable
FAIL: libffi.call/cls_align_sint32.c (test for excess errors)
WARNING: libffi.call/cls_align_sint32.c compilation failed to produce executable
FAIL: libffi.call/cls_align_sint64.c (test for excess errors)
WARNING: libffi.call/cls_align_sint64.c compilation failed to produce executable
FAIL: libffi.call/cls_align_uint16.c (test for excess errors)
WARNING: libffi.call/cls_align_uint16.c compilation failed to produce executable
FAIL: libffi.call/cls_align_uint32.c (test for excess errors)
WARNING: libffi.call/cls_align_uint32.c compilation failed to produce executable
FAIL: l

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on i486-pc-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

=== acats tests ===
FAIL:   cxf3a01
FAIL:   cxf3a02

=== acats Summary ===
# of expected passes2318
# of unexpected failures2
Native configuration is i486-pc-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary for unix ===

# of expected passes11070
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  56

Running target unix/-m64
FAIL: g++.dg/opt/life1.C scan-assembler GLOBAL_OFFSET_TABLE
FAIL: g++.old-deja/g++.abi/aggregates.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/aggregates.C compilation failed to produce 
executable
FAIL: g++.old-deja/g++.abi/align.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/align.C compilation failed to produce executable
FAIL: g++.old-deja/g++.abi/bitfields.C (test for excess errors)
WARNING: g++.old-deja/g++.abi/bitfields.C compilation failed to produce 
executable
XPASS: g++.old-deja/g++.other/init5.C execution test
FAIL: g++.old-deja/g++.pt/asm2.C (test for excess errors)

=== g++ Summary for unix/-m64 ===

# of expected passes10961
# of unexpected failures5
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  91

=== g++ Summary ===

# of expected passes22031
# of unexpected failures5
# of unexpected successes   2
# of expected failures  138
# of unsupported tests  147
/home/packages/gcc/4.0/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 
20050821 (prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2
XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1

=== gcc Summary for unix ===

# of expected passes35041
# of unexpected failures1
# of unexpected successes   2
# of expected failures  93
# of untested testcases 28
# of unsupported tests  328

Running target unix/-m64
FAIL: gcc.dg/2724-1.c (test for excess errors)
WARNING: gcc.dg/2724-1.c compilation failed to produce executable
FAIL: gcc.dg/i386-387-8.c (test for excess errors)
ERROR: gcc.dg/i386-387-8.c: error executing dg-final: couldn't open 
"i386-387-8.s": no such file or directory
UNRESOLVED: gcc.dg/i386-387-8.c: error executing dg-final: couldn't open 
"i386-387-8.s": no such file or directory
XPASS: gcc.dg/i386-loop-1.c (test for excess errors)
FAIL: gcc.dg/setjmp-2.c (test for excess errors)
WARNING: gcc.dg/setjmp-2.c compilation failed to produce executable
XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1
FAIL: gcc.misc-tests/linkage.c link
FAIL: gcc.target/i386/asm-1.c  (test for errors, line 4)

=== gcc Summary for unix/-m64 ===

# of expected passes34745
# of unexpected failures5
# of unexpected successes   2
# of expected failures  98
# of unresolved testcases   1
# of untested testcases 28
# of unsupported tests  430

=== gcc Summary ===

# of expected passes69786
# of unexpected failures6
# of unexpected successes   4
# of expected failures  191
# of unresolved testcases   1
# of untested testcases 56
# of unsupported tests  758
/home/packages/gcc/4.0/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes7970
# of expected failures  2
# of unsupported tests  8

Running target unix/-m64

=== gfortran Summary for unix/-m64 ===

# of expected passes7970
# of expected failures  2
# of unsupported tests  8

=== gfortran Summary ===

# of expected passes15940
# of expected failures  4
# of unsupported tests  16
/home/packages/gcc/4.0/gcc-4.0-4.0.1/build/gcc/testsuite/../gfortran  version 
4.0.2 20050821 (prerelease) (Debian 4.0.1-6)

=== objc tests ===


Running target unix

=== objc Summary for unix ===

# of expected passes1534
# of unsupported tests  10

Running target unix/-m64

=== objc Summary for unix/-m64 ===

# of expected passes1534
# of unsupported tests  10

=== objc Summary ===

# of expected passes3068
# of unsupported tests  20
/home/packages/gcc/4.0/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== libffi tests =

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on ia64-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

=== acats tests ===
FAIL:   c36204d
FAIL:   c41321a
FAIL:   c9a009a
FAIL:   c9a009c
FAIL:   c9a009h
FAIL:   c9a010a
FAIL:   cb4009a
FAIL:   cd5014e

=== acats Summary ===
# of expected passes2312
# of unexpected failures8
Native configuration is ia64-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/other/stdarg3.C (test for excess errors)
FAIL: g++.old-deja/g++.law/profile1.C (test for excess errors)
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes10578
# of unexpected failures2
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  90
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20021014-1.c (test for excess errors)
FAIL: gcc.dg/builtin-apply4.c execution test
FAIL: gcc.dg/nest.c (test for excess errors)
XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5
XPASS: gcc.dg/vect/vect-22.c scan-tree-dump-times vectorized 3 loops 1
XPASS: gcc.dg/vect/vect-44.c scan-tree-dump-times Alignment of access forced 
using peeling 1
XPASS: gcc.dg/vect/vect-50.c scan-tree-dump-times Alignment of access forced 
using peeling 1
XPASS: gcc.dg/vect/vect-54.c scan-tree-dump-times Alignment of access forced 
using peeling 1
XPASS: gcc.dg/vect/vect-58.c scan-tree-dump-times Alignment of access forced 
using peeling 1

=== gcc Summary ===

# of expected passes34045
# of unexpected failures3
# of unexpected successes   6
# of expected failures  125
# of untested testcases 28
# of unsupported tests  477
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes7949
# of expected failures  2
# of unsupported tests  17
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../gfortran  version 4.0.2 
20050821 (prerelease) (Debian 4.0.1-6)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1532
# of unsupported tests  11
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes219
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3802
# of expected failures  14
# of untested testcases 16
=== libmudflap tests ===


Running target unix

=== libmudflap Summary ===

# of expected passes1288
=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
XPASS: 27_io/fpos/14320-1.cc execution test

=== libstdc++ Summary ===

# of expected passes3644
# of unexpected successes   3
# of expected failures  11

Compiler version: 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) 
Platform: ia64-unknown-linux-gnu
configure flags: -v --prefix=/usr --enable-shared --with-system-zlib 
--libexecdir=/usr/lib --enable-nls --without-included-gettext 
--enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit 
--enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --with-system-libunwind --enable-checking=release 
ia64-linux-gnu --enable-languages=c,ada,c++,f95,java,objc,treelang
BOOT_CFLAGS=-O2


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 4.0 branch upto 20050821.

gcc-version:
  Add package identification to the gcc version string

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Buil

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on m68k-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

Native configuration is m68k-unknown-linux-gnu

=== g++ tests ===


Running target unix
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,  -O3  -ftree-based-profiling 
-fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3  
-ftree-based-profiling -fbranch-probabilities
FAIL: g++.dg/bprob/g++-bprob-1.C compilation,  -O3 -g  -ftree-based-profiling 
-fbranch-probabilities
UNRESOLVED: g++.dg/bprob/g++-bprob-1.C execution,-O3 -g  
-ftree-based-profiling -fbranch-probabilities
FAIL: g++.dg/abi/bitfield4.C execution test
FAIL: g++.dg/eh/omit-frame-pointer2.C execution test
FAIL: g++.dg/eh/registers1.C execution test
FAIL: g++.dg/ext/visibility/noPLT.C scan-assembler-not [EMAIL PROTECTED]
FAIL: g++.dg/opt/eh2.C execution test
FAIL: g++.old-deja/g++.eh/ia64-1.C execution test
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes10959
# of unexpected failures10
# of unexpected successes   1
# of expected failures  69
# of unresolved testcases   8
# of unsupported tests  92
/home/doko/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O1  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O2  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -O3 -g  (test for excess errors)
WARNING: program timed out.
FAIL: gcc.c-torture/compile/20001226-1.c  -Os  (test for excess errors)
FAIL: gcc.c-torture/compile/20020330-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.c-torture/compile/20020330-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/920625-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.c-torture/compile/920625-1.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
FAIL: gcc.c-torture/compile/920625-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.c-torture/compile/920625-1.c  -O3 -g  (test for excess errors)
FAIL: gcc.c-torture/compile/920928-2.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
FAIL: gcc.c-torture/compile/920928-2.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.c-torture/execute/20001203-2.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/20001203-2.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20001203-2.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/20001203-2.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20020418-1.c execution,  -O1 
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/920501-2.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops 
UNRESOLVED: gcc.c-torture/execute/920501-2.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/920501-2.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/920501-2.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/920501-6.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/920501-6.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/920501-6.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops 
UNRESOLVED: gcc.c-torture/execute/920501-6.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/920501-6.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/920501-6.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/920501-6.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/920501-6.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/931004-2.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED:

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on powerpc-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

=== acats tests ===
FAIL:   ce3202a

=== acats Summary ===
# of expected passes2319
# of unexpected failures1
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix

=== g++ Summary ===

# of expected passes11099
# of expected failures  69
# of unsupported tests  76
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2
FAIL: gcc.dg/vect/vect-82_64.c execution test
FAIL: gcc.dg/vect/vect-83_64.c execution test

=== gcc Summary ===

# of expected passes35896
# of unexpected failures8
# of expected failures  94
# of untested testcases 28
# of unsupported tests  435
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes7949
# of expected failures  2
# of unsupported tests  17
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../gfortran  version 4.0.2 
20050821 (prerelease) (Debian 4.0.1-6)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1534
# of unsupported tests  10
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes219
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3802
# of expected failures  14
# of untested testcases 16
=== libmudflap tests ===


Running target unix

=== libmudflap Summary ===

# of expected passes1288
=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
XPASS: ext/array_allocator/2.cc execution test

=== libstdc++ Summary ===

# of expected passes3643
# of unexpected successes   3
# of expected failures  12

Compiler version: 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) 
Platform: powerpc-unknown-linux-gnu
configure flags: -v --prefix=/usr --enable-shared --with-system-zlib 
--libexecdir=/usr/lib --enable-nls --without-included-gettext 
--enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit 
--enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-java-gc=boehm --enable-java-awt=gtk-default --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux 
--with-cpu=default32 --disable-werror --enable-checking=release 
powerpc-linux-gnu --enable-languages=c,ada,c++,f95,java,objc,treelang
BOOT_CFLAGS=-O2


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 4.0 branch upto 20050821.

gcc-version:
  Add package identification to the gcc version string

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

boehm-gc-nocheck:
  Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.

acats-expect:
  Run the ACATS testsuite using expect

fastjar-version:
  Append GCC version to 

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on s390-ibm-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

=== acats tests ===

=== acats Summary ===
# of expected passes2320
# of unexpected failures0
Native configuration is s390-ibm-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes11001
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  91
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix
XPASS: gcc.dg/tree-ssa/20040204-1.c scan-tree-dump-times link_error 0

=== gcc Summary ===

# of expected passes34218
# of unexpected successes   1
# of expected failures  68
# of untested testcases 28
# of unsupported tests  491
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes7949
# of expected failures  2
# of unsupported tests  17
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../gfortran  version 4.0.2 
20050821 (prerelease) (Debian 4.0.1-6)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1534
# of unsupported tests  10
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes219
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3802
# of expected failures  14
# of untested testcases 16
=== libmudflap tests ===


Running target unix

=== libmudflap Summary ===

# of expected passes1288
=== libstdc++ tests ===


Running target unix
XPASS: 22_locale/locale/cons/12658_thread-1.cc execution test
XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)

=== libstdc++ Summary ===

# of expected passes3644
# of unexpected successes   2
# of expected failures  12

Compiler version: 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) 
Platform: s390-ibm-linux-gnu
configure flags: -v --prefix=/usr --enable-shared --with-system-zlib 
--libexecdir=/usr/lib --enable-nls --without-included-gettext 
--enable-threads=posix --program-suffix=-4.0 --enable-__cxa_atexit 
--enable-libstdcxx-allocator=mt --enable-clocale=gnu --enable-libstdcxx-debug 
--enable-java-gc=boehm --enable-java-awt=gtk --enable-gtk-cairo 
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr 
--disable-werror --enable-checking=release s390-linux-gnu 
--enable-languages=c,ada,c++,f95,java,objc,treelang
BOOT_CFLAGS=-O2


Build Dependencies:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-==
ii  binutils   2.16.1-2   The GNU assembler, linker and binary utilities


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 4.0 branch upto 20050821.

gcc-version:
  Add package identification to the gcc version string

gcc-textdomain:
  Set gettext's domain and textdomain to the versioned package name.

rename-info-files:
  Allow transformations on info file names. Reference the
  transformed info file names in the texinfo files.

libstdc++-pic:
  Build and install libstdc++_pic.a library.

libstdc++-doclink:
  adjust hrefs to point to the local documentation

amd64-specs:
  On x86-64 use 64bits mode assembly except with -m32.

gccbug:
  Use sensible-editor instead of vi as fallback editor

gccbug-posix:
  Make gccbug POSIX compliant (patch by David Weinehall)
  http://www.opengroup.org/onlinepubs/009695399/utilities/test.html

boehm-gc-nocheck:
  Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa.

acats-expect:
  Run the ACATS testsuite using expect

fastjar-version:
  Append GCC version to the fastjar version string.

libstdc++-doxygen:
  libstdc++ doxygen docs: Set SHORT_NAMES to YES

pr21540:
  Fix PR java/21540.

pr19877:
  Proposed patch to fix PR19877 (libgcj configury)

classpath-20050618:
  - update classpath awt, swing and xml parser for HTML support in swing.
  taken from classpath CVS HEAD 2005-06-18.
  - updates for gnu.xml and javax.swing.text.html.

classmap-pat

Results for 4.0.2 20050821 (prerelease) (Debian 4.0.1-6) testsuite on sparc-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Aug 21 19:42:40 UTC 2005

=== acats tests ===
FAIL:   ce3810b

=== acats Summary ===
# of expected passes2319
# of unexpected failures1
Native configuration is sparc-unknown-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary for unix ===

# of expected passes11006
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  89

Running target unix/-m64
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary for unix/-m64 ===

# of expected passes10952
# of unexpected successes   1
# of expected failures  69
# of unsupported tests  102

=== g++ Summary ===

# of expected passes21958
# of unexpected successes   2
# of expected failures  138
# of unsupported tests  191
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../g++  version 4.0.2 20050821 
(prerelease) (Debian 4.0.1-6)

=== gcc tests ===


Running target unix

=== gcc Summary for unix ===

# of expected passes34526
# of expected failures  95
# of untested testcases 28
# of unsupported tests  521

Running target unix/-m64
FAIL: gcc.dg/special/gcsec-1.c (test for excess errors)
FAIL: gcc.dg/tls/alias-1.c (test for excess errors)
FAIL: gcc.dg/tls/opt-2.c (test for excess errors)
FAIL: gcc.misc-tests/linkage.c link

=== gcc Summary for unix/-m64 ===

# of expected passes34493
# of unexpected failures4
# of expected failures  95
# of untested testcases 28
# of unsupported tests  534

=== gcc Summary ===

# of expected passes69019
# of unexpected failures4
# of expected failures  190
# of untested testcases 56
# of unsupported tests  1055
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== gfortran tests ===


Running target unix

=== gfortran Summary for unix ===

# of expected passes7949
# of expected failures  2
# of unsupported tests  17

Running target unix/-m64

=== gfortran Summary for unix/-m64 ===

# of expected passes7949
# of expected failures  2
# of unsupported tests  17

=== gfortran Summary ===

# of expected passes15898
# of expected failures  4
# of unsupported tests  34
/build/buildd/gcc-4.0-4.0.1/build/gcc/testsuite/../gfortran  version 4.0.2 
20050821 (prerelease) (Debian 4.0.1-6)

=== objc tests ===


Running target unix

=== objc Summary for unix ===

# of expected passes1534
# of unsupported tests  10

Running target unix/-m64

=== objc Summary for unix/-m64 ===

# of expected passes1534
# of unsupported tests  10

=== objc Summary ===

# of expected passes3068
# of unsupported tests  20
/build/buildd/gcc-4.0-4.0.1/build/gcc/xgcc  version 4.0.2 20050821 (prerelease) 
(Debian 4.0.1-6)

=== libffi tests ===


Running target unix

=== libffi Summary for unix ===

# of expected passes219
# of unsupported tests  2

Running target unix/-m64
FAIL: libffi.call/closure_fn0.c (test for excess errors)
WARNING: libffi.call/closure_fn0.c compilation failed to produce executable
FAIL: libffi.call/closure_fn1.c (test for excess errors)
WARNING: libffi.call/closure_fn1.c compilation failed to produce executable
FAIL: libffi.call/closure_fn2.c (test for excess errors)
WARNING: libffi.call/closure_fn2.c compilation failed to produce executable
FAIL: libffi.call/closure_fn3.c (test for excess errors)
WARNING: libffi.call/closure_fn3.c compilation failed to produce executable
FAIL: libffi.call/closure_fn4.c (test for excess errors)
WARNING: libffi.call/closure_fn4.c compilation failed to produce executable
FAIL: libffi.call/closure_fn5.c (test for excess errors)
WARNING: libffi.call/closure_fn5.c compilation failed to produce executable
FAIL: libffi.call/cls_12byte.c (test for excess errors)
WARNING: libffi.call/cls_12byte.c compilation failed to produce executable
FAIL: libffi.call/cls_16byte.c (test for excess errors)
WARNING: libffi.call/cls_16byte.c compilation failed to produce executable
FAIL: libffi.call/cls_18byte.c (test for excess errors)
WARNING: libffi.call/cls_18byte.c compilation failed to produce executable
FAIL: libffi.call/cls_19byte.c (test for excess errors)
WARNING: libffi.call/cls_19byte.c compilation failed to produce executable
FAIL: libffi.call/cls_1_1byte.c (test for excess errors)
WARNING: libffi.call/cls_1_1byte.c compilation failed to produce exec

Results for 4.1.0 20050901 (experimental) testsuite on alpha-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Thu Sep  1 06:49:07 UTC 2005

Native configuration is alpha-unknown-linux-gnu

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes228
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3953
# of expected failures  10
# of untested testcases 8
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) output pattern test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 2) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 2) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 3) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 3) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 4) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 4) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 5) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 5) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 6) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 6) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 7) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 7) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 8) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 8) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 9) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 9) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 10) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 10) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 11) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 11) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 12) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 12) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 13) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 13) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 14) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 14) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 15) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 15) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 16) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 16) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 17) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 17) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 18) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 18) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 19) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 19) output pattern 
test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) output pattern test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 1) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 1) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 2) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 2) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 3) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 3) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 4) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 4) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 5) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 5) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 6) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 6) output pattern 
test
FAIL: libmudflap.cth/pass39-fra

Results for 4.1.0 20050901 (experimental) testsuite on ia64-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Thu Sep  1 06:49:07 UTC 2005

Native configuration is ia64-unknown-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes10826
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  96
/build/buildd/gcc-snapshot-20050901/build/gcc/testsuite/../g++  version 4.1.0 
20050901 (experimental)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/builtin-apply4.c execution test
XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5
XPASS: gcc.dg/vect/vect-30.c scan-tree-dump-times vectorized 1 loops 2
XPASS: gcc.dg/vect/vect-8.c scan-tree-dump-times vectorized 1 loops 1

=== gcc Summary ===

# of expected passes36124
# of unexpected failures1
# of unexpected successes   3
# of expected failures  134
# of untested testcases 28
# of unsupported tests  524
/build/buildd/gcc-snapshot-20050901/build/gcc/xgcc  version 4.1.0 20050901 
(experimental)

=== gfortran tests ===


Running target unix
FAIL: gfortran.dg/vect/vect-4.f90  -O  scan-tree-dump-times vectorized 1 loops 1
FAIL: gfortran.dg/vect/vect-4.f90  -O  scan-tree-dump-times Alignment of access 
forced using peeling 1
FAIL: gfortran.dg/vect/vect-4.f90  -O  scan-tree-dump-times Vectorizing an 
unaligned access 1

=== gfortran Summary ===

# of expected passes8435
# of unexpected failures3
# of expected failures  11
# of unsupported tests  18
/build/buildd/gcc-snapshot-20050901/build/gcc/testsuite/../gfortran  version 
4.1.0 20050901 (experimental)

=== obj-c++ tests ===


Running target unix
FAIL: obj-c++.dg/basic.mm (test for excess errors)
WARNING: obj-c++.dg/basic.mm compilation failed to produce executable
FAIL: obj-c++.dg/bitfield-1.mm (test for excess errors)
WARNING: obj-c++.dg/bitfield-1.mm compilation failed to produce executable
FAIL: obj-c++.dg/bitfield-4.mm (test for excess errors)
FAIL: obj-c++.dg/comp-types-10.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-2.mm execution test
FAIL: obj-c++.dg/cxx-scope-2.mm  (test for warnings, line 14)
FAIL: obj-c++.dg/cxx-scope-2.mm  (test for warnings, line 16)
FAIL: obj-c++.dg/cxx-scope-2.mm (test for excess errors)
FAIL: obj-c++.dg/encode-3.mm execution test
FAIL: obj-c++.dg/encode-4.mm (test for excess errors)
WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-5.mm (test for excess errors)
WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-6.mm (test for excess errors)
WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/layout-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/method-19.mm (test for excess errors)
WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable
FAIL: obj-c++.dg/no-extra-load.mm (test for excess errors)
ERROR: obj-c++.dg/no-extra-load.mm: error executing dg-final: couldn't open 
"no-extra-load.s": no such file or directory
UNRESOLVED: obj-c++.dg/no-extra-load.mm: error executing dg-final: couldn't 
open "no-extra-load.s": no such file or directory
FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes396
# of unexpected failures20
# of unresolved testcases   1
# of unsupported tests  13
/build/buildd/gcc-snapshot-20050901/build/gcc/testsuite/../g++  version 4.1.0 
20050901 (experimental)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1666
# of unsupported tests  23
/build/buildd/gcc-snapshot-20050901/build/gcc/xgcc  version 4.1.0 20050901 
(experimental)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes50
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes228
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3953
# of expected failures  10
# of untested testcases 8
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.c++/pass41-frag.cxx (test fo

Results for 4.1.0 20050904 (experimental) testsuite on alpha-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Sep  4 15:06:30 UTC 2005

Native configuration is alpha-unknown-linux-gnu

=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes228
# of unsupported tests  2
=== libjava tests ===


Running target unix

=== libjava Summary ===

# of expected passes3953
# of expected failures  10
# of untested testcases 8
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) output pattern test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 2) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 2) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 3) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 3) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 4) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 4) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 5) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 5) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 6) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 6) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 7) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 7) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 8) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 8) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 9) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 9) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 10) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 10) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 11) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 11) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 12) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 12) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 13) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 13) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 14) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 14) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 15) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 15) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 16) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 16) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 17) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 17) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 18) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 18) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 19) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 19) output pattern 
test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) output pattern test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 1) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 1) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 2) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 2) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 3) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 3) output pattern 
test
WARNING: program timed out.
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 4) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 4) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 5) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 5) output pattern 
test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun 6) execution test
FAIL: libmudflap.cth/pass39-frag.c (-static -DSTATIC) (rerun

Results for 4.1.0 20050901 (experimental) testsuite on i686-pc-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Thu Sep  1 06:49:07 UTC 2005

Native configuration is i686-pc-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes11346
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  62
/home/packages/gcc/snap/gcc-snapshot-20050901/build/gcc/testsuite/../g++  
version 4.1.0 20050901 (experimental)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/950612-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/950612-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-loops 
FAIL: gcc.c-torture/execute/950612-1.c execution,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/950612-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/950612-1.c execution,  -Os 
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/i386-sse-11.c (test for excess errors)
WARNING: gcc.dg/i386-sse-11.c compilation failed to produce executable
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2
FAIL: gcc.target/i386/pr13366.c (test for excess errors)

=== gcc Summary ===

# of expected passes37212
# of unexpected failures12
# of expected failures  100
# of untested testcases 28
# of unsupported tests  343
/home/packages/gcc/snap/gcc-snapshot-20050901/build/gcc/xgcc  version 4.1.0 
20050901 (experimental)

=== gfortran tests ===


Running target unix
FAIL: gfortran.fortran-torture/execute/elemental.f90 execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gfortran.fortran-torture/execute/elemental.f90 execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 

=== gfortran Summary ===

# of expected passes8464
# of unexpected failures2
# of expected failures  5
# of unsupported tests  8
/home/packages/gcc/snap/gcc-snapshot-20050901/build/gcc/testsuite/../gfortran  
version 4.1.0 20050901 (experimental)

=== obj-c++ tests ===


Running target unix
FAIL: obj-c++.dg/comp-types-10.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-2.mm execution test
FAIL: obj-c++.dg/encode-4.mm (test for excess errors)
WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-5.mm (test for excess errors)
WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-6.mm (test for excess errors)
WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/method-19.mm (test for excess errors)
WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes408
# of unexpected failures11
# of unsupported tests  13
/home/packages/gcc/snap/gcc-snapshot-20050901/build/gcc/testsuite/../g++  
version 4.1.0 20050901 (experimental)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1668
# of unsupported tests  22
/home/packages/gcc/snap/gcc-snapshot-20050901/build/gcc/xgcc  version 4.1.0 
20050901 (experimental)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes50
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes228
# of unsupported tests  2
=== libjava tests ===


Running target unix
FAIL: Divide_1 execution - source compiled test
FAIL: Divide_1 execution - bytecode->native test

=== libjava Summary ===

# of expected passes3949
# of unexpected failures2
# of expected failures  10
# of untested testcases 10
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) output pattern test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) output pattern 
test

Results for 4.1.0 20050904 (experimental) testsuite on hppa-unknown-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Sep  4 15:06:30 UTC 2005

Native configuration is hppa-unknown-linux-gnu

=== g++ tests ===


Running target unix
FAIL: g++.dg/eh/forced1.C execution test
FAIL: g++.dg/opt/inline4.C (test for excess errors)
FAIL: g++.old-deja/g++.eh/terminate2.C execution test
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes11244
# of unexpected failures3
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  101
/scratch/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../g++  
version 4.1.0 20050904 (experimental)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/debug/dwarf2/dwarf-char1.c scan-assembler 0x[68][ \\t]# 
DW_AT_encoding
FAIL: gcc.dg/debug/dwarf2/dwarf-char2.c scan-assembler 0x[68][ \\t]# 
DW_AT_encoding
FAIL: gcc.dg/debug/dwarf2/dwarf-char3.c scan-assembler 0x[68][ \\t]# 
DW_AT_encoding
XPASS: gcc.dg/tree-ssa/loop-1.c scan-assembler-times foo 5

=== gcc Summary ===

# of expected passes36136
# of unexpected failures3
# of unexpected successes   1
# of expected failures  75
# of untested testcases 28
# of unsupported tests  534
/scratch/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/xgcc  version 4.1.0 
20050904 (experimental)

=== gfortran tests ===


Running target unix

=== gfortran Summary ===

# of expected passes8437
# of expected failures  2
# of unsupported tests  34
/scratch/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../gfortran
  version 4.1.0 20050904 (experimental)

=== obj-c++ tests ===


Running target unix
FAIL: obj-c++.dg/comp-types-10.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-2.mm execution test
FAIL: obj-c++.dg/encode-4.mm (test for excess errors)
WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-5.mm (test for excess errors)
WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-6.mm (test for excess errors)
WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/method-19.mm (test for excess errors)
WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes408
# of unexpected failures11
# of unsupported tests  13
/scratch/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../g++  
version 4.1.0 20050904 (experimental)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1668
# of unsupported tests  22
/scratch/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/xgcc  version 4.1.0 
20050904 (experimental)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes50
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes228
# of unsupported tests  2
=== libjava tests ===


Running target unix
FAIL: 
/scratch/packages/gcc/snap/gcc-snapshot-20050904/src/libjava/testsuite/libjava.jar/simple.jar
 execution - gij test
FAIL: PR15133 execution - gij test
FAIL: PR18116 execution - gij test
FAIL: bytebuffer execution - gij test
FAIL: calls execution - gij test
FAIL: cxxtest execution - gij test
FAIL: directbuffer execution - gij test
FAIL: field execution - gij test
FAIL: final_method execution - gij test
FAIL: findclass execution - gij test
FAIL: iface execution - gij test
FAIL: invoke execution - gij test
FAIL: jniutf execution - gij test
FAIL: martin execution - gij test
FAIL: noclass execution - gij test
FAIL: overload execution - gij test
FAIL: pr11951 execution - gij test
FAIL: register execution - gij test
FAIL: simple_int execution - gij test
FAIL: throwit execution - gij test
FAIL: virtual execution - gij test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore -O3 execution - source compiled test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore -O3 execution - bytecode->native test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 -O3 execution - source compiled test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 -O3 execution -

Results for 4.1.0 20050904 (experimental) testsuite on i686-pc-linux-gnu

2005-09-05 Thread Matthias Klose
LAST_UPDATED: Sun Sep  4 15:06:30 UTC 2005

Native configuration is i686-pc-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.old-deja/g++.other/init5.C execution test

=== g++ Summary ===

# of expected passes11350
# of unexpected successes   1
# of expected failures  66
# of unsupported tests  62
/home/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../g++  
version 4.1.0 20050904 (experimental)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/cleanup-10.c execution test
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-8.c execution test
FAIL: gcc.dg/cleanup-9.c execution test
FAIL: gcc.dg/vect/pr20122.c scan-tree-dump-times vectorized 1 loops 2

=== gcc Summary ===

# of expected passes37289
# of unexpected failures5
# of expected failures  100
# of untested testcases 28
# of unsupported tests  343
/home/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/xgcc  version 4.1.0 
20050904 (experimental)

=== gfortran tests ===


Running target unix
FAIL: gfortran.fortran-torture/execute/elemental.f90 execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gfortran.fortran-torture/execute/elemental.f90 execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 

=== gfortran Summary ===

# of expected passes8509
# of unexpected failures2
# of expected failures  5
# of unsupported tests  8
/home/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../gfortran  
version 4.1.0 20050904 (experimental)

=== obj-c++ tests ===


Running target unix
FAIL: obj-c++.dg/comp-types-10.mm (test for excess errors)
FAIL: obj-c++.dg/cxx-ivars-2.mm execution test
FAIL: obj-c++.dg/encode-4.mm (test for excess errors)
WARNING: obj-c++.dg/encode-4.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-5.mm (test for excess errors)
WARNING: obj-c++.dg/encode-5.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-6.mm (test for excess errors)
WARNING: obj-c++.dg/encode-6.mm compilation failed to produce executable
FAIL: obj-c++.dg/encode-8.mm execution test
FAIL: obj-c++.dg/isa-field-1.mm (test for excess errors)
FAIL: obj-c++.dg/lookup-2.mm (test for excess errors)
WARNING: obj-c++.dg/lookup-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/method-19.mm (test for excess errors)
WARNING: obj-c++.dg/method-19.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-2.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-2.mm compilation failed to produce executable
FAIL: obj-c++.dg/try-catch-9.mm (test for excess errors)
WARNING: obj-c++.dg/try-catch-9.mm compilation failed to produce executable

=== obj-c++ Summary ===

# of expected passes408
# of unexpected failures11
# of unsupported tests  13
/home/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/testsuite/../g++  
version 4.1.0 20050904 (experimental)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1668
# of unsupported tests  22
/home/packages/gcc/snap/gcc-snapshot-20050904/build/gcc/xgcc  version 4.1.0 
20050904 (experimental)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes50
=== libffi tests ===


Running target unix

=== libffi Summary ===

# of expected passes228
# of unsupported tests  2
=== libjava tests ===


Running target unix
FAIL: Divide_1 execution - source compiled test
FAIL: Divide_1 execution - bytecode->native test

=== libjava Summary ===

# of expected passes3949
# of unexpected failures2
# of expected failures  10
# of untested testcases 10
=== libmudflap tests ===


Running target unix
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) output pattern test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 1) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 2) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 2) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 3) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 3) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 4) execution test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 4) output pattern 
test
FAIL: libmudflap.cth/pass37-frag.c (-static -DSTATIC) (rerun 5) execution test
FAIL: libmu

[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
00:59 ---
Reducing.

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
01:03 ---
I am starting to think this is not a reload issue but an issue somewhere else 
which combines the 
instructions into one movsi. 

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
01:48 ---
Reduced testcase:
extern "Java" {
  namespace java   {
namespace lang {
  class Class;
  class Throwable;
}
  }
}
typedef class java::lang::Class* jclass;
typedef class java::lang::Throwable* jthrowable;
typedef struct _Jv_JNIEnv JNIEnv;
struct _Jv_JNIEnv {
  jthrowable ex;
};
class java::lang::Throwable {
  
  static ::java::lang::Class class$;
};
void f(void);
void g (JNIEnv *env)
{
  try {
f();
  }
  catch (jthrowable t) {
env->ex = t;
  }
}


But I think we have a C++ or exand bug:
:
  f ();
  goto  ();

:;
  D.1724 = (struct Throwable * *) <<>>;
  env->ex = *(D.1724 - 4);

that is what we get.
notice how the load/store is in the same BB which means the load is marked as 
NO_THROW.

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
01:57 ---
I am starting to think this is a front-end bug.  We do have a mismatch types 
here.

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug target/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
01:58 ---
Let me fix the type mismatch and see if that fixes it.

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug middle-end/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
02:21 ---
Hmm, with -fno-tree-ter, we don't get an ICE but I this is a middle-end bug 
with respect of lowering eh 
constructs.

-- 
   What|Removed |Added

  Component|target  |middle-end


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



[Bug middle-end/23711] [4.1 regression] [s390] bootstrap error in libjava (ICE in fixup_eh_region_note)

2005-09-05 Thread pinskia at gcc dot gnu dot org

--- Additional Comments From pinskia at gcc dot gnu dot org  2005-09-06 
03:40 ---
Looks like the issue is that reload's assert should be checking about 
internal_throw when it is checking 
the trap_count.

See  for the patch which could 
be tested.

-- 


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

--- You are receiving this mail because: ---
You reported the bug, or are watching the reporter.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]