Bug#237126: marked as done ([arm] ICE when compiling nessus 2.0.10a)

2004-03-15 Thread Debian Bug Tracking System
Your message dated Mon, 15 Mar 2004 12:07:31 +
with message-id <[EMAIL PROTECTED]>
and subject line fixed in 3.3.3ds5-2
has caused the attached Bug report to be marked as done.

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

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

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

--
Received: (at submit) by bugs.debian.org; 9 Mar 2004 21:18:55 +
>From [EMAIL PROTECTED] Tue Mar 09 13:18:55 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dat.etsit.upm.es [138.100.17.73] 
by spohr.debian.org with smtp (Exim 3.35 1 (Debian))
id 1B0oco-0006xq-00; Tue, 09 Mar 2004 13:18:54 -0800
Received: (qmail 7244 invoked by uid 1013); 9 Mar 2004 21:18:48 -
Date: Tue, 9 Mar 2004 22:18:48 +0100
From: Javier =?iso-8859-15?Q?Fern=E1ndez-Sanguino_Pe=F1a?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [arm] ICE when compiling nessus 2.0.10a
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline
User-Agent: Mutt/1.5.5.1+cvs20040105i
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_08 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
version=2.60-bugs.debian.org_2004_03_08
X-Spam-Level: 

Package: gcc-3.3
Version: 1:3.3.3-0pre3
Priority: normal

When compiling nessus 2.0.10a in the arm architecture:

(...)
cc -g -Wall -O2  `sh ./cflags`   -c monitor_dialog.c 
gcc -g -Wall -O2  `sh ./cflags`  -c backend.c   
backend.c: In function `backend_empty':
backend.c:566: error: insn does not satisfy its constraints:
(insn:HI 260 351 343 9 0x408e58f0 (set (mem/s:QI (plus:SI (reg:SI 3 r3)
(const_int 4095 [0xfff])) [0 buf+32767 S1 A8])
(reg:QI 6 r6 [145])) 177 {*arm_movqi_insn} (insn_list:REG_DEP_ANTI 
246 (insn_list:REG_DEP_ANTI 243 (nil)))
(expr_list:REG_EQUAL (const_int 0 [0x0])
(nil)))
backend.c:566: internal compiler error: in reload_cse_simplify_operands, at 
reload1.c:8353
Please submit a full bug report,
with preprocessed source if appropriate.
See http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [backend.o] Error 1

Full build log is available at
http://buildd.debian.org/fetch.php?&pkg=nessus-core&ver=2.0.10a-2&arch=arm&stamp=1077735096&file=log&as=raw

After talking with the Nessus maintainer it seems this error is "expected" 
when building on arm with optimization. I'm going to upload a new version 
2.0.10a-3 with code that inhibits -O code when building on arm to see how 
the buildd reacts.

Nevertheless, I'm filing this bug since I've seen similar ICE errors 
reported. Since the gcc version used by the buildd you might want to 
contact the buildd managers directly in order to do tests with newer 
gcc-3.3 versions

Thanks

Javier

---
Received: (at 237126-done) by bugs.debian.org; 15 Mar 2004 12:07:33 +
>From [EMAIL PROTECTED] Mon Mar 15 04:07:33 2004
Return-path: <[EMAIL PROTECTED]>
Received: from dsl-62-3-66-203.zen.co.uk (crown.nexus.co.uk) [62.3.66.203] 
(foobar)
by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
id 1B2qsW-0007Od-00; Mon, 15 Mar 2004 04:07:33 -0800
Received: from pb by crown.nexus.co.uk with local (Exim 4.30)
id 1B2qsV-00036X-OV
for [EMAIL PROTECTED]; Mon, 15 Mar 2004 12:07:31 +
Date: Mon, 15 Mar 2004 12:07:31 +
To: [EMAIL PROTECTED]
Subject: fixed in 3.3.3ds5-2
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.28i
From: Phil Blundell <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 
(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00 autolearn=no 
version=2.60-bugs.debian.org_2004_03_12
X-Spam-Level: 

I think this bug should have been fixed by the recent upload of gcc-3.3.

p.




Processed: Re: Processed: Re: Bug#237126: [arm] ICE when compiling nessus 2.0.10a

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

> severity 237126 important
Bug#237126: [arm] ICE when compiling nessus 2.0.10a
Severity set to `important'.

> thanks
Stopping processing here.

Please contact me if you need assistance.

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




Bug#237126: [arm] ICE when compiling nessus 2.0.10a

2004-03-15 Thread Phil Blundell
merge 237126 233633
thanks

on Tue, Mar 09, 2004 at 10:18:48PM +0100, Javier Fern?ndez-Sanguino Pe?a wrote:
> (...)
> cc -g -Wall -O2  `sh ./cflags` -c monitor_dialog.c 
> gcc -g -Wall -O2  `sh ./cflags`-c backend.c   
> backend.c: In function `backend_empty':
> backend.c:566: error: insn does not satisfy its constraints:
> (insn:HI 260 351 343 9 0x408e58f0 (set (mem/s:QI (plus:SI (reg:SI 3 r3)
> (const_int 4095 [0xfff])) [0 buf+32767 S1 A8])
> (reg:QI 6 r6 [145])) 177 {*arm_movqi_insn} (insn_list:REG_DEP_ANTI 
> 246 (insn_list:REG_DEP_ANTI 243 (nil)))
> (expr_list:REG_EQUAL (const_int 0 [0x0])
> (nil)))
> backend.c:566: internal compiler error: in reload_cse_simplify_operands, at 
> reload1.c:8353
> Please submit a full bug report,
> with preprocessed source if appropriate.
> See http://gcc.gnu.org/bugs.html> for instructions.
> make[2]: *** [backend.o] Error 1

This looks like the same bug that was biting XFree86 in #233633.  It
should be fixed now.

p.




[Bug c++/11295] [3.3 regression] ICE when using a non-trivial object in a compound statement expression

2004-03-15 Thread reichelt at gcc dot gnu dot org

--- Additional Comments From reichelt at gcc dot gnu dot org  2004-03-15 
17:42 ---
This (Giovanni's redux in comment #7) still doesn't compile on the 3.3 branch.
Since 3.3.2 the compiler runs into an infinite loop on my machine
(i686-pc-linux-gnu).

-- 
   What|Removed |Added

 CC||gdr at gcc dot gnu dot org
 Status|RESOLVED|REOPENED
 GCC target triplet|ia64-suse-linux-gnu |
  Known to fail||3.3 3.3.1 3.3.2 3.3.3
  Known to work|3.3 |3.2.3
 Resolution|FIXED   |
Summary|[3.4/3.5 regression] ICE in |[3.3 regression] ICE when
   |cp_expr_size, at cp/cp- |using a non-trivial object
   |lang.c:314 when using a non-|in a compound statement
   |trivial object in a compound|expression
   |statement expression|
   Target Milestone|3.4.0   |3.3.4


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

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




Results for 3.4.0 20040314 (prerelease) testsuite on powerpc-unknown-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: Sun Mar 14 11:12:57 UTC 2004

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

=== acats Summary ===
# of expected passes1963
# of unexpected failures2
# of unsupported tests  357
Native configuration is powerpc-unknown-linux-gnu

=== g++ tests ===


Running target unix
XPASS: g++.dg/other/packed1.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 passes9478
# of unexpected successes   2
# of expected failures  63
# of unsupported tests  70
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g++ version 3.4.0 
20040314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1800
# of unsupported tests  6
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g77 version 3.4.0 
20040314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/20030125-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20030125-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20030125-1.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20030125-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20030125-1.c execution,  -Os 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O0 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O1 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O2 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O3 -fomit-frame-pointer 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/va-arg-25.c execution,  -Os 
FAIL: 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-c_compat_y_tst.o execute 
FAIL: gcc.dg/20020103-1.c scan-assembler-not LC
FAIL: gcc.dg/altivec-5.c (test for excess errors)
FAIL: gcc.dg/builtins-18.c (test for excess errors)
FAIL: gcc.dg/builtins-20.c (test for excess errors)
FAIL: gcc.dg/complex-1.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 passes24229
# of unexpected failures20
# of expected failures  69
# of untested testcases 7
# of unsupported tests  285
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1341
# of unsupported tests  8
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1
=== libffi tests ===


Running target unix

=== libffi Summary ===

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


Running target unix

=== libjava Summary ===

# of expected passes3262
# of expected failures  10
# of untested testcases 8
=== libstdc++ tests ===


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

=== libstdc++ Summary ===

# of expected passes2573
# of unexpected successes   1
# of expected failures  5

Compiler version: 3.4.0 20040314 (prerelease) 
Platform: powerpc-unknown-linux-gnu
configure flags: -v --enable-languages=c,c++,java,f77,objc,ada,treelang 
--prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls 
--enable-threads=posix --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm 
--enable-java-awt=xlib,gtk --with-cpp-install-dir=bin --disable-multilib 
--disable-werror powerpc-linux
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.14.90.0.7-5  The GNU assembler, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-11   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

test-summary:
  add libstdc++-v3's abi baseline to the tes

Results for 3.3.3 (Debian 20040314) testsuite on mipsel-unknown-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is mipsel-unknown-linux-gnu

=== g++ tests ===


Running target unix
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 passes8165
# of unexpected successes   3
# of expected failures  95
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g++ version 3.3.3 (Debian 
20040314)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1720
# of unsupported tests  8
/build/buildd/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g77 version 3.3.3 (Debian 
20040314)

=== 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  
WARNING: program timed out.
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 passes21071
# of unexpected failures16
# of expected failures  93
# of unsupported tests  194
/build/buildd/gcc-3.3-3.3.3ds5/build/gcc/xgcc version 3.3.3 (Debian 20040314)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1166
/build/buildd/gcc-3.3-3.3.3ds5/build/gcc/xgcc version 3.3.3 (Debian 20040314)

=== treelang tests ===


Running target unix

=== treelang Summary ===

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


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
WARNING: program timed out.
FAIL: 27_io/filebuf_members.cc execution test

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

# of expected passes452
# of unexpected failures1
# of unexpected successes   14
# of expected failures  14

Compiler version: 3.3.3 (Debian 20040314) 
Platform: mipsel-unknown-linux-gnu
configure flags: --host=mipsel-linux -v 
--enable-languages=c,c++,f77,pascal,objc,ada,treelang --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --with-system-zlib 
--enable-nls --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-debug --enable-objc-gc
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.14.90.0.7-5  The GNU assembler, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-11   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

cvs-updates:
  CVS updates from the 3.3 branch upto 20040314.

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.

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

libstdc++-doclink:
  link local libstdc++ docum

Results for 3.4.0 20040314 (prerelease) testsuite on alpha-unknown-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: Sun Mar 14 11:12:57 UTC 2004

Native configuration is alpha-unknown-linux-gnu

=== libffi tests ===


Running target unix

=== libffi Summary ===

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


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

=== libjava Summary ===

# of expected passes3258
# of unexpected failures2
# of expected failures  10
# of untested testcases 10

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

# of added symbols:  262
# of missing symbols:226
# of incompatible symbols:   257

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

=== libstdc++ tests ===


Running target unix
FAIL: 26_numerics/complex/pow.cc execution test
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 passes2570
# of unexpected failures2
# of unexpected successes   1
# of expected failures  5
=== acats tests ===
FAIL:   c37213f
FAIL:   c37215f
FAIL:   c45624a
FAIL:   c45624b
FAIL:   c460010
FAIL:   c4a013a
FAIL:   cd2a83c
FAIL:   cd2a91c
FAIL:   cxa5a03
FAIL:   cxg2002
FAIL:   cxg2017
FAIL:   cxg2020

=== acats Summary ===
# of expected passes1954
# of unexpected failures12
# of unsupported tests  356

=== g++ tests ===


Running target unix
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 passes9482
# of unexpected successes   1
# of expected failures  63
# of unsupported tests  69
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g++ version 3.4.0 
20040314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1800
# of unsupported tests  6
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g77 version 3.4.0 
20040314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/20040123-1.c scan-assembler abort
FAIL: gcc.dg/cleanup-11.c execution test
FAIL: gcc.dg/cleanup-9.c execution test

=== gcc Summary ===

# of expected passes24199
# of unexpected failures3
# of expected failures  79
# of untested testcases 7
# of unsupported tests  301
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1341
# of unsupported tests  8
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1

Compiler version: 3.4.0 20040314 (prerelease) 
Platform: alpha-unknown-linux-gnu
configure flags: -v --enable-languages=c,c++,java,f77,objc,ada,treelang 
--prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls 
--enable-threads=posix --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm 
--enable-java-awt=xlib,gtk --with-cpp-install-dir=bin --disable-werror 
alpha-linux
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.14.90.0.7-5  The GNU assembler, linker and binary utiliti
ii  libc6.1-dev2.3.2.ds1-11   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

test-summary:
  add libstdc++-v3's abi baseline to the test summary

amd64-specs:
  Use 64bits mode assembly except with -m32

hppa-toplevel:
  For hppa-linux enable libgcj and dependent libs in the toplevel directory

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa




Results for 3.4.0 20040314 (prerelease) testsuite on ia64-unknown-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: Sun Mar 14 11:12:57 UTC 2004

=== acats tests ===
FAIL:   ad8011a
FAIL:   c380004
FAIL:   c64105d
FAIL:   c91004b
FAIL:   c940010
FAIL:   c94002g
FAIL:   c94007a
FAIL:   c95022b
FAIL:   c95072a
FAIL:   c95072b
FAIL:   c954016
FAIL:   c954017
FAIL:   c974004
FAIL:   c974009
FAIL:   c9a011a
FAIL:   cb1010a
FAIL:   cb20001
FAIL:   cb20004
FAIL:   cb41002
FAIL:   cb5001a
FAIL:   cb5001b
FAIL:   cb5002a
FAIL:   cd2a83c
FAIL:   cd2a91c
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 passes2281
# of unexpected failures41
Native configuration is ia64-unknown-linux-gnu

=== g++ tests ===


Running target unix
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 passes9178
# of unexpected successes   1
# of expected failures  63
# of unsupported tests  68
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g++ version 3.4.0 
20040314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1800
# of unsupported tests  6
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g77 version 3.4.0 
20040314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -O1 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -O1 
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -O2 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -O2 
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -O3 -fomit-frame-pointer 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -O3 
-fomit-frame-pointer 
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-loops 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -O3 
-fomit-frame-pointer -funroll-loops 
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -O3 
-fomit-frame-pointer -funroll-all-loops -finline-functions 
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -O3 -g 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -O3 -g 
FAIL: gcc.c-torture/execute/20030928-1.c compilation,  -Os 
UNRESOLVED: gcc.c-torture/execute/20030928-1.c execution,  -Os 
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-7 c_compat_x_tst.o-c_compat_y_tst.o execute 

=== gcc Summary ===

# of expected passes23799
# of unexpected failures11
# of expected failures  75
# of unresolved testcases   13
# of untested testcases 7
# of unsupported tests  299
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1341
# of unsupported tests  8
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1
=== libffi tests ===


Running target unix
FAIL: libffi.call/closure_fn0.c output pattern test, is 1 2 3 4 127 429 7 8 0 
10 11 0 13 19 21 1 3: 659
FAIL: libffi.call/closure_fn1.c output pattern test, is 1 2 3 4 127 5 6 8 0 10 
11 0 13 19 21 1 3: 234
FAIL: libffi.call/closure_fn2.c output pattern test, is 1 2 3 4 127 5 6 8 0 10 
11 0 13 0 21 1 3: 215
FAIL: libffi.call/closure_fn3.c output pattern test, is 1 2 3 4 5 6 7 8 9 10 0 
0 13 0 0 1 3: 72
FAIL: libffi.call/cls_12byte.c execution test
FAIL:

Results for 3.3.3 (Debian 20040314) testsuite on arm-unknown-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: 
Native configuration is arm-unknown-linux-gnu

=== libjava tests ===


Running target unix
FAIL: calls run
FAIL: cxxtest run
FAIL: field run
FAIL: final_method run
FAIL: findclass run
FAIL: invoke run
FAIL: martin run
FAIL: noclass run
FAIL: overload run
FAIL: register run
FAIL: simple_int run
FAIL: throwit run
FAIL: virtual run
FAIL: InvokeReturn output - source compiled test
FAIL: InvokeReturn output - bytecode->native test
FAIL: InvokeReturn -O output - source compiled test
FAIL: InvokeReturn -O output - bytecode->native test
WARNING: program timed out.
FAIL: SyncTest execution - bytecode->native test
WARNING: program timed out.
FAIL: SyncTest -O execution - bytecode->native test
FAIL: TestProxy execution - source compiled test
FAIL: TestProxy execution - bytecode->native test
FAIL: TestProxy -O execution - source compiled test
FAIL: TestProxy -O execution - bytecode->native test
FAIL: 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestEarlyGC.exe
 output - 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestEarlyGC.exe
FAIL: 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestLeak.exe 
execution - 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestLeak.exe
FAIL: 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestMultiple.exe
 execution - 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestMultiple.exe
FAIL: 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestParent.exe 
execution - 
/build/buildd/gcc-3.3-3.3.3ds5/build/arm-linux/libjava/testsuite/TestParent.exe

=== libjava Summary ===

# of expected passes2415
# of unexpected failures27
# of expected failures  16
# of untested testcases 34
=== libstdc++-v3 tests ===


Running target unix
XPASS: 22_locale/collate_byname.cc execution test
XPASS: 22_locale/collate_members_char.cc execution test
XPASS: 22_locale/collate_members_wchar_t.cc execution test
XPASS: 22_locale/ctype_is_char.cc execution test
XPASS: 22_locale/ctype_is_wchar_t.cc execution test
XPASS: 22_locale/members.cc execution test
XPASS: 22_locale/messages_byname.cc execution test
XPASS: 22_locale/messages_members_char.cc execution test
XPASS: 22_locale/moneypunct_byname.cc execution test
XPASS: 22_locale/moneypunct_members_char.cc execution test
XPASS: 22_locale/moneypunct_members_wchar_t.cc execution test
XPASS: 22_locale/numpunct_byname.cc execution test
XPASS: 22_locale/numpunct_members_char.cc execution test
XPASS: 22_locale/numpunct_members_wchar_t.cc execution test
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   14
# of expected failures  14
=== 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)
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 passes8165
# of unexpected failures4
# of unexpected successes   2
# of expected failures  93
# of untested testcases 23
# of unsupported tests  30
/build/buildd/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g++ version 3.3.3 (Debian 
20040314)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1720
# of unsupported tests  8
/build/buildd/gcc-3.3-3.3.3ds5/build/gcc/testsuite/../g77 version 3.3.3 (Debian 
20040314)

=== 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.dg/20021014-1.c execution test
FAIL: gcc.dg/duff-2.c (test for excess errors)
FAIL: gcc.dg/nest.c execution test
FAIL: gcc.dg/pack-test-1.c (test for excess errors)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 7)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 14)
FAIL: gcc.dg/pack-test-2.c  (test for errors, line 19)
FAIL: gcc.dg/pack-test-2.c (test for excess errors)
FAIL: 209: expected branch percentages not found: 25
FAIL: gcc.misc-tests/gcov-4b.c gcov: 0 failures in line counts, 1 in branch 
percentages, 0 in return

Results for 3.4.0 20040314 (prerelease) testsuite on s390-ibm-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: Sun Mar 14 11:12:57 UTC 2004

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

=== acats Summary ===
# of expected passes1962
# of unexpected failures3
# of unsupported tests  357
Native configuration is s390-ibm-linux-gnu

=== g++ tests ===


Running target unix
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 passes9480
# of unexpected successes   1
# of expected failures  63
# of unsupported tests  70
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g++ version 3.4.0 
20040314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1800
# of unsupported tests  6
/build/buildd/gcc-snapshot-20040314/build/gcc/testsuite/../g77 version 3.4.0 
20040314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.dg/const-elim-1.c scan-assembler-not L\$?C[^A-Z]
XPASS: gcc.dg/sibcall-3.c execution test
XPASS: gcc.dg/sibcall-4.c execution test

=== gcc Summary ===

# of expected passes24182
# of unexpected failures1
# of unexpected successes   2
# of expected failures  69
# of untested testcases 7
# of unsupported tests  310
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1341
# of unsupported tests  8
/build/buildd/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 20040314 
(prerelease)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1
=== libffi tests ===


Running target unix

=== libffi Summary ===

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


Running target unix
FAIL: PR9577 run
FAIL: longfield run
FAIL: shortfield run
FAIL: simple run
FAIL: 
/build/buildd/gcc-snapshot-20040314/src/libjava/testsuite/libjava.jar/simple.jar
 execution - gij test
FAIL: calls run
FAIL: cxxtest run
FAIL: field run
FAIL: final_method run
FAIL: findclass run
FAIL: invoke run
FAIL: jniutf run
FAIL: martin run
FAIL: noclass run
FAIL: overload run
FAIL: pr11951 run
FAIL: register run
FAIL: simple_int run
FAIL: throwit run
FAIL: virtual run
FAIL: ArrayStore execution - source compiled test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore execution - bytecode->native test
FAIL: ArrayStore -O3 execution - source compiled test
FAIL: ArrayStore execution - gij test
FAIL: ArrayStore -O3 execution - bytecode->native test
FAIL: ArrayStore2 execution - source compiled test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 execution - bytecode->native test
FAIL: ArrayStore2 -O3 execution - source compiled test
FAIL: ArrayStore2 execution - gij test
FAIL: ArrayStore2 -O3 execution - bytecode->native test
FAIL: Array_1 execution - source compiled test
FAIL: Array_1 execution - gij test
FAIL: Array_1 execution - bytecode->native test
FAIL: Array_1 -O3 execution - source compiled test
FAIL: Array_1 execution - gij test
FAIL: Array_1 -O3 execution - bytecode->native test
FAIL: Array_2 execution - source compiled test
FAIL: Array_2 execution - gij test
FAIL: Array_2 execution - bytecode->native test
FAIL: Array_2 -O3 execution - source compiled test
FAIL: Array_2 execution - gij test
FAIL: Array_2 -O3 execution - bytecode->native test
FAIL: Array_3 execution - source compiled test
FAIL: Array_3 execution - gij test
FAIL: Array_3 execution - bytecode->native test
FAIL: Array_3 -O3 execution - source compiled test
FAIL: Array_3 execution - gij test
FAIL: Array_3 -O3 execution - bytecode->native test
FAIL: Class_1 execution - source compiled test
FAIL: Class_1 execution - gij test
FAIL: Class_1 execution - bytecode->native test
FAIL: Class_1 -O3 execution - source compiled test
FAIL: Class_1 execution - gij test
FAIL: Class_1 -O3 execution - bytecode->native test
FAIL: CompareNaN execution - source compiled test
FAIL: CompareNaN execution - gij test
FAIL: CompareNaN execution - bytecode->native test
FAIL: CompareNaN -O3 execution - source compiled test
FAIL: CompareNaN execution - gij test
FAIL: CompareNaN -O3 execution - bytecode->native test
FAIL: Divide_1 execution - source compiled test
FAIL: Divide_1 execution - gij test
FAIL: Divide_1 execution - bytecode->native test
FAIL: Divide_1 -O3 execution - source compiled test
FAIL: Divide_1 execution - gij test
F

Results for 3.4.0 20040314 (prerelease) testsuite on i486-pc-linux-gnu

2004-03-15 Thread Matthias Klose
LAST_UPDATED: Sun Mar 14 11:12:57 UTC 2004

=== acats tests ===

=== acats Summary ===
# of expected passes2322
# of unexpected failures0
Native configuration is i486-pc-linux-gnu

=== g++ tests ===


Running target unix
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 passes9555
# of unexpected successes   1
# of expected failures  63
# of unsupported tests  31
/home/packages/gcc/snap/gcc-snapshot-20040314/build/gcc/testsuite/../g++ 
version 3.4.0 20040314 (prerelease)

=== g77 tests ===


Running target unix

=== g77 Summary ===

# of expected passes1800
# of unsupported tests  6
/home/packages/gcc/snap/gcc-snapshot-20040314/build/gcc/testsuite/../g77 
version 3.4.0 20040314 (prerelease)

=== gcc tests ===


Running target unix
FAIL: gcc.c-torture/compile/930621-1.c  -O3 -fomit-frame-pointer  (test for 
excess errors)
FAIL: gcc.c-torture/compile/930621-1.c  -O3 -fomit-frame-pointer -funroll-loops 
 (test for excess errors)
FAIL: gcc.c-torture/compile/930621-1.c  -O3 -fomit-frame-pointer 
-funroll-all-loops -finline-functions  (test for excess errors)
FAIL: gcc.c-torture/compile/930621-1.c  -O3 -g  (test for excess errors)
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 ===

# of expected passes24509
# of unexpected failures6
# of expected failures  70
# of untested testcases 7
# of unsupported tests  182
/home/packages/gcc/snap/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 
20040314 (prerelease)

=== objc tests ===


Running target unix

=== objc Summary ===

# of expected passes1341
# of unsupported tests  8
/home/packages/gcc/snap/gcc-snapshot-20040314/build/gcc/xgcc version 3.4.0 
20040314 (prerelease)

=== treelang tests ===


Running target unix

=== treelang Summary ===

# of expected passes1
=== libffi tests ===


Running target unix

=== libffi Summary ===

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


Running target unix
FAIL: linking simple
FAIL: Thread_Interrupt output - source compiled test
FAIL: Thread_Interrupt output - gij test
FAIL: Thread_Interrupt -O3 output - source compiled test
FAIL: Thread_Interrupt -O3 output - bytecode->native test

=== libjava Summary ===

# of expected passes3256
# of unexpected failures5
# of expected failures  11
# of untested testcases 8

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

# of added symbols:  253
# of missing symbols:257
# of incompatible symbols:   288

using: 
/home/packages/gcc/snap/gcc-snapshot-20040314/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt

=== libstdc++ tests ===


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

=== libstdc++ Summary ===

# of expected passes2573
# of unexpected successes   1
# of expected failures  5

Compiler version: 3.4.0 20040314 (prerelease) 
Platform: i486-pc-linux-gnu
configure flags: -v --enable-languages=c,c++,java,f77,objc,ada,treelang 
--prefix=/usr/lib/gcc-snapshot --enable-shared --with-system-zlib --enable-nls 
--enable-threads=posix --without-included-gettext --enable-__cxa_atexit 
--enable-clocale=gnu --enable-libstdcxx-debug --enable-java-gc=boehm 
--enable-java-awt=xlib,gtk --with-cpp-install-dir=bin --disable-werror 
i486-linux
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.14.90.0.7-5  The GNU assembler, linker and binary utiliti
ii  libc6-dev  2.3.2.ds1-11   GNU C Library: Development Libraries and Hea


Patches that Debian applied in this version:

test-summary:
  add libstdc++-v3's abi baseline to the test summary

amd64-specs:
  Use 64bits mode assembly except with -m32

hppa-toplevel:
  For hppa-linux enable libgcj and dependent libs in the toplevel directory

hppa-libffi:
  libffi support for hppa

hppa-libjava:
  Enable libjava support for hppa




News Release: OSSI Lands Contract via Subsidiary, Mon, 15 Mar 2004 23:03:16 -0500

2004-03-15 Thread Tanisha Mcleod
Mon, 15 Mar 2004 23:03:16 -0500

HOUSTON--(BUSINESS WIRE)--March 15, 2004--OSF Healthcare Services Inc., a 
wholly owned subsidiary of OSF Inc. (OTC:OSSI), a 

publicly traded company, has secured a contract through its wholly owned 
subsidiary, Healthcare International Inc., with 

Vista Community Medical Center, located in Pasadena, Texas.

Read the whole News Rlease - http://biz.yahoo.com/bw/040315/156062_1.html

madstone

bistate april downright westerly buckley codetermine denunciate poor bates 
protest icky annotate oedipus deerskin photogenic discovery melody valery 
revery hater donate cowpunch bus walgreen dogwood dove coercible moll frontier 
daly chomp civet apt psaltery 

electrolysis chic submitted tecum asinine beaver amos bowl churchyard 
administrate jon southeast calumniate psychobiology watery berglund brewery 
paragraph lackey prance corkscrew danny cretaceous reimbursable shore clonic 
autocracy piggish dehumidify