compiler: avoid compiler crash on invalid program
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 14 Sep 2017 03:53:21 +0000 (03:53 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 14 Sep 2017 03:53:21 +0000 (03:53 +0000)
commit0468f67f27f49972dcd77758284a2709bd9249fe
tree95c48d0c855c385039578f7ad9713a075758de44
parent03ff36aa01bd359f74cbd1f2afec569ce0b77a15
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

From-SVN: r252748
gcc/go/gofrontend/MERGE
gcc/go/gofrontend/expressions.cc