Commit 9037065f by Kazu Hirata Committed by Kazu Hirata

* gcc.c-torture/compile/20030704-1.c: New.

From-SVN: r68943
parent d542f114
2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
* gcc.c-torture/compile/20030704-1.c: New.
2003-07-04 Kazu Hirata <kazu@cs.umass.edu>
* gcc.dg/compat/fnptr-by-value-1_x.c: Add a prototype for testva.
2003-07-04 Danny Smith <dannysmith@users.sourceforge.net>
......
/* PR c/11428. */
struct s {
int m : 1;
};
int
foo (struct s *p)
{
return !p->m;
}
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