[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Issue COMPILER-DIAGNOSTICS, v7
- To: "Kim A. Barrett" <IIM@ECLA.USC.EDU>
- Subject: Re: Issue COMPILER-DIAGNOSTICS, v7
- From: Dan L. Pierson <pierson@mist.encore.com>
- Date: Thu, 05 Jan 89 11:22:43 EST
- Cc: cl-compiler@SAIL.STANFORD.EDU
- In-reply-to: Your message of Wed, 04 Jan 89 14:00:20 -0800. <12459944680.14.IIM@ECLA.USC.EDU>
> Date: Tue, 03 Jan 89 12:53:55 EST
> From: Dan L. Pierson <pierson@mist.encore.com>
>
> ... you need to be able to collect all the things you'd like to
> turn off as subtypes of the same type.
Use (OR ...)
Or (MEMBER ...); the problem is that we're talking portability here
and not all implementations usefully handle OR or MEMBER type
combinations...