From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14946 invoked by alias); 20 Sep 2012 09:15:03 -0000 Received: (qmail 14738 invoked by uid 48); 20 Sep 2012 09:14:36 -0000 From: "gjl at gcc dot gnu.org" To: gcc-bugs@gcc.gnu.org Subject: [Bug other/54635] New: Add addr_space_t argument to TARGET_MODE_DEPENDENT_ADDRESS_P Date: Thu, 20 Sep 2012 09:15:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: other X-Bugzilla-Keywords: addr-space X-Bugzilla-Severity: enhancement X-Bugzilla-Who: gjl at gcc dot gnu.org X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: gjl at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2012-09/txt/msg01490.txt.bz2 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.