[Bug tree-optimization/49857] Put constant switch-tables into flash
gjl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 5 10:15:00 GMT 2017
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=49857
Georg-Johann Lay <gjl at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|target |tree-optimization
--- Comment #14 from Georg-Johann Lay <gjl at gcc dot gnu.org> ---
Please, this is (not only) a target issue.
As already mentioned, in order for the target to be able to generate correct
code, this needs a new target hook, hence byond "target". Just putting the
tables in flash won't adjust the address spaces which is needed for correct
accesses.
More information about the Gcc-bugs
mailing list