This is the mail archive of the gcc-patches@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: [patch] Call assemble_external only from final.c and from MI-thunk hooks


On Mon, Mar 26, 2012 at 10:51 PM, Eric Botcazou <ebotcazou@adacore.com> wrote:
>> Index: varasm.c
>> ===================================================================
>> --- varasm.c ?(revision 185823)
>> +++ varasm.c ?(working copy)
>> @@ -2170,6 +2170,10 @@
>> ? ? ? ?If it's not, we should not be calling this function. ?*/
>> ? ?gcc_assert (asm_out_file);
>>
>> + ?/* In a perfect world, the following condition would be true.
>> + ? ? Sadly, the Java and Go front ends emit assembly *from the front end*,
>> + ? ? bypassing the call graph. ?See PR52739. ?Fix before GCC 4.8. ?*/
>
> There is no PR52739.

*sigh* PR52730. It's one of those days...


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