Processing of gcc-3.4_3.4.1ds1-4sarge1_arm.changes
gcc-3.4_3.4.1ds1-4sarge1_arm.changes uploaded successfully to localhost along with the files: gcc-3.4-base_3.4.1-4sarge1_arm.deb libgcc1_3.4.1-4sarge1_arm.deb cpp-3.4_3.4.1-4sarge1_arm.deb gobjc-3.4_3.4.1-4sarge1_arm.deb gij-3.4_3.4.1-4sarge1_arm.deb libgcj5_3.4.1-4sarge1_arm.deb libgcj5-awt_3.4.1-4sarge1_arm.deb gcj-3.4_3.4.1-4sarge1_arm.deb libgcj5-dev_3.4.1-4sarge1_arm.deb fastjar_3.4.1-4sarge1_arm.deb libffi3_3.4.1-4sarge1_arm.deb libffi3-dev_3.4.1-4sarge1_arm.deb g++-3.4_3.4.1-4sarge1_arm.deb libstdc++6-0_3.4.1-4sarge1_arm.deb libstdc++6-0-dev_3.4.1-4sarge1_arm.deb libstdc++6-0-pic_3.4.1-4sarge1_arm.deb libstdc++6-0-dbg_3.4.1-4sarge1_arm.deb g77-3.4_3.4.1-4sarge1_arm.deb treelang-3.4_3.4.1-4sarge1_arm.deb gpc-2.1-3.4_3.4.1-4sarge1_arm.deb gcc-3.4_3.4.1-4sarge1_arm.deb Greetings, Your Debian queue daemon
gcc-3.4_3.4.1ds1-4sarge1_arm.changes ACCEPTED
Accepted: cpp-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/cpp-3.4_3.4.1-4sarge1_arm.deb fastjar_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/fastjar_3.4.1-4sarge1_arm.deb g++-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/g++-3.4_3.4.1-4sarge1_arm.deb g77-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/g77-3.4_3.4.1-4sarge1_arm.deb gcc-3.4-base_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/gcc-3.4-base_3.4.1-4sarge1_arm.deb gcc-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/gcc-3.4_3.4.1-4sarge1_arm.deb gcj-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/gcj-3.4_3.4.1-4sarge1_arm.deb gij-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/gij-3.4_3.4.1-4sarge1_arm.deb gobjc-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/gobjc-3.4_3.4.1-4sarge1_arm.deb gpc-2.1-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/gpc-2.1-3.4_3.4.1-4sarge1_arm.deb libffi3-dev_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libffi3-dev_3.4.1-4sarge1_arm.deb libffi3_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libffi3_3.4.1-4sarge1_arm.deb libgcc1_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libgcc1_3.4.1-4sarge1_arm.deb libgcj5-awt_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libgcj5-awt_3.4.1-4sarge1_arm.deb libgcj5-dev_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libgcj5-dev_3.4.1-4sarge1_arm.deb libgcj5_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libgcj5_3.4.1-4sarge1_arm.deb libstdc++6-0-dbg_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libstdc++6-0-dbg_3.4.1-4sarge1_arm.deb libstdc++6-0-dev_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libstdc++6-0-dev_3.4.1-4sarge1_arm.deb libstdc++6-0-pic_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libstdc++6-0-pic_3.4.1-4sarge1_arm.deb libstdc++6-0_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/libstdc++6-0_3.4.1-4sarge1_arm.deb treelang-3.4_3.4.1-4sarge1_arm.deb to pool/main/g/gcc-3.4/treelang-3.4_3.4.1-4sarge1_arm.deb Thank you for your contribution to Debian.
Bug#264835: Simple programs do not compile with gcc-3.3 due to ld error with binutils 2.13.90.0.18
Package: gcc-3.3 Version: 1:3.3.4-7 When trying to compile this simple program: int main(){return(0);} gcc returned with: /usr/bin/ld: unrecognized option '--as-needed' /usr/bin/ld: use the --help option for usage information collect2: ld returned 1 exit status This is while using binutils version 2.13.90.0.18-1.7, which is greater than the version depended on by gcc-3-3 (binutils >= 2.13.90.0.10). Upgrading to the current version binutils in unstable, version 2.15-1, solved this problem. I suggest that the minimum version of binutils that gcc-3.3 depends on, be increased to 2.15-1 (for at least the i386 build). I am using Debian GNU/Linux 3.0 (mixed unstable), kenerl 2.6.7 (patched for mppe) and libc6 2.3.2.ds1-13.
Processing of gcc-3.3_3.3.4-6sarge1_sparc.changes
gcc-3.3_3.3.4-6sarge1_sparc.changes uploaded successfully to localhost along with the files: gcc-3.3-base_3.3.4-6sarge1_sparc.deb cpp-3.3_3.3.4-6sarge1_sparc.deb protoize_3.3.4-6sarge1_sparc.deb fixincludes_3.3.4-6sarge1_sparc.deb gobjc-3.3_3.3.4-6sarge1_sparc.deb libobjc1_3.3.4-6sarge1_sparc.deb gij-3.3_3.3.4-6sarge1_sparc.deb libgcj4_3.3.4-6sarge1_sparc.deb libgcj4-awt_3.3.4-6sarge1_sparc.deb gcj-3.3_3.3.4-6sarge1_sparc.deb libgcj4-dev_3.3.4-6sarge1_sparc.deb libffi2_3.3.4-6sarge1_sparc.deb libffi2-dev_3.3.4-6sarge1_sparc.deb g++-3.3_3.3.4-6sarge1_sparc.deb libstdc++5_3.3.4-6sarge1_sparc.deb lib64stdc++5_3.3.4-6sarge1_sparc.deb libstdc++5-3.3-dev_3.3.4-6sarge1_sparc.deb libstdc++5-3.3-pic_3.3.4-6sarge1_sparc.deb libstdc++5-3.3-dbg_3.3.4-6sarge1_sparc.deb libg2c0_3.3.4-6sarge1_sparc.deb g77-3.3_3.3.4-6sarge1_sparc.deb libg2c0-dev_3.3.4-6sarge1_sparc.deb gnat-3.3_3.3.4-6sarge1_sparc.deb treelang-3.3_3.3.4-6sarge1_sparc.deb gpc-2.1-3.3_3.3.4.20040516-6sarge1_sparc.deb gcc-3.3_3.3.4-6sarge1_sparc.deb Greetings, Your Debian queue daemon
gcc-3.3_3.3.4-6sarge1_sparc.changes ACCEPTED
Accepted: cpp-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/cpp-3.3_3.3.4-6sarge1_sparc.deb fixincludes_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/fixincludes_3.3.4-6sarge1_sparc.deb g++-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/g++-3.3_3.3.4-6sarge1_sparc.deb g77-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/g77-3.3_3.3.4-6sarge1_sparc.deb gcc-3.3-base_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gcc-3.3-base_3.3.4-6sarge1_sparc.deb gcc-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gcc-3.3_3.3.4-6sarge1_sparc.deb gcj-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gcj-3.3_3.3.4-6sarge1_sparc.deb gij-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gij-3.3_3.3.4-6sarge1_sparc.deb gnat-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gnat-3.3_3.3.4-6sarge1_sparc.deb gobjc-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gobjc-3.3_3.3.4-6sarge1_sparc.deb gpc-2.1-3.3_3.3.4.20040516-6sarge1_sparc.deb to pool/main/g/gcc-3.3/gpc-2.1-3.3_3.3.4.20040516-6sarge1_sparc.deb lib64stdc++5_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/lib64stdc++5_3.3.4-6sarge1_sparc.deb libffi2-dev_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libffi2-dev_3.3.4-6sarge1_sparc.deb libffi2_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libffi2_3.3.4-6sarge1_sparc.deb libg2c0-dev_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libg2c0-dev_3.3.4-6sarge1_sparc.deb libg2c0_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libg2c0_3.3.4-6sarge1_sparc.deb libgcj4-awt_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libgcj4-awt_3.3.4-6sarge1_sparc.deb libgcj4-dev_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libgcj4-dev_3.3.4-6sarge1_sparc.deb libgcj4_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libgcj4_3.3.4-6sarge1_sparc.deb libobjc1_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libobjc1_3.3.4-6sarge1_sparc.deb libstdc++5-3.3-dbg_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-dbg_3.3.4-6sarge1_sparc.deb libstdc++5-3.3-dev_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-dev_3.3.4-6sarge1_sparc.deb libstdc++5-3.3-pic_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libstdc++5-3.3-pic_3.3.4-6sarge1_sparc.deb libstdc++5_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/libstdc++5_3.3.4-6sarge1_sparc.deb protoize_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/protoize_3.3.4-6sarge1_sparc.deb treelang-3.3_3.3.4-6sarge1_sparc.deb to pool/main/g/gcc-3.3/treelang-3.3_3.3.4-6sarge1_sparc.deb Thank you for your contribution to Debian.
Bug#264857: gcc-3.4: please support the powerpc64 architecture
Package: gcc-3.4 Version: 3.4.1-5 Severity: wishlist Tags: patch Please include add --disable-multilib and make /lib64 be a link to /lib if the architecture is powerpc64 -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.7-1-686 Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 Versions of packages gcc-3.4 depends on: ii binutils2.15-1 The GNU assembler, linker and bina ii cpp-3.4 3.4.1-5 The GNU C preprocessor ii gcc-3.4-base3.4.1-5 The GNU Compiler Collection (base ii libc6 2.3.2.ds1-15 GNU C Library: Shared libraries an ii libgcc1 1:3.4.1-5GCC support library -- no debconf information diff -r -u gcc-3.4-3.4.1ds1.orig/debian/rules2 gcc-3.4-3.4.1ds1.orig-new/debian/rules2 --- gcc-3.4-3.4.1ds1.orig/debian/rules2 2004-08-05 18:17:55.941099920 + +++ gcc-3.4-3.4.1ds1.orig-new/debian/rules2 2004-08-05 18:17:29.996051432 + @@ -147,7 +147,7 @@ CONFARGS += --with-cpu=default32 endif -ifeq ($(DEB_TARGET_GNU_CPU),x86_64) +ifeq ($(DEB_TARGET_GNU_CPU), $(findstring $(DEB_TARGET_GNU_CPU),x86_64 powerpc64)) CONFARGS += --disable-multilib endif @@ -922,7 +922,7 @@ rm -rf $(d) mkdir -p $(d)/$(libdir) $(d)/$(PF) -ifeq ($(DEB_TARGET_GNU_CPU),x86_64) +ifeq ($(DEB_TARGET_GNU_CPU), $(findstring $(DEB_TARGET_GNU_CPU),x86_64 powerpc64)) : # link lib to lib64 and usr/lib to usr/lib64 : # (this works when CONFARGS contains '--disable-multilib') ln -s lib $(d)/lib64
Need someone to talk to?
Hey, my name is Lisa. I'm currently a freshman in college, and I think I'm going to be a psychology major, but who knows! I'm on the girls tennis team and I signed up to be photo editor for our campus newspaper. I'm single at the moment cause the right guy hasn't come along yet!! Hopefully I'll meet him soon :-) I just got done browsing thru profiles online and i found yours! I just got my webcam working so we can talk as long as you want at my website and it doesn't cost you anything if you wanna watch or see me! Just visit my free chatroom Here! I hope we get to meet soon... I'll wait for you ;-) laters, Lisa askance snuffle big ketosis lame t chaplin ellipsoid copybook pulmonary committeewoman fungoid clare sinh algol despite postman wacky boycott flood hashish muskmelon decode irving 2
Processed: Re: Bug#264835: Simple programs do not compile with gcc-3.3 due to ld error with binutils 2.13.90.0.18
Processing commands for [EMAIL PROTECTED]: > tags 264835 + sid Bug#264835: Simple programs do not compile with gcc-3.3 due to ld error with binutils 2.13.90.0.18 There were no tags set. Tags added: sid > severity 264835 grave Bug#264835: Simple programs do not compile with gcc-3.3 due to ld error with binutils 2.13.90.0.18 Severity set to `grave'. > retitle gcc-3.3: binutils dependency is not tight enough Unknown command or malformed arguments to command. > thanks Stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)
[Bug c++/16706] [3.4/3.5 Regression] ICE in finish_member_declaration, at cp/semantics.c:2126
--- Additional Comments From Woebbeking at web dot de 2004-08-10 20:27 --- (In reply to comment #10) > Patch submitted: > > http://gcc.gnu.org/ml/gcc-patches/2004-08/msg00151.html is it already applied? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16706 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
Re: RFS:cross-compiler package
Em Monday 09 August 2004 19:56, Shaul Karl escreveu: > I only tried cross compilation tools for a short time. I droped it > due to the amount of work that was required to get the deb that I was > interesting in cross compiled. Still, have you looked at dpkg-cross and > the toolchain-source debs? Fortunately I only want to cross-compile the kernel (many times). I used dpkg-cross but very little since make-kpkg has its own infrastructure for cross-compilation and supports the powerpc64 :) I didn't use toolchain-source because it had gcc 3.3 and I wanted to use 3.4. If I understand correctly, it contains the source code to gcc and binutils so that a number of source packages do not have to include it right? I was planing to use a single source package to build all the cross-compilers. This way the source code would be all in one place. I admit that the package will take a LONG time to compile. > > -- > "If you have an apple and I have an apple and we exchange apples then > you and I will still each have one apple. But if you have an idea and I > have an idea and we exchange these ideas, then each of us will have two > ideas." -- George Bernard Shaw(sent by shaulk @ 013 . net . il) Thanks for the comments, Rafael
Results for 3.3.4 (Debian 1:3.3.4-8) testsuite on hppa-linux
LAST_UPDATED: Native configuration is hppa-linux (pampa) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3905 # of unsupported tests5 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgpc version 20040516, based on gcc-3.3.4 (Debian 1:3.3.4-8) === g++ tests === Running target unix FAIL: g++.dg/compat/break/bitfield7 x_tst.o compile UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execute XPASS: g++.dg/other/packed1.C execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8176 # of unexpected failures1 # of unexpected successes 2 # of expected failures 97 # of unresolved testcases 2 # of untested testcases 23 # of unsupported tests 30 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/testsuite/../g++ version 3.3.4 (Debian 1:3.3.4-8) === g77 tests === Running target unix === g77 Summary === # of expected passes1720 # of unsupported tests 8 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/testsuite/../g77 version 3.3.4 (Debian 1:3.3.4-8) === gcc tests === Running target unix FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21155 # of unexpected failures1 # of expected failures 67 # of unsupported tests 198 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-8) === objc tests === Running target unix === objc Summary === # of expected passes1166 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-8) === treelang tests === Running target unix === treelang Summary === # of expected passes1 === 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: ArrayStore execution - source compiled test FAIL: ArrayStore execution - gij test FAIL: ArrayStore execution - bytecode->native test FAIL: ArrayStore -O execution - source compiled test FAIL: ArrayStore execution - gij test FAIL: ArrayStore -O execution - bytecode->native test FAIL: ArrayStore2 execution - source compiled test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 execution - bytecode->native test FAIL: ArrayStore2 -O execution - source compiled test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 -O 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 -O execution - source compiled test FAIL: Array_1 execution - gij test FAIL: Array_1 -O 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 -O execution - source compiled test FAIL: Array_2 execution - gij test FAIL: Array_2 -O 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 -O execution - source compiled test FAIL: Array_3 execution - gij test FAIL: Array_3 -O 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 -O execution - source compiled test FAIL: Class_1 execution - gij test FAIL: Class_1 -O 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 -O execution - source compiled test FAIL: Divide_1 execution - gij test FAIL: Divide_1 -O execution - bytecode->native test FAIL: EvaluationOrder execution - source compiled test FAIL: EvaluationOrder execution - gij test FAIL: EvaluationOrder execution - bytecode->native test FAIL: EvaluationOrder -O execution - source compiled test FAIL: EvaluationOrder execution - gij test FAIL: EvaluationOrder -O execution - bytecode->native test FAIL: FileHandleGcTest execution - source compiled test FAIL: FileHandleGcTest execution - gij test FAIL: FileHandleGcTest execution - bytecode->native test FAIL: FileHandleGcTest -O execution - source compiled test FAIL: FileHandleGcTest execution - gij test FAIL: FileHandleGcTest -O execution - bytecode->native test FAIL: Final execution - source compiled test FAIL: Final execution - gij test FAIL: Final execution
Results for 3.3.4 (Debian 1:3.3.4-8) testsuite on hppa-linux
LAST_UPDATED: Native configuration is hppa-linux (pampa) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3905 # of unsupported tests5 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgpc version 20040516, based on gcc-3.3.4 (Debian 1:3.3.4-8) === g++ tests === Running target unix FAIL: g++.dg/compat/break/bitfield7 x_tst.o compile UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o link UNRESOLVED: g++.dg/compat/break/bitfield7 x_tst.o-y_tst.o execute XPASS: g++.dg/other/packed1.C execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8176 # of unexpected failures1 # of unexpected successes 2 # of expected failures 97 # of unresolved testcases 2 # of untested testcases 23 # of unsupported tests 30 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/testsuite/../g++ version 3.3.4 (Debian 1:3.3.4-8) === g77 tests === Running target unix === g77 Summary === # of expected passes1720 # of unsupported tests 8 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/testsuite/../g77 version 3.3.4 (Debian 1:3.3.4-8) === gcc tests === Running target unix FAIL: gcc.dg/duff-2.c (test for excess errors) === gcc Summary === # of expected passes21155 # of unexpected failures1 # of expected failures 67 # of unsupported tests 198 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-8) === objc tests === Running target unix === objc Summary === # of expected passes1166 /build/packages/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-8) === treelang tests === Running target unix === treelang Summary === # of expected passes1 === 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: ArrayStore execution - source compiled test FAIL: ArrayStore execution - gij test FAIL: ArrayStore execution - bytecode->native test FAIL: ArrayStore -O execution - source compiled test FAIL: ArrayStore execution - gij test FAIL: ArrayStore -O execution - bytecode->native test FAIL: ArrayStore2 execution - source compiled test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 execution - bytecode->native test FAIL: ArrayStore2 -O execution - source compiled test FAIL: ArrayStore2 execution - gij test FAIL: ArrayStore2 -O 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 -O execution - source compiled test FAIL: Array_1 execution - gij test FAIL: Array_1 -O 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 -O execution - source compiled test FAIL: Array_2 execution - gij test FAIL: Array_2 -O 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 -O execution - source compiled test FAIL: Array_3 execution - gij test FAIL: Array_3 -O 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 -O execution - source compiled test FAIL: Class_1 execution - gij test FAIL: Class_1 -O 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 -O execution - source compiled test FAIL: Divide_1 execution - gij test FAIL: Divide_1 -O execution - bytecode->native test FAIL: EvaluationOrder execution - source compiled test FAIL: EvaluationOrder execution - gij test FAIL: EvaluationOrder execution - bytecode->native test FAIL: EvaluationOrder -O execution - source compiled test FAIL: EvaluationOrder execution - gij test FAIL: EvaluationOrder -O execution - bytecode->native test FAIL: FileHandleGcTest execution - source compiled test FAIL: FileHandleGcTest execution - gij test FAIL: FileHandleGcTest execution - bytecode->native test FAIL: FileHandleGcTest -O execution - source compiled test FAIL: FileHandleGcTest execution - gij test FAIL: FileHandleGcTest -O execution - bytecode->native test FAIL: Final execution - source compiled test FAIL: Final execution - gij test FAIL: Final execution
Results for 3.3.4 (Debian 1:3.3.4-9) testsuite on powerpc-linux
LAST_UPDATED: Native configuration is powerpc-linux (build0-ppc64) === gpc tests === Running target any === gpc Summary === # of tests3910 # of expected passes 3905 # of unsupported tests5 /home/doko/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgpc version 20040516, based on gcc-3.3.4 (Debian 1:3.3.4-9) === g++ tests === Running target unix XPASS: g++.dg/other/packed1.C execution test XPASS: g++.other/init5.C Execution test === g++ Summary === # of expected passes8179 # of unexpected successes 2 # of expected failures 97 # of untested testcases 23 # of unsupported tests 30 /home/doko/gcc/3.3/gcc-3.3-3.3.4/build/gcc/testsuite/../g++ version 3.3.4 (Debian 1:3.3.4-9) === g77 tests === Running target unix === g77 Summary === # of expected passes1720 # of unsupported tests 8 /home/doko/gcc/3.3/gcc-3.3-3.3.4/build/gcc/testsuite/../g77 version 3.3.4 (Debian 1:3.3.4-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 passes21203 # of unexpected failures3 # of expected failures 67 # of unsupported tests 177 /home/doko/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-9) === objc tests === Running target unix === objc Summary === # of expected passes1166 /home/doko/gcc/3.3/gcc-3.3-3.3.4/build/gcc/xgcc version 3.3.4 (Debian 1:3.3.4-9) === libjava tests === Running target unix FAIL: Array_3 -O execution - source compiled test WARNING: program timed out. FAIL: SyncTest execution - gij test WARNING: program timed out. FAIL: SyncTest execution - gij test === libjava Summary === # of expected passes2985 # of unexpected failures3 # of expected failures 16 # of untested testcases 15 === libstdc++-v3 tests === Running target unix XPASS: 22_locale/collate_byname.cc execution test XPASS: 22_locale/collate_members_char.cc execution test XPASS: 22_locale/collate_members_wchar_t.cc execution test XPASS: 22_locale/ctype_is_char.cc execution test XPASS: 22_locale/ctype_is_wchar_t.cc execution test XPASS: 22_locale/members.cc execution test XPASS: 22_locale/messages_byname.cc execution test XPASS: 22_locale/messages_members_char.cc execution test XPASS: 22_locale/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.4 (Debian 1:3.3.4-9) Platform: powerpc-linux configure flags: --host=powerpc-linux -v --enable-languages=c,c++,java,f77,pascal,objc,ada --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-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc --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.15-1 The GNU assembler, linker and binary utiliti ii libc6-dev 2.3.2.ds1-15 GNU C Library: Development Libraries and Hea Patches that Debian applied in this version: cvs-updates: CVS updates from the 3.3 branch upto 20040804 gcc-version: Add "(Debian )" t
Bug#123468: [Bug c/6906] warn about asserts with side effects
--- Additional Comments From mbp at sourcefrog dot net 2004-08-10 23:56 --- It might be nice if there were a compile-time function similar to __builtin_constant_p which checked whether an expression was free of side-effects.One could then write # define assert(expr) \ (__builtin_pure_p((expr)) ? _real_assert(expr) : warning_assert_expr_not_pure()) So this would be true for things like __builtin_pure_p(arry[0] == 0) __builtin_pure_p(strlen(s) == 5) assuming the functions had the right attributes. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6906 --- You are receiving this mail because: --- You reported the bug, or are watching the reporter.
software
Office 2003 Professional - 110 Adobe Illustrator 10 - 80 Borland Delphi 7 Professional - 70 Adobe Photoshop 7.0 - 60 Linux Redhat 7.3 - 200 Windows 2000 Server - 50 Adobe Illustrator 10 - 80 Macromedia Studio MX 2004 - 180 Adobe InDesign CS - 100 Macromedia Studio MX 2004 - 180 and a lot more http://www.bestsoftconvert.info/