Commit 2a537fa7 by Martin Jambor Committed by Martin Jambor

re PR ipa/59610 (ICE in parm_preserved_before_stmt_p)

2014-01-08  Martin Jambor  <mjambor@suse.cz>

	PR ipa/59610
testsuite/
	* gcc.dg/ipa/pr59610.c: New test.

From-SVN: r206430
parent 76d3d479
2014-01-08 Martin Jambor <mjambor@suse.cz>
PR ipa/59610
* gcc.dg/ipa/pr59610.c: New test.
2014-01-08 Janus Weil <janus@gcc.gnu.org> 2014-01-08 Janus Weil <janus@gcc.gnu.org>
PR fortran/58182 PR fortran/58182
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
struct A { int a; };
extern void *y;
__attribute__((optimize (0))) void
foo (void *p, struct A x)
{
foo (y, 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