This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
fwritable strings issue
- From: Steve Ogden <steve dot ogden at agathos dot co dot uk>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 22 Jan 2008 16:11:05 +0000
- Subject: fwritable strings issue
hi
I am a developer for a small software house and we have a problem with
fwritable strings in our in house compiler which takes our source code
and translates it to c then invokes the gcc compiler.
The environment build ok but is unable to compile any code, if we remove
the -fwritable_strings switch then the environment does not compile
leaving us with no way to compile the source code.
Could you please give me some pointers as to where we can correct this
by editing the compiler source code.
Yours Faithfully
Steve