This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lang_get_alias_set


On Sat, Jun 03, 2000 at 08:14:23AM -0400, Richard Kenner wrote:
> I touched none of this code, so if it worked before it still does.
> Though I must say that I can't *find* any of this code, so I suspect
> it's in the g77 frontend, which I haven't looked at.

It's still there.  In base_alias_check:

  if (! flag_argument_noalias)
    return 1;

  if (flag_argument_noalias > 1)
    return 0;


r~

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]