[Bug other/54635] New: Add addr_space_t argument to TARGET_MODE_DEPENDENT_ADDRESS_P

gjl at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Thu Sep 20 09:15:00 GMT 2012


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

             Bug #: 54635
           Summary: Add addr_space_t argument to
                    TARGET_MODE_DEPENDENT_ADDRESS_P
    Classification: Unclassified
           Product: gcc
           Version: 4.8.0
            Status: UNCONFIRMED
          Keywords: addr-space
          Severity: enhancement
          Priority: P3
         Component: other
        AssignedTo: gjl@gcc.gnu.org
        ReportedBy: gjl@gcc.gnu.org


targetm.mode_dependent_address_p aka. TARGET_MODE_DEPENDENT_ADDRESS_P passes an
address to check but not the relevant address space.

Thus, add an addr_space_t argument to TARGET_MODE_DEPENDENT_ADDRESS_P so that
the repevant information can be passed down to the backends.



More information about the Gcc-bugs mailing list