This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/14682] [tree-ssa] error: Invalid operand to binary operator
- 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: 23 Mar 2004 02:58:17 -0000
- Subject: [Bug optimization/14682] [tree-ssa] error: Invalid operand to binary operator
- References: <20040322193838.14682.aj@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-03-23 02:58 -------
Really only the preprocessed source that is in the PR because maxsize is defined now
as:
size_type
max_size() const { return size_type(-1) / sizeof(value_type); }
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14682