The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: arnold@skeeve.com (Aharon Robbins)
Subject: [TUHS] compiling festoon
Date: Mon, 10 Mar 2003 18:44:43 +0200	[thread overview]
Message-ID: <200303101644.h2AGihXN001569@localhost.localdomain> (raw)

DMR remarked:
> So far as I can tell from ISO/IEC 9899:1999,
> the panoply of Complex macros and functions
> are supposed to be enabled only after
>
>  #include <complex.h>
>
> gcc looks to be overenthusiastic.
>
> 	Dennis

I would agree. I plan to file a bug report about it. I built and
checked the latest gcc, and even this file generates the
complaint:

	#include <stdio.h>

	int conj(a)
	int a;
	{
		return a;
	}

	main()
	{
		printf("%d\n", conj(1));
	}

Sigh.

Arnold



             reply	other threads:[~2003-03-10 16:44 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-10 16:44 Aharon Robbins [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-03-08  6:30 Dennis Ritchie
2003-03-05 23:14 Norman Wilson
2003-03-06 12:16 ` Warren Toomey
2003-02-27 12:06 Aharon Robbins
2003-02-27 12:39 ` Lars Brinkhoff
2003-02-27 23:22 ` Warren Toomey
2003-03-05 17:28   ` Tim Bradshaw
2003-02-28 10:46 ` Peter Jeremy

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=200303101644.h2AGihXN001569@localhost.localdomain \
    --to=arnold@skeeve.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).