Re: mipsel memcpy gcc3.4.6

2008-01-07 Thread Daniel Jacobowitz
On Mon, Jan 07, 2008 at 06:29:43PM +0300, Alexander Voropay wrote: It seems, GCC 3.4.6 preprocessor supports ## concatenations incorrectly. I've took ENTRY definition from the sysdeps.h of the ia64/sysdeps.h It works. name##: is incorrect. ## is supposed to be used between parts of a

Re: mipsel memcpy gcc3.4.6

2008-01-07 Thread Mike Frysinger
On Monday 07 January 2008, Daniel Jacobowitz wrote: On Mon, Jan 07, 2008 at 06:29:43PM +0300, Alexander Voropay wrote: It seems, GCC 3.4.6 preprocessor supports ## concatenations incorrectly. I've took ENTRY definition from the sysdeps.h of the ia64/sysdeps.h It works. name##: is

Re: mipsel memcpy gcc3.4.6

2008-01-07 Thread Mike Frysinger
On Monday 07 January 2008, Daniel Jacobowitz wrote: On Mon, Jan 07, 2008 at 11:36:01AM -0500, Mike Frysinger wrote: On Monday 07 January 2008, Daniel Jacobowitz wrote: On Mon, Jan 07, 2008 at 06:29:43PM +0300, Alexander Voropay wrote: It seems, GCC 3.4.6 preprocessor supports ##

Re: mipsel memcpy gcc3.4.6

2008-01-07 Thread Daniel Jacobowitz
On Mon, Jan 07, 2008 at 12:00:20PM -0500, Mike Frysinger wrote: The current versions of GCC do exactly what the standard say they ought to: gq.c:2:1: error: pasting name and : does not give a valid preprocessing token what are you defining as current ? the current release (4.2.2)

Re: mipsel memcpy gcc3.4.6

2008-01-07 Thread Alexander Voropay
what are you defining as current ? the current release (4.2.2) certainly accepts it as does a large majority of compiler versions (going by the fact that this is the first such bug report after using this code for quite a while): As you told, GCC 3.4.6 accepts name##: w/o -std=gnu99 $

mipsel memcpy gcc3.4.6

2008-01-05 Thread Alexander Voropay
Hi! Can anyone help with this issue ? I've opened a bug in the busybox tracking system: http://busybox.net/bugs/view.php?id=1894 It there any way to compile uClibc for mipsel with gcc 3.4.6 ? Some notes: - uClibc uses platform-specific memcpy (libc/string/mips/memcpy.os) Is it possible

Re: mipsel memcpy gcc3.4.6

2008-01-05 Thread Mike Frysinger
On Saturday 05 January 2008, Alexander Voropay wrote: Can anyone help with this issue ? I've opened a bug in the busybox tracking system: http://busybox.net/bugs/view.php?id=1894 i already told you it wasnt a bug in uClibc ... It there any way to compile uClibc for mipsel with gcc 3.4.6