Commit 1722dcfc by Richard Henderson Committed by Richard Henderson

* gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.

From-SVN: r32644
parent c14f7160
2000-03-19 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/compile/20000314-2.c: Use __SIZE_TYPE__, not size_t.
2000-03-19 Richard Henderson <rth@cygnus.com>
* gcc.c-torture/compile/20000319-1.c: New test.
Tue Mar 14 08:58:37 2000 Jeffrey A Law (law@cygnus.com)
......
extern void malloc(size_t size);
extern void malloc(__SIZE_TYPE__ size);
toto()
{
......
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