Snapshot gcc-9-20180701 is now available on
ftp://gcc.gnu.org/pub/gcc/snapshots/9-20180701/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.
This snapshot has been generated from the GCC 9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/trunk revision
> Is there any builtin function in C which prints the virtual address of
> functions including the main? I see __builtin_return_address() but that
> returns the “return address”.
This list is not appropriate for such a question, use gcc-help@ instead.
--
Eric Botcazou
On 07/01/2018 03:19 PM, Mahmood Naderan via gcc wrote:
> Is there any builtin function in C which prints the virtual address
> of functions including the main? I see __builtin_return_address()
> but that returns the “return address”.
#include
int main() {
printf("%p\n", main);
}
--
Andrew Ha
Hi,
Is there any builtin function in C which prints the virtual address of
functions including the main? I see __builtin_return_address() but that returns
the “return address”.
Regards,
Mahmood
On 7/1/18, Jeffrey Walton wrote:
> On Sun, Jul 1, 2018 at 4:31 AM, Martin Liška wrote:
>>
>> Please fix bugzilla:
>> https://gcc.gnu.org/bugzilla/
>>
>> Can't connect to the database.
>> Error: Can't connect to local MySQL server through socket
>> '/var/lib/mysql/mysql.sock' (2)
>> Is your data
On Sun, Jul 1, 2018 at 4:31 AM, Martin Liška wrote:
>
> Please fix bugzilla:
> https://gcc.gnu.org/bugzilla/
>
> Can't connect to the database.
> Error: Can't connect to local MySQL server through socket
> '/var/lib/mysql/mysql.sock' (2)
> Is your database installed and up and running?
> Do yo
Hi.
Please fix bugzilla:
https://gcc.gnu.org/bugzilla/
Can't connect to the database.
Error: Can't connect to local MySQL server through socket
'/var/lib/mysql/mysql.sock' (2)
Is your database installed and up and running?
Do you have the correct username and password selected in localconfi