This is the mail archive of the gcc@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]
Other format: [Raw text]

Re: different address spaces


James E Wilson <wilson@specifixinc.com> writes:

>>   unnecessary, and error prone (as evidenced by string literal memory
>>   references not being properly identified as READONLY, although their
>>   equivalent array representations are treated properly for example?)
>
> If true, that sounds like a bug.  This is the only interesting issue
> here from my point of view.  You might consider filing a bug report into
> bugzilla for this.  Or contributing a patch.

This might just be the special case for string constants in C, that
their type is "char*" despite their being allocated in read-only
memory.  Paul, before filing a bug, find out whether -Wwrite-strings
makes this alleged misbehavior go away; if it does, it's not a bug.

zw


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