This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The warning "Possible precedence problem on bitwise operator"
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 20 Jul 2003 20:12:54 +0000 (20:12 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 20 Jul 2003 20:12:54 +0000 (20:12 +0000)
commit2b84528b3b38853e791751a3bd2b6b8990027ef2
tree22fd1375e89b6c124087aea2af33da0dcf3a620f
parenta783c5f421048120dc022238eeb6eb8a62d130d0
The warning "Possible precedence problem on bitwise operator"
was incorrectly produced with the bitwise-assignment operators.
Fix it. (bug #23065 concerning 5.8.1 RC2)

p4raw-id: //depot/perl@20171
op.c
t/lib/warnings/op