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 rtl-optimization/49857] Put constant switch-tables into flash


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

Steven Bosscher <steven at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steven at gcc dot gnu.org
          Component|tree-optimization           |rtl-optimization

--- Comment #2 from Steven Bosscher <steven at gcc dot gnu.org> 2012-01-29 17:24:32 UTC ---
Jump tables are generated in stmt.c, as part of expanding to RTL.


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