compiler: avoid compiler crash on invalid program
commit2b8629dd599cad688d92b002d9d9a48d74b1b9c6
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Sep 2017 03:53:21 +0000 (14 03:53 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 14 Sep 2017 03:53:21 +0000 (14 03:53 +0000)
tree95c48d0c855c385039578f7ad9713a075758de44
parentb792515b79657006c2e5a5ee46d487b7cef3ff15
compiler: avoid compiler crash on invalid program

    I encountered this crash while working on upgrading libgo to the 1.9
    release.  I no longer have the cause of the crash, but it doesn't much
    matter, as the policy for crash-on-invalid errors is to fix the crash
    but not bother to commit the invalid test case.

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

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