hppa gcc bug?

2001-11-11 Thread Randolph Chung
Looks like there's a strength-reduce optimization bug in g++-3.0.2 on hppa Trying to compile qt-x11 gives a segmentation fault when compiling src/kernel/qurl.cpp. (willy and lamont also saw this I believe...). Turning off strength-reduction (-fno-strength-reduce) allows the file to compile to

gcc-3.0_3.0.2ds4-3_hppa.changes INSTALLED

2001-11-11 Thread Debian Installer
Installing: gobjc-3.0_3.0.2-3_hppa.deb to pool/main/g/gcc-3.0/gobjc-3.0_3.0.2-3_hppa.deb libgcc1_3.0.2-3_hppa.deb to pool/main/g/gcc-3.0/libgcc1_3.0.2-3_hppa.deb libstdc++3_3.0.2-3_hppa.deb to pool/main/g/gcc-3.0/libstdc++3_3.0.2-3_hppa.deb libobjc1_3.0.2-3_hppa.deb to pool/main/g/gcc-3.0/

Bug#119132: gcc: compiler error on powerpc with va_list

2001-11-11 Thread Daniel Jacobowitz
On Sun, Nov 11, 2001 at 02:59:44PM +0100, Ivo Timmermans wrote: > Package: gcc > Version: 2:2.95.4-8 > Severity: serious > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > When compiling the next simple C code snippet on powerpc: > > #include > > int foo(int bar, ...) > { > va_list

Bug#119132: va_list

2001-11-11 Thread Ivo Timmermans
Ok, my error... only after i reported the bug i found an email referencing __va_copy. Ivo -- Seit Kïptn Ahab sich mit Moses zusammengetan hatte, hatte Moby Dick nicht mehr viel zu lachen.

Bug#119132: marked as done (gcc: compiler error on powerpc with va_list)

2001-11-11 Thread Debian Bug Tracking System
Your message dated Sun, 11 Nov 2001 16:10:07 +0100 with message-id <[EMAIL PROTECTED]> and subject line va_list 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 t

Bug#119132: gcc: compiler error on powerpc with va_list

2001-11-11 Thread Ivo Timmermans
Package: gcc Version: 2:2.95.4-8 Severity: serious -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When compiling the next simple C code snippet on powerpc: #include int foo(int bar, ...) { va_list a, b; a = b; } gcc will fail: test2.c: In function `foo': test2.c:7: incompatib