Commit a9356b12 by Andreas Schwab Committed by Andreas Schwab

nullptr35.C (caught): Fix typo.

* g++.dg/cpp0x/nullptr35.C (caught): Fix typo.

From-SVN: r238413
parent 5a12c913
2016-07-16 Andreas Schwab <schwab@linux-m68k.org>
* g++.dg/cpp0x/nullptr35.C (caught): Fix typo.
2016-07-15 Jerry DeLisle <jvdelisle@gcc.gnu.org>
Marco Restelli <mrestelli@gmail.com>
......
......@@ -11,7 +11,7 @@ int result = 0;
void __attribute__((noinline))
caught(int bit)
{
result &= bit;
result |= bit;
}
struct 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