Commit 298ec8f4 by Alexandre Oliva Committed by Alexandre Oliva

* gcc.c-torture/compile/20000827-1.c: New test.

From-SVN: r36109
parent 1b4f90cd
2000-09-01 Alexandre Oliva <aoliva@redhat.com>
* gcc.c-torture/compile/20000827-1.c: New test.
2000-09-01 Joseph S. Myers <jsm28@cam.ac.uk>
* gcc.dg/format-diag-1.c: New test.
......
/* Copyright (C) 2000 Free Software Foundation */
/* Contributed by Alexandre Oliva <aoliva@redhat.com> */
int
foo ()
{
while (1)
{
int a;
char b;
/* gcse should not merge these asm statements, since their
output operands have different modes. */
__asm__("":"=r" (a)); __asm__("":"=r" (b));
if (b)
return a;
}
}
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