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> It would help, but the input file would still cause problems. Would
Alexandre> it not be possible to copy the input file to a different name that
Alexandre> doesn't have a $ character, and proceed from there?
Probably, though it is weird. For one thing it would mean that we
would compile the copy of the .class file while the compiler reads the
original .class file when doing lookups on behalf of the other
classes. I imagine it will work. I'll try to do this, but for the
time being it will have to be pretty low on my list.
Tom