public inbox for newlib@sourceware.org
 help / color / mirror / Atom feed
* Issue: CMPLX is not defined
@ 2022-05-10 15:39 Pavel M
  2022-05-10 15:49 ` Joel Sherrill
  0 siblings, 1 reply; 3+ messages in thread
From: Pavel M @ 2022-05-10 15:39 UTC (permalink / raw)
  To: newlib

Hi all,

Issue: CMPLX is not defined.

$ cat t649.c
#if __STDC_NO_COMPLEX__ != 1
#include <complex.h>
#ifndef CMPLX
#error
#endif
#endif

$ gcc t649.c -std=c11 -pedantic -Wall -Wextra
t649.c:4:2: error: #error
    4 | #error
      |  ^~~~~

C11:
> 7.3.9.3 The CMPLX macros

Please fix.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-10 18:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-10 15:39 Issue: CMPLX is not defined Pavel M
2022-05-10 15:49 ` Joel Sherrill
2022-05-10 18:09   ` Pavel M

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 read-only IMAP folder(s) and NNTP newsgroup(s).