gcc-9-20180701 is now available

2018-07-01 Thread gccadmin
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

Re: Finding virtual address of functions in code

2018-07-01 Thread Eric Botcazou
> 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

Re: Finding virtual address of functions in code

2018-07-01 Thread Andrew Haley
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

Finding virtual address of functions in code

2018-07-01 Thread Mahmood Naderan via gcc
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

Re: GCC bugzilla is down

2018-07-01 Thread Eric Gallager
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

Re: GCC bugzilla is down

2018-07-01 Thread Jeffrey Walton
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

GCC bugzilla is down

2018-07-01 Thread Martin Liška
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