nullptr35.C (caught): Fix typo.

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

From-SVN: r238413
This commit is contained in:
Andreas Schwab 2016-07-16 09:53:23 +00:00 committed by Andreas Schwab
parent 5a12c91315
commit a9356b1242
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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>

View File

@ -11,7 +11,7 @@ int result = 0;
void __attribute__((noinline))
caught(int bit)
{
result &= bit;
result |= bit;
}
struct A { };