]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: fix ICE in handling of rune constants.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 May 2012 18:36:36 +0000 (18:36 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 7 May 2012 18:36:36 +0000 (18:36 +0000)
commit8387e1df5a97c8edbd3bf48fcc59aab3fb5ff9d6
treeb47b23126fa614e444f4e05b6fdd5afc57b04be7
parent59a401fe1e989eb1f0bdb9dbad8fc421b5aec670
compiler: fix ICE in handling of rune constants.

This patch corrects an ICE in handling on constant expressions
such as

const r = ^'a'

Part of issue 9.

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