This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r187265 - /branches/gcc-4_7-branch/gcc/go/gofro...


Author: ian
Date: Mon May  7 18:37:00 2012
New Revision: 187265

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=187265
Log:
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.

Modified:
    branches/gcc-4_7-branch/gcc/go/gofrontend/expressions.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]