[Bug tree-optimization/25680] New: Store CCP does not understand REALPART_EXPR < COMPLEX_CST >
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jan 5 15:21:00 GMT 2006
int g(_Complex int*);
int f(void)
{
_Complex int t = 0;
int i, j;
__real__ t += 2;
__imag__ t += 2;
return g(&t);
}
--
Summary: Store CCP does not understand REALPART_EXPR <
COMPLEX_CST >
Product: gcc
Version: 4.2.0
Status: UNCONFIRMED
Keywords: missed-optimization
Severity: enhancement
Priority: P3
Component: tree-optimization
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=25680
More information about the Gcc-bugs
mailing list