Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site qsi03.UUCP Path: utzoo!linus!philabs!seismo!hao!hplabs!sdcrdcf!trw-unix!scgvaxd!qsi03!achut From: achut@qsi03.UUCP (Achut Reddy) Newsgroups: net.bugs.4bsd,net.unix-wizards Subject: lint bug (4.1 bsd, VAX 11/780) Message-ID: <173@qsi03.UUCP> Date: Fri, 30-Dec-83 19:40:19 EST Article-I.D.: qsi03.173 Posted: Fri Dec 30 19:40:19 1983 Date-Received: Wed, 4-Jan-84 02:34:52 EST Organization: Quotron Systems, Marina Del Rey, CA Lines: 16 The following C program will cause lint to crash with a core dump: #define macro() (0) int macro[]; main() { x=macro; } The problem is in lint, not the C pre-processor, because the C compiler has no trouble with it. -- Achut Reddy sdcrdcf!trw-unix!scgvaxd!qsi03!achut