[TUHS] compiling festoon

Aharon Robbins arnold at skeeve.com
Tue Mar 11 02:44:43 AEST 2003


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



More information about the TUHS mailing list