[GSOC-2019] - Csmith fuzzer leveraging GCC C Extensions

Martin Liška mliska@suse.cz
Wed May 15 08:53:00 GMT 2019


On 5/15/19 9:49 AM, Shubham Narlawar wrote:
> void func_1();
> void func_3();
> .....
> 
> void foo1() __attribute__ ((weak, alias("func_1")));
> void foo3() __attribute__ ((weak, alias("func_3")));

Hi.

In all emails that you sent there's no patch that will implement 'alias' attribute.

Thanks,
Martin



More information about the Gcc mailing list