[Bug 285780] [NEW] gcc-4.3-spu missing spu cache

2008-10-19 Thread Simon Wunderlich
Public bug reported: Binary package hint: gcc-4.3-spu Unlike the cell-gcc/spu-gcc package, SPU Software Managed Cache controlling files are missing in gcc-4.3-spu. They are responsible for managing and interfacing (spu_cache.h) the Software Managed Cache on the Cell BE SPU which is implemented

[Bug 285186] Re: spu-gcc -O2 behaving wrong on PS3

2008-10-18 Thread Simon Wunderlich
Hello, thanks for your prompt answer! I built the packages from the ppa2 dsc file for the ppc architecture (only i386 and amd64 packages were available) on the PS3 and installed all of them. Unfortunately the bug is still present. [EMAIL PROTECTED]:~/msrc$ spu-gcc -O2 spu-gcc-bug.c -o

[Bug 285186] Re: spu-gcc -O2 behaving wrong on PS3

2008-10-18 Thread Simon Wunderlich
Hey, building gcc-4.3 on feisty looked like a lot of footwork, and as i don't use the X-server i upgraded to Intrepid. This was also quite some footwork, with dependency cycles among other nasty things. ;( However, gcc-4.3 seems to have this bug fixed. :) [EMAIL PROTECTED]:~/msrc$ spu-gcc-4.3

[Bug 285186] [NEW] spu-gcc -O2 behaving wrong on PS3

2008-10-17 Thread Simon Wunderlich
Public bug reported: Binary package hint: spu-gcc Following program behaves incorrectly when compiled with -O1 or -O2 (-O0 and -O3 shows correct behaviour). #include stdio.h #include stdlib.h struct mystruct_t { int dimension; }; struct mystruct_t *s; void foo (void) {