mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-20 08:48:58 +08:00
Fix typo.
From-SVN: r28026
This commit is contained in:
parent
d49d43f01e
commit
6ccecb3615
@ -1,3 +1,7 @@
|
||||
1999-07-08 Catherine Moore <clm@cygnus.com>
|
||||
|
||||
* gcc.c-torture/execute/920501-5.c: Fix typo. Change | to ||.
|
||||
|
||||
1999-07-05 Manfred Hollstein <mhollstein@cygnus.com>
|
||||
|
||||
* gcc.dg/990703-1.c (y): Terminate definition syntactically correctly.
|
||||
|
@ -10,7 +10,7 @@ x (int i)
|
||||
}
|
||||
main ()
|
||||
{
|
||||
if (x (0) != 2 || x (1) != 3 | x (2) != 5)
|
||||
if (x (0) != 2 || x (1) != 3 || x (2) != 5)
|
||||
abort();
|
||||
exit(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user