Commit 21caf590 by Greg McGary Committed by Greg McGary

20000420-2.c: New test for stack misalignment when optimizing...

	* compile/20000420-2.c: New test for stack misalignment
	when optimizing, but without sibling-call optimizations (-O1).

From-SVN: r33299
parent f0c0bdf5
2000-04-20 Greg McGary <gkm@gnu.org>
* compile/20000420-2.c: New test for stack misalignment
when optimizing, but without sibling-call optimizations (-O1).
Wed Apr 19 09:16:32 2000 Catherine Moore <clm@cygnus.com>
* execute/921017-1.c: Check for NO_TRAMPOLINES.
......
struct x { int a, b, c; };
extern struct x a ();
extern void b (struct x);
void
foo ()
{
a ();
b (a ());
}
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