Commit b4cb33a1 by David Edelsohn Committed by David Edelsohn

* gcc.c-torture/compile/pr37878.c: New test.

From-SVN: r141451
parent 2665ab87
2008-10-29 David Edelsohn <edelsohn@gnu.org>
* gcc.c-torture/compile/pr37878.c: New test.
2008-10-29 Steve Ellcey <sje@cup.hp.com> 2008-10-29 Steve Ellcey <sje@cup.hp.com>
PR middle-end/37339 PR middle-end/37339
......
/* PR target/37878 */
double y, z;
void foo (long x)
{
y = *(double *) ((long *) (x - 1) + 1);
z = *(double *) ((long *) (x - 1) + 1);
}
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