]> git.ipfire.org Git - thirdparty/gcc.git/commit
compiler: fix ICE in handling of rune constants.
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 7 May 2012 18:36:36 +0000 (18:36 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 7 May 2012 18:36:36 +0000 (18:36 +0000)
commitca30ba74c97fac7fa2c9da54a3bc45bda11bfd2c
treeb47b23126fa614e444f4e05b6fdd5afc57b04be7
parentc414667bc2a1aa812048cc6f7bba291820dcf5e9
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.

From-SVN: r187264
gcc/go/gofrontend/expressions.cc