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: g...@gcc.gnu.org

        ReportedBy: g...@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.

Reply via email to