NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: toolchain/52660: gcc on sparc crashes when optimizing



i don't see this on my supersparc:

russian-intervention ~> cat hello.c
#include <stdio.h>
int main() {
        printf("hello world\n");
        return 0;
}
russian-intervention ~> cc -O3 hello.c
0.001u 0.002s 0:06.14 66.2%     0+0k 0+0io 1147pf+0w
russian-intervention ~> ./a.out
hello world
russian-intervention ~> sysctl hw.model
hw.model = SUNW,SPARCstation-20 (TMS390Z50 v0 or TMS390Z55 @ 75 MHz, on-chip FPU)


.mrg.


Home | Main Index | Thread Index | Old Index