Commit cdb09fce by Nathan Sidwell Committed by Nathan Sidwell

* gcc.c-torture/compile/20001024-1.c: New test.

From-SVN: r37072
parent 13c6f0d5
2000-10-26 Nathan Sidwell <nathan@codesourcery.com>
* gcc.c-torture/compile/20001024-1.c: New test.
2000-10-25 Mark Mitchell <mark@codesourcery.com>
* lib/g++.exp (g++_include_flags): Trust HAVE_LIBSTDCXX_V3
......
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Nathan Sidwell <nathan@codesourcery.com> */
typedef __SIZE_TYPE__ size_t;
extern void *memset(void *, int, size_t);
struct Baz;
void quux(struct Baz *context)
{
memset(context, 0, 4);
}
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