From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: From: Rob Pike Date: Tue, 14 Oct 2014 15:45:48 -0700 Message-ID: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0158be220fb091050569c886 Subject: Re: [9fans] copy paste bug in cc.y? Topicbox-Message-UUID: 1cd31fd2-ead9-11e9-9d60-3106f5b1d025 --089e0158be220fb091050569c886 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Looks like it. -rob On Tue, Oct 14, 2014 at 3:11 PM, Yoann Padioleau wrote: > Hi, > > It=E2=80=99s a copy paste bug here right? > https://code.google.com/p/ken-cc/source/browse/src/cmd/cc/cc.y#476 > > > | LSWITCH '(' cexpr ')' stmnt > { > $$ =3D new(OCONST, Z, Z); > $$->vconst =3D 0; > $$->type =3D types[TINT]; > $3 =3D new(OSUB, $$, $3); > > $$ =3D new(OCONST, Z, Z); > $$->vconst =3D 0; > $$->type =3D types[TINT]; > $3 =3D new(OSUB, $$, $3); > > $$ =3D new(OSWITCH, $3, $5); > } > > > --089e0158be220fb091050569c886 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Looks like it.

-rob


On Tue, Oc= t 14, 2014 at 3:11 PM, Yoann Padioleau <pad@fb.com> wrote:
Hi,

It=E2=80=99s a copy paste bug here right?


| =C2=A0 =C2=A0 =C2=A0 LS= WITCH '(' cexpr ')' stmnt
=C2=A0 =C2=A0 =C2=A0 =C2=A0 {
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$ =3D new(OCONST, Z, Z);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$->vconst =3D 0;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$->type =3D types[TINT];
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $3 =3D new(OSUB, $$, $3);

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$ =3D new(OCONST, Z, Z);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$->vconst =3D 0;
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$->type =3D types[TINT];
=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $3 =3D new(OSUB, $$, $3);

=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 $$ =3D new(OSWITCH, $3, $5);
=C2=A0 =C2=A0 =C2=A0 =C2=A0 }



--089e0158be220fb091050569c886--