This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Google/gcc-4_9][PATCH][target/x86_64] PR 63538
- From: Xinliang David Li <davidxl at google dot com>
- To: Sriraman Tallam <tmsriram at google dot com>
- Cc: GCC Patches <gcc-patches at gcc dot gnu dot org>, Jan Hubicka <hubicka at ucw dot cz>, Cary Coutant <ccoutant at google dot com>, Paul Pluzhnikov <ppluzhnikov at google dot com>
- Date: Mon, 20 Oct 2014 10:42:44 -0700
- Subject: Re: [Google/gcc-4_9][PATCH][target/x86_64] PR 63538
- Authentication-results: sourceware.org; auth=none
- References: <CAAs8HmzszJ+Pzm_pd0QjHNhbYsDhSrMGyq4zeC73pTD_Ws2_Yg at mail dot gmail dot com>
Why removing the tree_code check?
David
On Mon, Oct 20, 2014 at 10:35 AM, Sriraman Tallam <tmsriram@google.com> wrote:
> Hi,
>
> This patch is under review for trunk GCC :
> https://gcc.gnu.org/ml/gcc-patches/2014-10/msg01638.html.
>
> In the mean time, is this ok for google/gcc-4_9 branch? Without
> this, -mcmodel=medium is unusable if .lrodata goes beyond the 2G
> boundary.
>
> Thanks
> Sri