9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] copy paste bug in cc.y?
@ 2014-10-14 22:11 Yoann Padioleau
  2014-10-14 22:45 ` Rob Pike
  0 siblings, 1 reply; 11+ messages in thread
From: Yoann Padioleau @ 2014-10-14 22:11 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

[-- Attachment #1: Type: text/plain, Size: 563 bytes --]

Hi,

It’s a copy paste bug here right?
https://code.google.com/p/ken-cc/source/browse/src/cmd/cc/cc.y#476


|       LSWITCH '(' cexpr ')' stmnt

        {

                $$ = new(OCONST, Z, Z);

                $$->vconst = 0;

                $$->type = types[TINT];

                $3 = new(OSUB, $$, $3);



                $$ = new(OCONST, Z, Z);

                $$->vconst = 0;

                $$->type = types[TINT];

                $3 = new(OSUB, $$, $3);



                $$ = new(OSWITCH, $3, $5);

        }



[-- Attachment #2: Type: text/html, Size: 9273 bytes --]

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-10-21 20:53 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-10-14 22:11 [9fans] copy paste bug in cc.y? Yoann Padioleau
2014-10-14 22:45 ` Rob Pike
2014-10-15  0:50   ` Rob Pike
2014-10-17 17:48     ` Yoann Padioleau
2014-10-17 19:07       ` Charles Forsyth
2014-10-17 20:00         ` Yoann Padioleau
2014-10-17 20:04           ` minux
2014-10-17 20:32             ` Yoann Padioleau
2014-10-21 17:34         ` Yoann Padioleau
2014-10-21 20:53           ` Charles Forsyth
2014-10-17 21:30       ` Charles Forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).