This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug jit/68370] Pointer arithmetic in libgccjit seems to require an extra cast


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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
//   text++;

Can't this be computed as:
text = text POINTER_PLUS 1;

?

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]