This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [GSOC-2019] - Csmith fuzzer leveraging GCC C Extensions
- From: Martin Liška <mliska at suse dot cz>
- To: Shubham Narlawar <gsocshubham at gmail dot com>, gcc at gcc dot gnu dot org
- Date: Wed, 15 May 2019 10:53:19 +0200
- Subject: Re: [GSOC-2019] - Csmith fuzzer leveraging GCC C Extensions
- References: <CAN=hqDC9nkMC5Ln=Rw=mr1eJ0pFenYY3reOfxcNTZy1dr5PzPg@mail.gmail.com>
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