on how to compile gcc-4.6 correctly?
Kai Ruottu
kai.ruottu@wippies.com
Tue Sep 14 14:23:00 GMT 2010
14.9.2010 11:29, Dennis, CHENG Renquan kirjoitti:
> For anyone could succeed compiling gcc-4.6, could you paste a correct
> ggc_alloc_cleared_lang_type macro ?
>
> just run this grep command under your build directory,
>
> gcc-4.6-build$ grep -RsInw ggc_alloc_cleared_lang_type gcc/
> gcc/gtype-desc.h:2451:#define ggc_alloc_cleared_lang_type() ((struct
> lang_type *)(ggc_internal_cleared_alloc_stat (sizeof (struct
> lang_type) MEM_STAT_INFO)))
[root@hp-pavilion build]# grep -RsInw ggc_alloc_cleared_lang_type gcc/
gcc/gtype-desc.h:3450:#define ggc_alloc_cleared_lang_type(SIZE) ((struct
lang_type *)(ggc_internal_cleared_alloc_stat (SIZE MEM_STAT_INFO)))
More information about the Gcc
mailing list