This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ patch] Fix thunk emitting code
>>>>> Mark Mitchell writes:
Mark> David Edelsohn wrote:
>> FYI, this patch is the one that triggered the latent AIX 5L
>> assembler bug. GCC trunk and GCC 3.4 will not work on AIX. GCC Tree-SSA
>> will not work after the next merge. A fix for the AIX Assembler is under
>> development.
>>
Mark> Are you OK with leaving this broken on AIX, then?
I do not think we have a choice but to keep the patch. If we
could delay adding the semantics.c patch to the branch, that would be
helpful. Hopefully a fix for the AIX Assembler will be available soon.
I thought that patches applied to the branch would be less risky
and the branch more stable, but it seems to be the opposite. I think this
mainly reiterates the point that any patch is risky.
David