Commit 2a3bf9aa by Josef Zlomek Committed by Josef Zlomek

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

From-SVN: r72035
parent b9dc9cf1
2003-10-02 Josef Zlomek <zlomekj@suse.cz>
* gcc.c-torture/compile/20031002-1.c: New test.
2003-10-02 Jakub Jelinek <jakub@redhat.com> 2003-10-02 Jakub Jelinek <jakub@redhat.com>
* g++.dg/opt/cond1.C: New test. * g++.dg/opt/cond1.C: New test.
......
/* PR/12292
http://gcc.gnu.org/ml/gcc-patches/2003-10/msg00143.html */
char flags;
int bug12292(int t)
{
flags &= ~(1 << (t + 4));
}
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