Commit b9297e70 by Alexandre Oliva Committed by Alexandre Oliva

* stkalign.C: New test.

From-SVN: r33253
parent 4824d1bb
2000-04-19 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* stkalign.C: New test.
1999-12-22 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
* nameret2.C: New test.
......
// Build don't link:
// Copyright (C) 2000 Free Software Foundation
// by Alexandre Oliva <aoliva@cygnus.com>
// distilled from libg++'s Fix.cc
// crash test - XFAIL i*86-*-*
struct Integer {
~Integer () {}
};
void foo (const Integer& y);
Integer bar (const Integer& x);
void show (const Integer& x) {
foo (bar (x));
}
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