This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 3.3-branch QA assessment
>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:
Alexandre> Still, there's something I don't understand: why is it that
Alexandre> we actually use an object file with a `$' character in its
Alexandre> name? Couldn't we just name it something else?
The source file also has a `$' in its name; in the problem case we are
compiling from bytecode. This is not avoidable by any reasonable
effort. Do you think that renaming the output file would really help?
That is something we could implement.
Tom