FreeBSD Bugzilla – Attachment 181784 Details for
Bug 218657
Usage of I (_Complex_I) from complex.h results in unexpected warnings with clang -pedantic
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
the test program
test.c (text/plain), 161 bytes, created by
Andrey Alexeyev
on 2017-04-14 15:48:41 UTC
(
hide
)
Description:
the test program
Filename:
MIME Type:
Creator:
Andrey Alexeyev
Created:
2017-04-14 15:48:41 UTC
Size:
161 bytes
patch
obsolete
> >#include <stdio.h> >#include <complex.h> > >int main(void) { > complex double c = 1.0 + 2.0 * I; > printf("c = %f+%fi\n", creal(c), cimag(c)); > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 218657
: 181784