Commit 0f6e664b by Jakub Jelinek Committed by Jakub Jelinek

re PR lto/49123 (FAIL: gcc.c-torture/execute/pr48973-[12].c)

	PR lto/49123
	* gcc.c-torture/execute/pr49123.c: New test.

From-SVN: r174088
parent 57dfdff0
2011-05-23 Jakub Jelinek <jakub@redhat.com> 2011-05-23 Jakub Jelinek <jakub@redhat.com>
PR lto/49123
* gcc.c-torture/execute/pr49123.c: New test.
PR debug/49032 PR debug/49032
* gcc.dg/debug/pr49032.c: New test. * gcc.dg/debug/pr49032.c: New test.
......
/* PR lto/49123 */
extern void abort (void);
static struct S { int f : 1; } s;
static int v = -1;
int
main ()
{
s.f = v < 0;
if ((unsigned int) s.f != -1U)
abort ();
return 0;
}
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