[Bug c++/80230] error accessing struct member, error says it's size_t, but it is int

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Mar 28 01:24:00 GMT 2017


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80230

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
You are misunderstanding the error message.
What it is trying to say the type of vecstruct[vecstructfromi(A)] is size_t and
not the struct type you think it is.


More information about the Gcc-bugs mailing list