Bug#428814: [powerpc] error: initializer element is not constant

2007-06-29 Thread Gerrit Pape
severity 428814 critical quit On Thu, Jun 14, 2007 at 02:27:49PM +0200, Falk Hueffner wrote: > Gerrit Pape <[EMAIL PROTECTED]> writes: > > On a current Debian/powerpc sid system: > > > > $ cat >ttt.c < > static const double d[] = { 1.0l/6/1/2, -1.0l/

Bug#428814: [powerpc] error: initializer element is not constant

2007-06-14 Thread Gerrit Pape
Package: gcc-4.1 Version: 4.1.2-12 Severity: important On a current Debian/powerpc sid system: $ cat >ttt.c

Bug#427907: [hppa] git-core selftest failure with -O2 and -O1, -O0 works

2007-06-07 Thread Gerrit Pape
Package: gcc-4.1 Version: 4.1.2-11 See http://buildd.debian.org/fetch.cgi?&pkg=git-core&ver=1%3A1.5.2.1-1&arch=hppa&stamp=1180881720&file=log I can reproduce this in paer's sid chroot as follows: $ apt-get source git-core Reading package lists... Done Building dependency tree... Done Need to g

Bug#327229: gcc-4.0: hppa: causes build failure with -O2

2005-09-08 Thread Gerrit Pape
Package: gcc-4.0 Version: 4.0.1-6 Severity: serious Hi, looks like Debian's gcc-4.0 4.0.1-6 generates bad code with -O2 on parisc: [EMAIL PROTECTED]:~$ gcc -v Using built-in specs. Target: hppa-linux-gnu Configured with: ../src/configure -v --enable-languages=c,c++,java,f95,objc,ada,treelang --p

Bug#286840: gcc-3.3: ia64: build failures with -fno-omit-frame-pointer

2004-12-22 Thread Gerrit Pape
On Wed, Dec 22, 2004 at 10:54:13PM +0100, Matthias Klose wrote: > Gerrit Pape writes: > > I only can test on merulo. Its unstable chroot currently has installed > > what about merulo's testing chroot? merulo's testing currently has ii gcc-3.3 3.3.4

Bug#286840: gcc-3.3: ia64: build failures with -fno-omit-frame-pointer

2004-12-22 Thread Gerrit Pape
On Wed, Dec 22, 2004 at 08:58:37PM +0100, Matthias Klose wrote: > Gerrit Pape writes: > > I can reproduce the problem also with 3.3.5-3 on merulo. > > > > The dietlibc compiler wrapper automatically adds -fno-omit-frame-pointer > > to CFLAGS on ia64 which causes multipl

Bug#286840: gcc-3.3: ia64: build failures with -fno-omit-frame-pointer

2004-12-22 Thread Gerrit Pape
Package: gcc-3.3 Version: 3.3.5-5 Severity: serious I can reproduce the problem also with 3.3.5-3 on merulo. The dietlibc compiler wrapper automatically adds -fno-omit-frame-pointer to CFLAGS on ia64 which causes multiple packages to fail to build with current gcc on sid, e.g. bglibs, runit, and

Bug#215913: gcc: arm: preprocessor spuriously adds line breaks when processing assembler code

2003-10-15 Thread Gerrit Pape
Package: gcc Severity: important Hi, (sid)[EMAIL PROTECTED]:~/dietlibc-0.23/arm$ gcc -v Reading specs from /usr/lib/gcc-lib/arm-linux/3.3.2/specs Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/shar

Bug#200619: [parisc-linux] Re: Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os caus

2003-08-09 Thread Gerrit Pape
reassign 200619 dietlibc retitle 200619 dietlibc: parisc: bad stat struct mapping thanks On Fri, Jul 25, 2003 at 10:21:26PM -0400, John David Anglin wrote: > > At the fstat call we have the following values: > > > > Breakpoint 11, 0x00010b10 in __stdio_init_file_nothreads () > > Carlos O'Donell

Bug#200619: gcc: parisc: compiling dietlibc-dev with -Os causes segfault

2003-07-09 Thread Gerrit Pape
Package: gcc This applies to gcc_3.2.3-6 and gcc_3.3.1-0pre0 on hppa; gcc_3.0.4-16 doesn't have this problem. The dietlibc_0.22-2 builds with -Os by default on hppa, and this test program linked against the dietlibc dies with a segfault after fopen(): #include int main() { FILE *f; fopen("f

Bug#197613: gcc: m68k: /usr/bin/ld: cannot open crtbeginT.o: No such file or directory

2003-06-16 Thread Gerrit Pape
Package: gcc Version: 3.3 The integrit package fails to build on m68k. It links the integrit program statically, which fails on m68k, but succeeds on all other architectures. I suppose it's a problem with the gcc package. >From >http://buildd.debian.org/fetch.php?&pkg=integrit&ver=3.02.00-4&ar

Bug#151675: gcc: infinite loop with -O on arm

2002-07-02 Thread Gerrit Pape
Package: gcc Severity: normal Hello, compiling tryulong32.c on arm with gcc-2.95.2-13.1 and the -O option seems to cause an infinite loop in cc1, it compiles fine without -O, it also compiles fine on other architectures: [EMAIL PROTECTED]:~/bglibs-1.001$ gcc -W -Wall -o tryulong32.o -c tryulong3