All of lore.kernel.org
 help / color / mirror / Atom feed
From: mjn3@codepoet.org (Manuel Novoa III)
To: Robert de Bath <robert$@mayday.cix.co.uk>
Cc: Linux-8086 <linux-8086@vger.kernel.org>
Subject: dev86-0.16.8 cpp bugs
Date: Sun, 11 Aug 2002 10:44:40 -0600	[thread overview]
Message-ID: <20020811164440.GA24265@codepoet.org> (raw)
In-Reply-To: <20020811010614.GA13756@codepoet.org>

Hello Robert,

Some bugs in 0.16.8's cpp I'm afraid.  Try the following.

Manuel



#define X 2
#define Y 4
#undef TEST

#if 1

#ifdef TEST
#warning in test
#if X >= 4
#warning x
#elif Y >= 4
#warning y
#else
#warning other
#endif
#else  /* TEST */
#warning not in test so should be no other warnings
#endif

#else

#ifndef TEST
#warning not in test so should be no other warnings
#else
#warning in test
#if X >= 4
#warning x
#elif Y >= 4
#warning y
#else
#warning other
#endif
#endif

#endif


  reply	other threads:[~2002-08-11 16:44 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-02 20:18 More dev86 changes (0.16.7) Robert de Bath
2002-08-02 20:24 ` Manuel Novoa III
2002-08-03 10:17 ` More dev86 changes (0.16.7) [About the optimiser] Harry Kalogirou
2002-08-03 11:01   ` Robert de Bath
2002-08-03 11:31   ` Robert de Bath
2002-08-03 12:24     ` Harry Kalogirou
2002-08-10 19:36 ` More dev86 changes (0.16.7) Manuel Novoa III
2002-08-10 20:28   ` Robert de Bath
2002-08-11  1:06     ` Manuel Novoa III
2002-08-11 16:44       ` Manuel Novoa III [this message]
2002-08-11 19:19         ` dev86-0.16.8 cpp bugs Robert de Bath
2002-08-11 20:01           ` Manuel Novoa III

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020811164440.GA24265@codepoet.org \
    --to=mjn3@codepoet.org \
    --cc=linux-8086@vger.kernel.org \
    --cc=robert$@mayday.cix.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.