]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: Disallow use of unary ^ on booleans.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2015 23:05:15 +0000 (23:05 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Aug 2015 23:05:15 +0000 (23:05 +0000)
commitb3b1474e93cc22f9d35cd95218506a737bb45362
treed2fa1a124c46aa09c738f54b9b979d58b2c0b374
parentfac94f482a6f1ea0eef64a0dc082280857dcaba9
compiler: Disallow use of unary ^ on booleans.

    Fixes golang/go#11529.

    Reviewed-on: https://go-review.googlesource.com/13790

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227201 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc