Date: Fri, 9 May 1997 02:30:02 -0700 (PDT) From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: freebsd-bugs Subject: Re: gnu/3554: cc failed on deafult <= default Message-ID: <199705090930.CAA23024@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR gnu/3554; it has been noted by GNATS. From: Dmitrij Tejblum <dima@tejblum.dnttm.rssi.ru> To: jin@iss-p1.lbl.gov Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: gnu/3554: cc failed on deafult <= default Date: Fri, 09 May 1997 13:21:33 +0400 > >Description: > > switch (x) { > case ... > ... > deafult: ... /* no error reported, but fails */ > } > > if deafult is the alias to default, it should make it work, > otherwise, please generate error code, and fail for .o . > 'deafult:' is a label. It can be used in 'goto' statement. Dima
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199705090930.CAA23024>