Commit 2412b9b0 by Steven Bosscher

* g++.dg/pr55604.C: New test.

From-SVN: r194231
parent 85f9ce67
2012-12-05 Steven Bosscher <steven@gcc.gnu.org>
* g++.dg/pr55604.C: New test.
2012-12-05 James Greenhalgh <james.greenhalgh@arm.com>
* lib/target-supports.exp
......
/* { dg-do compile } */
/* { dg-options "-O -fdump-rtl-reload" } */
main ()
{
char s[10];
const int t = (__builtin_memcpy (s, "Hello", 6), 5);
__builtin_printf ("%d %s\n", t, s);
}
/* { dg-final { cleanup-rtl-dump "reload" } } */
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