http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45834
--- Comment #4 from richard.guenther at gmail dot com <richard.guenther at gmail dot com> 2010-10-18 13:42:33 UTC --- On Mon, Oct 18, 2010 at 2:17 PM, bmei at broadcom dot com <gcc-bugzi...@gcc.gnu.org> wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45834 > > --- Comment #3 from Bingfeng Mei <bmei at broadcom dot com> 2010-10-18 > 12:16:59 UTC --- > I think that standard specifies that char * may refer to an alias of any > object, that's why QImode is different here. Sure, but we have other means of dealing with that (MEM_ALIAS_SET == 0). > But I am not sure whether a > restrict qualifier will override that rule. restrict is a different concept from type-based aliasing. > -- > Configure bugmail: http://gcc.gnu.org/bugzilla/userprefs.cgi?tab=email > ------- You are receiving this mail because: ------- > You are on the CC list for the bug. >