Bug#473167: [powerpc] tested gdc-array-concat.dpatch but torus-trooper still segfaults
Hi, Peter. I just tested your patch gdc-array-concat.dpatch, and it seems that torus-trooper still segfaults on start. This is the procedure I followed: # aptitude build-depends gdc-4.1 # aptitude build-depends torus-trooper $ apt-get source gdc-4.1 $ mv gdc-array-concat.dpatch /debian/patches $ dpkg-buildpackage -b -uc # wait 96 min untill it is well done # dpkg -i gdc*deb $ apt-get source -b torus-trooper # dpkg -i torus-*deb $ torus-trooper Segmentation fault I can provide you with ssh access to my box (G4 macmini) if you want to test further. Let me know if you need something. Thanks! Friendly, pancho. -- pancho horrillo To be conscious that you are ignorant is a great step to knowledge. Benjamin Disraeli signature.asc Description: Digital signature
Bug#473167: [powerpc] tested gdc-array-concat.dpatch but torus-trooper still segfaults
The gcc build system doesn't pick up patches automatically, they need to be listed in one of the makefiles. You'll have to make this change to debian/rules.patch: --- debian/rules.patch.orig 2008-08-02 14:18:21.0 +0200 +++ debian/rules.patch 2008-08-01 14:24:15.0 +0200 @@ -203,6 +203,7 @@ debian_patches += gdc-arm-unwind_ptr debian_patches += gdc-libphobos-std-format debian_patches += gdc-libstdcxx-nobuild + debian_patches += gdc-array-concat else debian_patches += gcc-d-lang endif Sorry for the wasted time. On Sat, 2 Aug 2008 13:31:38 +0200 Pancho Horrillo <[EMAIL PROTECTED]> wrote: > Hi, Peter. > > I just tested your patch gdc-array-concat.dpatch, and it seems that > torus-trooper still segfaults on start. > > This is the procedure I followed: > > # aptitude build-depends gdc-4.1 > # aptitude build-depends torus-trooper > $ apt-get source gdc-4.1 > $ mv gdc-array-concat.dpatch /debian/patches > $ dpkg-buildpackage -b -uc > # wait 96 min untill it is well done > # dpkg -i gdc*deb > $ apt-get source -b torus-trooper > # dpkg -i torus-*deb > > $ torus-trooper > Segmentation fault > > > I can provide you with ssh access to my box (G4 macmini) if you want > to test further. > > Let me know if you need something. > > > Thanks! > > > Friendly, > > pancho. > -- Peter De Wachter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
[Bug target/35659] [4.3/4.4 Regression] Miscompiled code with -O2 (but not with -O2 -funroll-loops) on ia64
--- Comment #23 from mkuvyrkov at gcc dot gnu dot org 2008-08-02 18:15 --- (In reply to comment #22) > Maxim, have you had time to look at this bug? Given that it is generating bad > code and is in 4.3.0 and 4.3.1 I was wondering if it will be fixed for 4.3.2. Sorry for the delay. I posted the fix at http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00112.html. I would appreciate if someone could test the cumulative patch of three fixes for ia64 speculation support or provide a single-file executable testcase for this bug. Here are links to two other bugfixes for ia64 speculation support: http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00110.html http://gcc.gnu.org/ml/gcc-patches/2008-08/msg00111.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35659 --- 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#473167: [powerpc] tested gdc-array-concat.dpatch, torus-trooper runs OK
On Sat, Aug 02, 2008 at 02:38:41PM +0200, Peter De Wachter wrote: > The gcc build system doesn't pick up patches automatically, they need > to be listed in one of the makefiles. You'll have to make this change > to debian/rules.patch: > > --- debian/rules.patch.orig 2008-08-02 14:18:21.0 +0200 > +++ debian/rules.patch2008-08-01 14:24:15.0 +0200 > @@ -203,6 +203,7 @@ >debian_patches += gdc-arm-unwind_ptr >debian_patches += gdc-libphobos-std-format >debian_patches += gdc-libstdcxx-nobuild > + debian_patches += gdc-array-concat > else >debian_patches += gcc-d-lang > endif > Rebuilt with this patch applied, and afterwards rebuilt torus-trooper, which now works! Nicely done. > Sorry for the wasted time. > My fault. Now I know a bit more of debian packages. Danke schön und schönes wochenende! Friendly, pancho. -- pancho horrillo To be conscious that you are ignorant is a great step to knowledge. Benjamin Disraeli signature.asc Description: Digital signature
Processed: tagging 473167
Processing commands for [EMAIL PROTECTED]: > # Automatically generated email from bts, devscripts version 2.10.35 > tags 473167 + patch Bug#473167: string concatenation segfaults There were no tags set. Tags added: patch > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Bug#493490: gfortran segfaults with openmp
Package: gfortran Version: 4:4.3.1-2 Severity: normal A program compiled with the option -fopenmp does not run. It simply gives a segmentation fault. If the program is compiled without the -fopenmp option, it runs without errors. The program (called prov.f90) is the following PROGRAM ELMAT IMPLICIT DOUBLE PRECISION (A-H,O-Z) PARAMETER(NA=26,NB=26,NFV=98) DIMENSION SSCFA(NA,NB+NFV),HSCFA(NA,NB+NFV),GSCFA(NA,NB+NFV,NA,NB) SODET=1.D-1 SSCFA=0 HSCFA=0 GSCFA=0 STOP END It was compiled with the command: gfortran -O0 -fopenmp prov.f90 This fact makes the OPENMP unusable on my system. Thank you. Best regards Stefano -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24 (SMP w/2 CPU cores) Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages gfortran depends on: ii cpp 4:4.3.1-2 The GNU C preprocessor (cpp) ii gcc 4:4.3.1-2 The GNU C compiler ii gfortran-4.3 4.3.1-7The GNU Fortran 95 compiler gfortran recommends no packages. Versions of packages gfortran suggests: ii gfortran-doc 5:2documentation for the GNU Fortran pn gfortran-multilib (no description available) -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Processing of gcc-snapshot_20080802-1_i386.changes
gcc-snapshot_20080802-1_i386.changes uploaded successfully to localhost along with the files: gcc-snapshot_20080802-1.dsc gcc-snapshot_20080802.orig.tar.gz gcc-snapshot_20080802-1.diff.gz gcc-snapshot_20080802-1_i386.deb Greetings, Your Debian queue daemon -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Results for 4.2.4 (Debian 4.2.4-3j1) libjava testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Sat Jul 5 16:51:46 UTC 2008 (revision 137509) Target: ia64-linux-gnu gcc version 4.2.4 (Debian 4.2.4-3j1) Native configuration is ia64-unknown-linux-gnu === libjava tests === Running target unix FAIL: getlocalvartable output FAIL: Throw_3 -O3 output - source compiled test FAIL: Throw_3 -O3 -findirect-dispatch output - source compiled test === libjava Summary === # of expected passes2559 # of unexpected failures3 Compiler version: 4.2.4 (Debian 4.2.4-3j1) libjava Platform: ia64-unknown-linux-gnu configure flags: -v --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.2 --program-suffix=-4.2 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.2-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --with-system-libunwind --enable-checking=release --build=ia64-linux-gnu --host=ia64-linux-gnu --target=ia64-linux-gnu --enable-languages=c,c++,java BOOT_CFLAGS= Build Dependencies: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ NameVersion Description +++-===--== ii binutils2.18.1~cvs20080103-7 The GNU assembler, linker and binary utilities ii libc6.1 2.7-12 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.2 branch upto 20080705. gcc-version: Add package identification to the gcc version string gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. gcc-driver-extra-langs: Add options and specs for languages that are not built from a source (but built from separate sources). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libstdc++-doxygen: libstdc++ doxygen docs: Set SHORT_NAMES to YES libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.2 - Set the default libgcj database dir to /var/lib/gcj-4.2 libjava-jnipath: - Add /usr/lib/jni to java.library.path. - When running the i386 binaries on amd64, look in - /usr/lib32/gcj-x.y and /usr/lib32/jni instead. libjava-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx and gij with -rpath \$(dbexecdir) libjava-jar: gjar: support @ arguments. libjava-nojavac: libjava/classpath: Don't require javac without java maintainer mode. libjava-armel-ldflags: Adjust libjava extra_ldflags for armel. libjava-xulrunner1.9: Add configure check for xulrunner-1.9. libjava-extra-cflags: libjava/classpath: Set and use EXTRA_CFLAGS. libgcj-bc: libgcj_bc libffi-configure: Add --enable-libffi option to toplevel configure script pr20218: Backport from mainline for PR middle-end/17982, PR middle-end/20218. pr20218-mips: Backport from mainline for PR middle-end/20218, mips part. pr28102: Apply proposed fix for PR target/28102. pr22244: Improve debug info for packed arrays with constant bounds (PR fortran/22244) pr30961: libgcc-tramp-ppc32: Fix libgcc.a(tramp.o) on ppc32 gcc-directives-only: Backport from trunk: -fdirectives-only (when preprocessing, handle directives, but do not expand macros). sparc-niagara2: Add niagara2 optimization support alpha-no-ev4-directive: boehm-gc-nocheck: Disable running the boehm-gc testsuite. Hangs the buildd at least on hppa. boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-pr28516: Fix PR28516 on ARM arm-pr30486: Fix 30486 on ARM arm-unbreak-eabi-armv4t: Fix armv4t build on ARM hurd-profiling: Fix profiling on hurd-i386. hurd-fast-math: Support -ffast-math on hurd-i386. m68k-fjump: gcc/config/m68k/m68k.md: always use as fjcc pseudo op, we rely heavily on as to generate the right size for the jump instructions fixes #359281 m68k-save_pic: gcc/config/m68k/m68k.c: correctly save the pic register, when not done by reload() (fixes _Unwind_RaiseException and thus exception handling) fixes 345574 m68k-dwarf: correct the
Results for 4.3.1 (Debian 4.3.1-7) libjava testsuite on ia64-unknown-linux-gnu
LAST_UPDATED: Tue Jul 22 21:53:02 UTC 2008 (revision 138065) Target: ia64-linux-gnu gcc version 4.3.1 (Debian 4.3.1-7) Native configuration is ia64-unknown-linux-gnu === libjava tests === Running target unix FAIL: getlocalvartable output FAIL: Throw_3 -O3 output - source compiled test FAIL: Throw_3 -O3 -findirect-dispatch output - source compiled test === libjava Summary === # of expected passes2571 # of unexpected failures3 Compiler version: 4.3.1 (Debian 4.3.1-7) libjava Platform: ia64-unknown-linux-gnu configure flags: -v --with-pkgversion='Debian 4.3.1-7' --with-bugurl=file:///usr/share/doc/gcj-4.3/README.Bugs --enable-languages=c,c++,java --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --with-system-libunwind --enable-checking=release --build=ia64-linux-gnu --host=ia64-linux-gnu --target=ia64-linux-gnu BOOT_CFLAGS= Build Dependencies: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ NameVersion Description +++-===--== ii binutils2.18.1~cvs20080103-7 The GNU assembler, linker and binary utilities ii libc6.1 2.7-12 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.3 branch upto 20080722. pr30740: - Ada: Do not optimize X*(2**Y) in a modular context gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. gcc-driver-extra-langs: Add options and specs for languages that are not built from a source (but built from separate sources). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libobjc-gc-link: Link libobjc_gc with libgcjgc_convenience.la and needed thread flags and libraries. libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.3 - Set the default libgcj database dir to /var/lib/gcj-4.3 libjava-jnipath: - Add /usr/lib/jni to java.library.path. - When running the i386 binaries on amd64, look in - /usr/lib32/gcj-x.y and /usr/lib32/jni instead. libjava-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx with -rpath \$(dbexecdir) libjava-file-support: libjava: @file support for gjavah & gjar libjava-soname: Bump the libgcj soversion. libjava-xulrunner1.9: Add configure check for xulrunner-1.9. libjava-realloc-leak: Don't leak upon failed realloc (taken from the trunk). libgcj-bc: libgcj_bc pr28102: Apply proposed fix for PR target/28102. alpha-no-ev4-directive: boehm-gc-getnprocs: boehm-gc/pthread_support.c (GC_get_nprocs): Use sysconf as fallback. note-gnu-stack: Add .note.GNU-stack sections for gcc's crt files, libffi and boehm-gc Taken from FC. arm-unbreak-eabi-armv4t: Fix armv4t build on ARM libjava-armel-ldflags: Adjust libjava extra_ldflags for armel. pr24170: Fix PR libgcj/24170. pr28322: Fix PR other/28322, GCC new warnings and compatibility. libstdc++-symbols-hppa: Update libstdc++ baseline symbols for hppa. pr34466: PR ada/34466: s-tasinf.ads:81:42: "cpu_set_t" not declared in "OS_Interface" pr22255: PR ada/22255: Reset on shared file causes Use_Error. pr33688: PR ada/33688: Ada package Gnat.Sockets missing constant for IP_PKTINFO pr10768: PR ada/10768: ICEs on compilation of ada support library for avr pr28305: PR ada/28305: GNAT bug when inlining instance of a generic subprogram pr17985: PR ada/17985: GNAT accepts extension aggregate where expected type is not extension pr35050: PR ada/35050: [4.1/4.2/4.3/4.4 regression] renames entities not in symbol table pr15915: PR ada/15915: Illegal program not detected, RM 13.11(15) pr16098: PR ada/16098: Illegal program not detected, RM 13.1(6) pr18680: PR ada/18680: pragma Linker_Section problems pr28733: PR ada/28733: GNAT crash while compiling Ada-2005 code pr22387: PR ada/22387: Ada compiler crash when inheriting from a record with custom
Results for 4.3.1 (Debian 4.3.1-7) libjava testsuite on m68k-unknown-linux-gnu
LAST_UPDATED: Tue Jul 22 21:53:02 UTC 2008 (revision 138065) Target: m68k-linux-gnu gcc version 4.3.1 (Debian 4.3.1-7) Native configuration is m68k-unknown-linux-gnu === libjava tests === Running target unix FAIL: StackTrace2 output - source compiled test FAIL: StackTrace2 -O3 output - source compiled test FAIL: StackTrace2 -O3 -findirect-dispatch output - source compiled test FAIL: SyncTest output - source compiled test FAIL: SyncTest -findirect-dispatch output - source compiled test FAIL: SyncTest -O3 output - source compiled test FAIL: SyncTest -O3 -findirect-dispatch output - source compiled test FAIL: TLtest output - source compiled test FAIL: TLtest -findirect-dispatch output - source compiled test FAIL: TLtest -O3 output - source compiled test FAIL: TLtest -O3 -findirect-dispatch output - source compiled test FAIL: Thread_Alive output - source compiled test FAIL: Thread_Alive -findirect-dispatch output - source compiled test FAIL: Thread_Alive -O3 output - source compiled test FAIL: Thread_Alive -O3 -findirect-dispatch output - source compiled test FAIL: Thread_Interrupt output - source compiled test FAIL: Thread_Interrupt -findirect-dispatch output - source compiled test FAIL: Thread_Interrupt -O3 output - source compiled test FAIL: Thread_Interrupt -O3 -findirect-dispatch output - source compiled test FAIL: Thread_Join output - source compiled test FAIL: Thread_Join -findirect-dispatch output - source compiled test FAIL: Thread_Join -O3 output - source compiled test FAIL: Thread_Join -O3 -findirect-dispatch output - source compiled test FAIL: Thread_Monitor output - source compiled test FAIL: Thread_Monitor -O3 output - source compiled test FAIL: Thread_Monitor -O3 -findirect-dispatch output - source compiled test FAIL: Thread_Wait_2 output - source compiled test FAIL: Thread_Wait_2 -findirect-dispatch output - source compiled test FAIL: Thread_Wait_2 -O3 output - source compiled test FAIL: Thread_Wait_2 -O3 -findirect-dispatch output - source compiled test FAIL: Thread_Wait_Interrupt output - source compiled test FAIL: Thread_Wait_Interrupt -findirect-dispatch output - source compiled test FAIL: Thread_Wait_Interrupt -O3 output - source compiled test FAIL: Thread_Wait_Interrupt -O3 -findirect-dispatch output - source compiled test Compiler version: 4.3.1 (Debian 4.3.1-7) libjava Platform: m68k-unknown-linux-gnu configure flags: -v --with-pkgversion='Debian 4.3.1-7' --with-bugurl=file:///usr/share/doc/gcj-4.3/README.Bugs --enable-languages=c,c++,java --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-java-awt=gtk --enable-gtk-cairo --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-4.3-1.5.0.0/jre --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libmudflap --disable-libssp --disable-werror --enable-checking=release --build=m68k-linux-gnu --host=m68k-linux-gnu --target=m68k-linux-gnu BOOT_CFLAGS= Build Dependencies: Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Cfg-files/Unpacked/Failed-cfg/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad) ||/ Name Version Description +++-==--== ii binutils 2.18.1~cvs20080103-6 The GNU assembler, linker and binary utilities ii libc6 2.5-11 GNU C Library: Shared libraries Patches that Debian applied in this version: svn-updates: updates from the 4.3 branch upto 20080722. pr30740: - Ada: Do not optimize X*(2**Y) in a modular context gcc-textdomain: Set gettext's domain and textdomain to the versioned package name. gcc-driver-extra-langs: Add options and specs for languages that are not built from a source (but built from separate sources). gcc-hash-style-both: Link using --hash-style=both (alpha, amd64, ia64, i386, powerpc, ppc64, s390, sparc) libstdc++-pic: Build and install libstdc++_pic.a library. libstdc++-doclink: adjust hrefs to point to the local documentation libobjc-gc-link: Link libobjc_gc with libgcjgc_convenience.la and needed thread flags and libraries. libjava-stacktrace: libgcj: Lookup source file name and line number in separated debug files found in /usr/lib/debug libjava-subdir: - Set the libjava sublibdir to /usr/lib/gcj-4.3 - Set the default libgcj database dir to /var/lib/gcj-4.3 libjava-jnipath: - Add /usr/lib/jni to java.library.path. - When running the i386 binaries on amd64, look in - /usr/lib32/gcj-x.y and /usr/lib32/jni instead. libjava-sjlj: Don't try to use _Unwind_Backtrace on SJLJ targets. See bug #387875, #388505, GCC PR 29206. libjava-rpath: - Link ecjx with -rpath \$(db
gcc-snapshot_20080802-1_i386.changes ACCEPTED
Accepted: gcc-snapshot_20080802-1.diff.gz to pool/main/g/gcc-snapshot/gcc-snapshot_20080802-1.diff.gz gcc-snapshot_20080802-1.dsc to pool/main/g/gcc-snapshot/gcc-snapshot_20080802-1.dsc gcc-snapshot_20080802-1_i386.deb to pool/main/g/gcc-snapshot/gcc-snapshot_20080802-1_i386.deb gcc-snapshot_20080802.orig.tar.gz to pool/main/g/gcc-snapshot/gcc-snapshot_20080802.orig.tar.gz Override entries for your package: gcc-snapshot_20080802-1.dsc - source devel gcc-snapshot_20080802-1_i386.deb - extra devel Announcing to [EMAIL PROTECTED] Thank you for your contribution to Debian. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]