Bug 13530 - C11: Define CMPLX, CMPLXF and CMPLXL
Summary: C11: Define CMPLX, CMPLXF and CMPLXL
Status: RESOLVED FIXED
Alias: None
Product: glibc
Classification: Unclassified
Component: libc (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Ulrich Drepper
URL:
Keywords:
Depends on:
Blocks: 13525
  Show dependency treegraph
 
Reported: 2011-12-21 10:55 UTC by Marek Polacek
Modified: 2014-06-27 11:22 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:
fweimer: security-


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Polacek 2011-12-21 10:55:02 UTC
complex.h should define the CMPLX, CMPLXF and CMPLXL macros - using 
__builtin_complex with GCC >= 4.7.
Comment 1 Ulrich Drepper 2012-01-08 15:08:55 UTC
I added a patch.