Commit cdc90f92 by Steve Ellcey Committed by Steve Ellcey

pr41551.c: New test.

2009-11-30  Steve Ellcey  <sje@cup.hp.com>

	* gcc.dg/pr41551.c: New test.

From-SVN: r154846
parent e1f9c1cd
2009-11-30 Steve Ellcey <sje@cup.hp.com>
* gcc.dg/pr41551.c: New test.
2009-11-30 Janus Weil <janus@gcc.gnu.org> 2009-11-30 Janus Weil <janus@gcc.gnu.org>
PR fortran/42053 PR fortran/42053
......
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* Make sure we do not ICE. */
int main(void)
{
int var, *p = &var;
return (double)(unsigned long)(p);
}
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