> 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.

-- 
Eric Botcazou

Reply via email to