Bug#166940: gcc-3.2: internal error using builtin shift MMX functions

2002-10-29 Thread Petr Konecny
Package: gcc-3.2 Version: 1:3.2.1-0pre4 Severity: normal Tags: upstream I tried to compile the following code: // mmxtest.c typedef int v4hi __attribute__ ((mode(V4HI))); int main(int argc,char *argv[]) { v4hi a; v4hi result = __builtin_ia32_psraw(a,1); } with: gcc-3.2 -mmmx -c mmxtest.c

Re: gcc-2.95 bugs on m68k: what to do ?

2002-10-29 Thread Yann Dirson
On Mon, Oct 21, 2002 at 09:43:05PM +0200, Matthias Klose wrote: Yann Dirson writes: I have several packages (e2fsprogs, bigloo) that fail to build on m68k, apparently due to one or more gcc bug(s). Maybe that's the same as #146006, and #89023, but I can't tell that myself. Madkiss

Bug#167014: gcj-3.2: Wrapper script cannot handle paths with spaces

2002-10-29 Thread Ben Burton
Package: gcj-3.2 Version: 1:3.2.1-0pre4 Severity: normal Hi. The gcj-wrapper-3.2 script currently cannot handle paths containing spaces. As an example, create subdirectory foo bar containing Test.java. [EMAIL PROTECTED]:/tmp gcj-wrapper-3.2 foo\ bar/Test.java gcj-3.2: cannot specify -o with -c