From: Ken Thompson Date: Tue, 14 Oct 2008 19:48:14 +0000 (-0700) Subject: bug with struct-type { 1 } X-Git-Tag: weekly.2009-11-06~2999 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1836541566863ae7d8c3a9b379d8869252dc9f3e;p=gostls13.git bug with struct-type { 1 } R=r OCL=17096 CL=17096 --- diff --git a/src/cmd/gc/const.c b/src/cmd/gc/const.c index c44a2a6b74..d97304633a 100644 --- a/src/cmd/gc/const.c +++ b/src/cmd/gc/const.c @@ -30,6 +30,7 @@ convlit(Node *n, Type *t) case TFUNC: case TCHAN: case TMAP: + case TSTRUCT: // case TPTR32: // case TPTR64: return;