Commit bffcd064 by D.Venkatasubramanian Committed by Richard Henderson

20010925-1.c: Changed the memcpy declaration.

        * gcc.c-torture/execute/20010925-1.c: Changed the
        memcpy declaration.

From-SVN: r61992
parent 10154ff8
2003-01-28 D.Venkatasubramanian <dvenkat@noida.hcltech.com>
* gcc.c-torture/execute/20010925-1.c: Changed the
memcpy declaration.
2003-01-28 Nathan Sidwell <nathan@codesourcery.com>
PR c++/3902
......
extern void exit(int);
extern void abort (void);
extern void * memcpy (void *, const void *, unsigned int);
extern void * memcpy (void *, const void *, __SIZE_TYPE__);
int foo (void *, void *, unsigned int c);
int src[10];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment