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
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/
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
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.
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
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
6 matches
Mail list logo