Commit a858ca75 by Craig Rodrigues

re PR c/5279 (Internal compiler error in gen_highpart, at emit-rtl.c:1184)

2002-01-06  Craig Rodrigues  <rodrigc@gcc.gnu.org>

        PR c/5279
        * gcc.c-torture/compile/20020106-1.c: New test.

From-SVN: r48585
parent 58ad89b1
2002-01-06 Craig Rodrigues <rodrigc@gcc.gnu.org>
PR c/5279
* gcc.c-torture/compile/20020106-1.c: New test.
2002-01-05 Hans-Peter Nilsson <hp@bitrange.com>
* gcc.c-torture/execute/nestfunc-4.c: New test.
......
/* Origin: PR c/5279 from <wilco@equator.com>. */
int
foo ()
{
extern long long Y;
return (0 > Y++);
}
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