Bug#317233: gcc-4.0 regression, possibly powerpc-specific, causes segfault in compiled binary

2005-07-09 Thread Roger Leigh
reassign 317233 schroot retitle 317233 command-line options are not terminated by a null option thanks This was due to an array of structs not having a null member. Using the const qualifier moved it to .rodata, where it worked by chance. Sorry to bother you with this. Roger -- Roger Leigh

Bug#317233: gcc-4.0 regression, possibly powerpc-specific, causes segfault in compiled binary

2005-07-08 Thread Roger Leigh
Matthias Klose [EMAIL PROTECTED] writes: retitle 317233 gcc-4.0 regression causes segfault in compiled binary thanks yes, it would be useful. is this powerpc specific, or is seen on other archs as well? It's also been confirmed on i386 (all the previous info applies equally to i386 as well as

Bug#317233: gcc-4.0 regression, possibly powerpc-specific, causes segfault in compiled binary

2005-07-07 Thread Roger Leigh
Matthias Klose [EMAIL PROTECTED] writes: Roger Leigh writes: The fault occurs shortly after startup, calling parse_options() (schroot/schroot.c). If it would be useful, I can reduce it to a smaller test case, but the code worked just fine with 3.3. yes, it would be useful. is this

Bug#317233: gcc-4.0 regression, possibly powerpc-specific, causes segfault in compiled binary

2005-07-07 Thread Roger Leigh
Matthias Klose [EMAIL PROTECTED] writes: If it would be useful, I can reduce it to a smaller test case, but the code worked just fine with 3.3. yes, it would be useful. Attached, though it's more a test of success than failure. This differs from the fix I mentioned in the previous mail, in

Bug#317233: gcc-4.0 regression, possibly powerpc-specific, causes segfault in compiled binary

2005-07-06 Thread Roger Leigh
Package: gcc-4.0 Version: 4.0.0-11 Severity: normal If I compile schroot http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2-1.dsc http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2.orig.tar.gz http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2-1.diff.gz with

Bug#317233: gcc-4.0 regression, possibly powerpc-specific, causes segfault in compiled binary

2005-07-06 Thread Matthias Klose
Roger Leigh writes: Package: gcc-4.0 Version: 4.0.0-11 Severity: normal If I compile schroot http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2-1.dsc http://ftp.debian.org/debian/pool/main/s/schroot/schroot_0.1.2.orig.tar.gz