This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/30433] New: [4.1/4.2/4.3 Regression] no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 11 Jan 2007 01:44:09 -0000
- Subject: [Bug middle-end/30433] New: [4.1/4.2/4.3 Regression] no longer folding __complex__(0.0, 1.0) == __complex__(1.0, 0.0)
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Testcase:
int f = (_Complex float)(0.5) == 0.5;
----
This was caused by the patch for PR 22035.
--
Summary: [4.1/4.2/4.3 Regression] no longer folding
__complex__(0.0, 1.0) == __complex__(1.0, 0.0)
Product: gcc
Version: 4.3.0
Status: UNCONFIRMED
Keywords: rejects-valid
Severity: normal
Priority: P3
Component: middle-end
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pinskia at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30433