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/70861] Improve code generation of switch tables


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

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Note I think if we had gotos instead of assignment here we should do the
similar thing for the switch table itself.

Note also the assignment to i is getting in the way for the switch to constant
table form.

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