[Bug c/50992] New: abs() and cabs()
bratsinot at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Nov 4 14:38:00 GMT 2011
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50992
Bug #: 50992
Summary: abs() and cabs()
Classification: Unclassified
Product: gcc
Version: 4.6.2
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: c
AssignedTo: unassigned@gcc.gnu.org
ReportedBy: bratsinot@gmail.com
gcc does not see an obvious error.
Code:
complex double Z;
abs(Z);
abs() even not a fabsl()! And this code work!
More information about the Gcc-bugs
mailing list