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: Removing -frwitable-strings


Someone said that -fwritable-strings could be implemented in the front
end, but currently it isn't and that adds unwanted code to
the back end.

Perhaps it's quite a simple change to make string constants have type
"char[]" in the C and C++ front ends instead of "const char[]"?  (No,
I'm not volunteering).

-- Jamie


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