This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: FAIL: gcc.c-torture/execute/950628-1.c execution, -O1
- To: Richard Kenner <kenner at vlsi1 dot ultra dot nyu dot edu>
- Subject: Re: FAIL: gcc.c-torture/execute/950628-1.c execution, -O1
- From: Richard Henderson <rth at redhat dot com>
- Date: Thu, 25 Jan 2001 15:18:43 -0800
- Cc: gcc-patches at gcc dot gnu dot org
- References: <10101252215.AA09618@vlsi1.ultra.nyu.edu>
On Thu, Jan 25, 2001 at 06:15:29PM -0500, Richard Kenner wrote:
> Yeah, but those could be safely put into a unique alias set and handled
> that way. /u buys us nothing for those.
That can be done for non-programmer visible data such as .got
data, but it cannot for 'extern const int x'.
r~