[Bug bootstrap/37152] New: tree-vect-transform.c: use of "=" where "==" may have been intended
dcb314 at hotmail dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 18 18:31:00 GMT 2008
I just tried to compile GNU CC version 4.4 snapshot 20080815 with the
Intel C compiler and it said
gcc/tree-vect-transform.c(2488): warning #187: use of "=" where "==" may have
been intended
The source code is
gcc_assert (ncopies = 1);
Perhaps
gcc_assert (ncopies == 1);
was intended ?
--
Summary: tree-vect-transform.c: use of "=" where "==" may have
been intended
Product: gcc
Version: 4.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: bootstrap
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dcb314 at hotmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37152
More information about the Gcc-bugs
mailing list