Commit 61daecc4 by Jakub Jelinek Committed by Jakub Jelinek

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

From-SVN: r237489
parent f29468a7
2016-06-15 Jakub Jelinek <jakub@redhat.com>
* gcc.c-torture/compile/20160615-1.c: New test.
* g++.dg/cpp0x/ref-qual17.C: New test.
2016-06-15 Ilya Enkovich <ilya.enkovich@intel.com>
......
int a;
void bar (int, unsigned, unsigned);
void
foo (unsigned x)
{
unsigned b = a ? x : 0;
if (x || b)
bar (0, x, b);
}
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