Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!linus!decvax!ittvax!dcdwest!sdcsvax!sdcrdcf!hplabs!sri-unix!Tli@usc-eclb.ARPA
From: Tli@usc-eclb.ARPA
Newsgroups: net.lang.c
Subject: Using &LABEL
Message-ID: <12616@sri-arpa.UUCP>
Date: Wed, 3-Oct-84 02:48:00 EDT
Article-I.D.: sri-arpa.12616
Posted: Wed Oct  3 02:48:00 1984
Date-Received: Thu, 4-Oct-84 08:28:27 EDT
Lines: 15

From:  Tony Li 

    Date: Wednesday, 19 September 1984  09:23-PDT
    From: decvax!mcnc!akgua!gatech!arnold at UCB-VAX.ARPA
    To:   Info-C at BRL-TGR.ARPA
    Re:   Using &LABEL

    > 	In response to the idea of switches implementing jump tables, I would
    > 	like to know how many C compilers really generate jump tables.

The Vax/VMS C compiler also generates jump tables.  This means that
you have to be REALLY carefull about using "switch".  Sigh.

Cheers, 
Tony ;-)