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 middle-end/60435] GCC failes to apply CSE for va_arg with different types whose representations match


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60435

--- Comment #1 from Richard Biener <rguenth at gcc dot gnu.org> ---
Can't verify it as there isn't a compilable testcase.  But I guess this is
just because GCC doesn't have a code hoisting pass, not because of
int vs. long.  See PR23286 of which this is a duplicate I think.


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