Bug#172956: Sparc GCC issue with -mcpu=ultrasparc

2002-12-27 Thread Michel LESPINASSE
On Fri, Dec 27, 2002 at 11:10:58AM +0100, Matthias Klose wrote: > tags 172956 + wontfix > retitle 172956 [fixed in gcc-3.x] Sparc GCC issue with -mcpu=ultrasparc > thanks Fair enough - I did not know thiswas fixed in 3.x As a side question though - do you know if/when the sparc port of debian pla

Bug#172956: Sparc GCC issue with -mcpu=ultrasparc

2002-12-13 Thread Michel LESPINASSE
Package: gcc-2.95 Version: 1:2.95.4-7 When invoking gcc with -mcpu=ultrasparc, the assembler still thinks it's compiling for sparclite ! Simple test case: #include int main (void) { printf ("Hello World\n"); return 0; } gcc -mcpu=ultrasparc foo.c /tmp/cc44hl4o.s: Assembler messages: /tmp/

Bug#150755: gcc-3.1: -fprofile-arcs option is broken

2002-06-23 Thread Michel Lespinasse
Package: gcc-3.1 Version: 1:3.1.1-0pre2 Severity: normal I'm trying to use the -fprofile-arcs / -fbranch-probabilities functionality in gcc 3.1 and it appears to be broken. More specifically, I compile my test program with gcc-3.1 -g -Wall -O3 -fomit-frame-pointer -fprofile-arcs -mcpu=pentiumpro